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/boot/compressed/
Dvmlinux.lds.S16 _head = . ;
18 _ehead = . ;
25 *(.text)
27 _etext = . ;
/arch/xtensa/boot/boot-redboot/
Dboot.ld11 *(.literal .text.literal .text)
12 _text_end = . ;
/arch/sh/boot/romimage/
Dvmlinux.scr4 zero_page_pos = .;
6 end_data = .;
/arch/h8300/boot/compressed/
Dvmlinux.lds8 *(.text..startup)
10 __etext = . ;
/arch/parisc/boot/compressed/
Dvmlinux.lds.S22 _head = . ;
24 _ehead = . ;
50 *(.text)
52 _etext = . ;
/arch/x86/boot/compressed/
Dvmlinux.lds.S26 _head = . ;
28 _ehead = . ;
35 *(.text)
37 _etext = . ;
/arch/score/kernel/
Dvmlinux.lds.S46 *(.text.*)
49 _etext = .; /* End of text section */
/arch/blackfin/kernel/
Dvmlinux.lds.S47 *(.text.*)
53 __etext = .;
/arch/arm64/kernel/
Dvmlinux.lds.S109 _text = .;
115 *(.exception.text)
116 __exception_text_end = .;
/arch/x86/kernel/
Dvmlinux.lds.S101 _text = .;
102 _stext = .;
131 *(.text.__x86.indirect_thunk)
143 /* .text should occupy whole number of pages */
Dalternative.c433 u8 *text, u8 *text_end) in alternatives_smp_lock()
451 u8 *text, u8 *text_end) in alternatives_smp_unlock()
478 u8 *text; member
490 void *text, void *text_end) in alternatives_smp_module_add()
/arch/powerpc/boot/
DzImage.coff.lds.S10 *(.text)
12 _etext = .;
DzImage.lds.S16 *(.text)
18 _etext = .;
/arch/openrisc/kernel/
Dvmlinux.lds.S64 *(.text.__*)
65 _etext = .;
/arch/h8300/kernel/
Dvmlinux.lds.S30 _stext = . ;
38 _etext = . ;
/arch/arm/kernel/
Dvmlinux.lds.S97 _text = .;
109 *(.exception.text)
110 __exception_text_end = .;
Dvmlinux-xip.lds.S92 _text = .;
100 *(.exception.text)
101 __exception_text_end = .;
/arch/microblaze/kernel/
Dvmlinux.lds.S28 _text = . ;
29 _stext = . ;
42 _etext = . ;
/arch/c6x/kernel/
Dvmlinux.lds.S70 _text = .;
71 _stext = .;
/arch/s390/include/asm/
Dpci_debug.h13 #define zpci_err(text...) \ argument
/arch/hexagon/kernel/
Dvmlinux.lds.S50 _text = .;
/arch/unicore32/boot/compressed/
Dvmlinux.lds.in32 *(.text)
/arch/sh/kernel/
Dvmlinux.lds.S47 _etext = .; /* End of text section */
/arch/ia64/kernel/
Dvmlinux.lds.S46 *(.text..ivt)
61 .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) {

12