Home
last modified time | relevance | path

Searched refs:__binary_start (Results 1 – 4 of 4) sorted by relevance

/linux/arch/um/include/asm/
H A Dsections.h7 extern char __binary_start[];
/linux/arch/um/kernel/
H A Duml.lds.S25 __binary_start = START; symbol
H A Ddyn.lds.S20 __binary_start = .; symbol
H A Dum_arch.c365 uml_physmem = (unsigned long) __binary_start & PAGE_MASK; in linux_main()