Home
last modified time | relevance | path

Searched refs:_etext (Results 1 – 25 of 115) sorted by relevance

12345

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dzboot-header.S43 .long _etext - .Lefi_header_end
52 .long _etext - .Ldoshdr, 0x0
115 .long _etext - .Lefi_header_end
117 .long _etext - .Lefi_header_end
128 .long _etext - .Ldoshdr
130 .long _etext - .Ldoshdr
H A Dzboot.lds27 _etext = ALIGN(4096); symbol
28 . = _etext;
52 PROVIDE(__data_rawsize = ABSOLUTE(_edata - _etext));
53 PROVIDE(__data_size = ABSOLUTE(_end - _etext));
/openbmc/u-boot/arch/arm/lib/
H A Delf_arm_efi.lds23 _etext = .; symbol
55 _data_size = . - _etext;
H A Delf_aarch64_efi.lds23 _etext = .; symbol
55 _data_size = . - _etext;
/openbmc/u-boot/arch/riscv/lib/
H A Delf_riscv32_efi.lds25 _etext = .; symbol
57 _data_size = . - _etext;
H A Delf_riscv64_efi.lds25 _etext = .; symbol
57 _data_size = . - _etext;
/openbmc/linux/arch/sh/mm/
H A Dinit.c390 (unsigned long)&_etext, (unsigned long)&_edata, in mem_init()
391 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10, in mem_init()
393 (unsigned long)&_text, (unsigned long)&_etext, in mem_init()
394 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init()
/openbmc/linux/include/asm-generic/
H A Dsections.h35 extern char _text[], _stext[], _etext[];
209 addr < (unsigned long)_etext; in __is_kernel_text()
/openbmc/linux/arch/sh/kernel/
H A Dsetup.c298 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()
/openbmc/linux/arch/m68k/kernel/
H A Dsetup_no.c88 setup_initial_init_mm(_stext, _etext, _edata, NULL); in setup_arch()
140 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
/openbmc/linux/arch/xtensa/mm/
H A Dinit.c158 (unsigned long)_text, (unsigned long)_etext, in mem_init()
159 (unsigned long)(_etext - _text) >> 10, in mem_init()
/openbmc/linux/arch/x86/include/asm/
H A Dorc_lookup.h30 #define LOOKUP_STOP_IP (unsigned long)_etext
/openbmc/qemu/tests/tcg/alpha/system/
H A Dkernel.ld14 _etext = .; symbol
/openbmc/qemu/tests/tcg/loongarch64/system/
H A Dkernel.ld14 _etext = .; symbol
/openbmc/linux/arch/powerpc/mm/nohash/
H A D8xx.c142 unsigned long etext8 = ALIGN(__pa(_etext), SZ_8M); in mmu_mapin_ram()
170 unsigned long etext8 = ALIGN(__pa(_etext), SZ_8M); in mmu_mark_initmem_nx()
/openbmc/linux/arch/s390/purgatory/
H A Dpurgatory.lds.S22 _etext = . ; symbol
/openbmc/linux/arch/nios2/boot/compressed/
H A Dvmlinux.lds.S21 _etext = .; symbol
/openbmc/linux/arch/powerpc/boot/
H A DzImage.coff.lds.S12 _etext = .; symbol
H A DzImage.ps3.lds.S27 _etext = .; symbol
/openbmc/linux/arch/parisc/mm/
H A Dinit.c599 _etext, _edata, in mem_init()
600 ((unsigned long)_edata - (unsigned long)_etext) >> 10, in mem_init()
602 _text, _etext, in mem_init()
603 ((unsigned long)_etext - (unsigned long)_text) >> 10); in mem_init()
776 e = (uintptr_t) dereference_function_descriptor(&_etext); in btlb_init_per_cpu()
/openbmc/linux/arch/alpha/boot/
H A Dbootloader.lds9 _etext = .; symbol
/openbmc/linux/arch/arm/boot/bootp/
H A Dbootp.lds17 _etext = .; symbol
/openbmc/linux/arch/nios2/kernel/
H A Dvmlinux.lds.S32 _etext = .; symbol
/openbmc/linux/arch/hexagon/kernel/
H A Dvmlinux.lds.S48 _etext = .; symbol
/openbmc/linux/arch/openrisc/kernel/
H A Dvmlinux.lds.S61 _etext = .; symbol

12345