Searched refs:_edata (Results 1 – 25 of 66) sorted by relevance
123
/arch/arm/boot/compressed/ |
D | vmlinux.lds.S | 104 _edata = .; symbol 123 _magic_end = ZIMAGE_MAGIC(_edata); 143 ASSERT(_edata_real == _edata, "error: zImage file size is incorrect");
|
/arch/arm64/kernel/ |
D | image-vars.h | 15 __efistub_kernel_size = _edata - _text; 48 __efistub__edata = _edata;
|
/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/xtensa/mm/ |
D | init.c | 162 (unsigned long)_sdata, (unsigned long)_edata, in mem_init() 163 (unsigned long)(_edata - _sdata) >> 10, in mem_init()
|
/arch/s390/purgatory/ |
D | purgatory.lds.S | 34 _edata = . ; symbol
|
/arch/nios2/boot/compressed/ |
D | vmlinux.lds.S | 34 _edata = .; symbol
|
/arch/powerpc/boot/ |
D | zImage.coff.lds.S | 37 _edata = .; symbol
|
D | zImage.ps3.lds.S | 40 _edata = .; symbol
|
D | zImage.lds.S | 90 _edata = .; symbol
|
/arch/alpha/boot/ |
D | bootloader.lds | 15 _edata = .; symbol
|
/arch/hexagon/kernel/ |
D | vmlinux.lds.S | 56 _edata = .; symbol
|
/arch/riscv/kernel/ |
D | image-vars.h | 46 __efistub__edata = _edata;
|
/arch/nios2/kernel/ |
D | vmlinux.lds.S | 54 _edata = .; symbol
|
/arch/h8300/kernel/ |
D | vmlinux.lds.S | 61 _edata = . ; symbol
|
/arch/openrisc/kernel/ |
D | vmlinux.lds.S | 79 _edata = .; symbol
|
/arch/alpha/kernel/ |
D | vmlinux.lds.S | 61 _edata = .; /* End of data section */ symbol
|
/arch/mips/boot/compressed/ |
D | head.S | 26 PTR_LA a0, _edata
|
D | ld.script | 41 _edata = .; symbol
|
/arch/nds32/kernel/ |
D | vmlinux.lds.S | 59 _edata = .; symbol
|
/arch/parisc/boot/compressed/ |
D | vmlinux.lds.S | 67 _edata = . ; symbol
|
/arch/s390/boot/compressed/ |
D | vmlinux.lds.S | 38 _edata = . ; symbol
|
/arch/sh/kernel/ |
D | vmlinux.lds.S | 48 _edata = .; symbol
|
D | setup.c | 298 setup_initial_init_mm(_text, _etext, _edata, _end); in setup_arch() 303 data_resource.end = virt_to_phys(_edata)-1; in setup_arch()
|
/arch/nds32/mm/ |
D | init.c | 220 (unsigned long)&_edata, in mem_init() 221 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10, in mem_init()
|
/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 50 _edata = . ; symbol
|
123