Searched refs:_etext (Results 1 – 25 of 91) sorted by relevance
1234
/arch/h8300/include/asm/ |
D | traps.h | 36 extern char _start[], _etext[]; 39 (addr < (unsigned long)(_etext)) && !(addr & 1))
|
/arch/arm64/kernel/ |
D | kaslr.c | 74 module_alloc_base = (u64)_etext - MODULES_VSIZE; in kaslr_early_init() 169 module_range = MODULES_VSIZE - (u64)(_etext - _stext); in kaslr_early_init() 170 module_alloc_base = (u64)_etext + offset - MODULES_VSIZE; in kaslr_early_init()
|
/arch/nds32/mm/ |
D | init.c | 219 (unsigned long)&__init_begin) >> 10, (unsigned long)&_etext, in mem_init() 221 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10, in mem_init() 222 (unsigned long)&_text, (unsigned long)&_etext, in mem_init() 223 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init()
|
/arch/x86/include/asm/ |
D | orc_lookup.h | 30 #define LOOKUP_STOP_IP (unsigned long)_etext
|
/arch/m68k/kernel/ |
D | setup_no.c | 89 setup_initial_init_mm(_stext, _etext, _edata, NULL); in setup_arch() 142 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
|
/arch/sh/kernel/ |
D | setup.c | 298 setup_initial_init_mm(_text, _etext, _edata, _end); in setup_arch() 301 code_resource.end = virt_to_phys(_etext)-1; in setup_arch() 302 data_resource.start = virt_to_phys(_etext); in setup_arch()
|
/arch/sh/mm/ |
D | init.c | 389 (unsigned long)&_etext, (unsigned long)&_edata, in mem_init() 390 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10, in mem_init() 392 (unsigned long)&_text, (unsigned long)&_etext, in mem_init() 393 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init()
|
/arch/xtensa/mm/ |
D | init.c | 158 (unsigned long)_text, (unsigned long)_etext, in mem_init() 159 (unsigned long)(_etext - _text) >> 10, in mem_init()
|
/arch/s390/purgatory/ |
D | purgatory.lds.S | 22 _etext = . ; symbol
|
/arch/nios2/boot/compressed/ |
D | vmlinux.lds.S | 21 _etext = .; symbol
|
/arch/powerpc/boot/ |
D | zImage.coff.lds.S | 12 _etext = .; symbol
|
D | zImage.ps3.lds.S | 27 _etext = .; symbol
|
D | zImage.lds.S | 18 _etext = .; symbol
|
/arch/alpha/boot/ |
D | bootloader.lds | 9 _etext = .; symbol
|
/arch/hexagon/kernel/ |
D | vmlinux.lds.S | 49 _etext = .; symbol
|
/arch/nios2/kernel/ |
D | vmlinux.lds.S | 33 _etext = .; symbol
|
/arch/h8300/kernel/ |
D | vmlinux.lds.S | 41 _etext = . ; symbol
|
/arch/openrisc/kernel/ |
D | vmlinux.lds.S | 62 _etext = .; symbol
|
/arch/alpha/kernel/ |
D | vmlinux.lds.S | 36 _etext = .; /* End of text section */ symbol
|
/arch/nds32/kernel/ |
D | vmlinux.lds.S | 54 _etext = .; /* End of text and rodata section */ symbol
|
/arch/arm64/include/asm/ |
D | module.h | 36 #define module_alloc_base ((u64)_etext - MODULES_VSIZE)
|
/arch/arm/boot/bootp/ |
D | bootp.lds | 20 _etext = .; symbol
|
/arch/parisc/boot/compressed/ |
D | vmlinux.lds.S | 60 _etext = . ; symbol
|
/arch/s390/boot/compressed/ |
D | vmlinux.lds.S | 25 _etext = . ; symbol
|
/arch/um/include/asm/ |
D | common.lds.S | 5 _etext = .; symbol
|
1234