Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 41) 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.S15 _head = . ;
17 _ehead = . ;
24 *(.text)
26 _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.lds7 *(.text..startup)
9 __etext = . ;
/arch/x86/boot/compressed/
Dvmlinux.lds.S25 _head = . ;
27 _ehead = . ;
34 *(.text)
36 _etext = . ;
/arch/score/kernel/
Dvmlinux.lds.S46 *(.text.*)
49 _etext = .; /* End of text section */
/arch/avr32/kernel/
Dvmlinux.lds.S50 *(.ex.text)
59 _etext = .;
/arch/blackfin/kernel/
Dvmlinux.lds.S47 *(.text.*)
53 __etext = .;
/arch/arm64/kernel/
Dvmlinux.lds.S123 _text = .;
129 *(.exception.text)
130 __exception_text_end = .;
/arch/openrisc/kernel/
Dvmlinux.lds.S58 *(.text.__*)
59 _etext = .;
/arch/powerpc/boot/
DzImage.coff.lds.S9 *(.text)
11 _etext = .;
DzImage.lds.S15 *(.text)
17 _etext = .;
/arch/x86/kernel/
Dvmlinux.lds.S111 *(.text.__x86.indirect_thunk)
123 /* .text should occupy whole number of pages */
Dalternative.c422 u8 *text, u8 *text_end) in alternatives_smp_lock()
440 u8 *text, u8 *text_end) in alternatives_smp_unlock()
467 u8 *text; member
479 void *text, void *text_end) in alternatives_smp_module_add()
/arch/h8300/kernel/
Dvmlinux.lds.S29 _stext = . ;
37 _etext = . ;
/arch/arm/kernel/
Dvmlinux.lds.S96 _text = .;
108 *(.exception.text)
109 __exception_text_end = .;
Dvmlinux-xip.lds.S91 _text = .;
99 *(.exception.text)
100 __exception_text_end = .;
/arch/microblaze/kernel/
Dvmlinux.lds.S28 _text = . ;
29 _stext = . ;
42 _etext = . ;
/arch/c6x/kernel/
Dvmlinux.lds.S69 _text = .;
70 _stext = .;
/arch/s390/include/asm/
Dpci_debug.h12 #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.S46 _etext = .; /* End of text section */
/arch/ia64/kernel/
Dvmlinux.lds.S45 *(.text..ivt)
60 .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) {

12