Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 42) sorted by relevance

12

/arch/arm/boot/bootp/
Dbootp.lds18 *(.text)
19 initrd_size = initrd_end - initrd_start;
20 _etext = .;
/arch/s390/purgatory/
Dpurgatory.lds.S14 _head = . ;
16 _ehead = . ;
20 *(.text)
22 _etext = . ;
/arch/s390/boot/compressed/
Dvmlinux.lds.S14 _head = . ;
16 _ehead = . ;
20 *(.text)
42 .dma.text : {
44 *(.dma.text)
46 _etext_dma = .;
/arch/sh/boot/romimage/
Dvmlinux.scr4 zero_page_pos = .;
6 end_data = .;
/arch/xtensa/boot/boot-redboot/
Dboot.ld11 *(.literal .text.literal .text)
12 _text_end = . ;
/arch/h8300/boot/compressed/
Dvmlinux.lds8 *(.text..startup)
10 __etext = . ;
/arch/x86/boot/compressed/
Dvmlinux.lds.S26 _head = . ;
28 _ehead = . ;
35 *(.text)
37 _etext = . ;
/arch/s390/kernel/
Dvmlinux.lds.S50 *(.text.*_indirect_*)
54 _etext = .; /* End of text section */
83 _sinittext = .;
86 _einittext = .;
/arch/parisc/boot/compressed/
Dvmlinux.lds.S22 _head = . ;
24 _ehead = . ;
58 *(.text)
60 _etext = . ;
/arch/openrisc/kernel/
Dvmlinux.lds.S61 *(.text.__*)
62 _etext = .;
/arch/riscv/kernel/
Dvmlinux.lds.S59 _text = .;
60 _stext = .;
70 _etext = .;
/arch/powerpc/boot/
DzImage.coff.lds.S10 *(.text)
12 _etext = .;
DzImage.lds.S16 *(.text)
18 _etext = .;
/arch/h8300/kernel/
Dvmlinux.lds.S33 _stext = . ;
41 _etext = . ;
/arch/c6x/kernel/
Dvmlinux.lds.S73 _text = .;
74 _stext = .;
/arch/microblaze/kernel/
Dvmlinux.lds.S31 _text = . ;
32 _stext = . ;
45 _etext = . ;
/arch/s390/include/asm/
Dpci_debug.h13 #define zpci_err(text...) \ argument
/arch/arm/kernel/
Dvmlinux-xip.lds.S53 _text = .;
79 .exit.text : {
Dvmlinux.lds.S52 _text = .;
64 _stext = .; /* Text and read-only data */
/arch/hexagon/kernel/
Dvmlinux.lds.S39 _text = .;
/arch/x86/kernel/
Dvmlinux.lds.S137 *(.text..__x86.rethunk_untrain)
158 *(.text..__x86.indirect_thunk)
160 __indirect_thunk_end = .;
/arch/nds32/kernel/
Dvmlinux.lds.S43 _text = .; /* Text and read-only data */
/arch/powerpc/kernel/
Dvmlinux.lds.S113 __got2_start = .;
115 __got2_end = .;
200 *.init.text might be RO so we must ensure this section ends on
204 _einittext = .;
/arch/sh/kernel/
Dvmlinux.lds.S40 _etext = .; /* End of text section */
/arch/ia64/kernel/
Dvmlinux.lds.S50 *(.text..ivt)
67 .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) {

12