Home
last modified time | relevance | path

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

/arch/um/include/asm/
Dsections.h6 extern char __binary_start[];
/arch/um/kernel/
Duml.lds.S24 __binary_start = START; symbol
Ddyn.lds.S20 __binary_start = .; symbol
Dum_arch.c295 uml_physmem = (unsigned long) __binary_start & PAGE_MASK; in linux_main()