Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 40) 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/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/s390/kernel/
Dvmlinux.lds.S53 *(.text.*_indirect_*)
57 _etext = .; /* End of text section */
94 _sinittext = .;
97 _einittext = .;
160 *(.amode31.text)
163 _etext_amode31 = .;
/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/parisc/boot/compressed/
Dvmlinux.lds.S22 _head = . ;
24 _ehead = . ;
58 *(.text)
60 _etext = . ;
/arch/riscv/kernel/
Dvmlinux.lds.S58 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) ALIGN(SECTION_ALIGN) { \
59 _sinittext = .; \
61 _einittext = .; \
Dvmlinux-xip.lds.S40 _text = .;
41 _stext = .;
51 _etext = .;
/arch/s390/boot/compressed/
Dvmlinux.lds.S17 _head = . ;
19 _ehead = . ;
23 *(.text)
25 _etext = . ;
/arch/openrisc/kernel/
Dvmlinux.lds.S61 *(.text.__*)
62 _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/arc/kernel/
Dvmlinux.lds.S84 _text = .;
85 _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.S133 __got2_start = .;
135 __got2_end = .;
233 *.init.text might be RO so we must ensure this section ends on
237 _einittext = .;
/arch/sh/kernel/
Dvmlinux.lds.S40 _etext = .; /* End of text section */

12