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/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.S45 *(.text.*)
48 _etext = .; /* End of text section */
/arch/avr32/kernel/
Dvmlinux.lds.S50 *(.ex.text)
58 _etext = .;
/arch/blackfin/kernel/
Dvmlinux.lds.S46 *(.text.*)
52 __etext = .;
/arch/arm64/kernel/
Dvmlinux.lds.S107 _text = .;
114 *(.exception.text)
115 __exception_text_end = .;
/arch/openrisc/kernel/
Dvmlinux.lds.S57 *(.text.__*)
58 _etext = .;
/arch/powerpc/boot/
DzImage.coff.lds.S9 *(.text)
11 _etext = .;
DzImage.lds.S15 *(.text)
17 _etext = .;
/arch/x86/kernel/
Dvmlinux.lds.S110 *(.text.__x86.indirect_thunk)
122 /* .text should occupy whole number of pages */
Dalternative.c421 u8 *text, u8 *text_end) in alternatives_smp_lock()
439 u8 *text, u8 *text_end) in alternatives_smp_unlock()
466 u8 *text; member
478 void *text, void *text_end) in alternatives_smp_module_add()
/arch/h8300/kernel/
Dvmlinux.lds.S29 _stext = . ;
36 _etext = . ;
/arch/microblaze/kernel/
Dvmlinux.lds.S28 _text = . ;
29 _stext = . ;
41 _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/arm/kernel/
Dvmlinux.lds.S93 _text = .;
105 *(.exception.text)
106 __exception_text_end = .;
/arch/unicore32/boot/compressed/
Dvmlinux.lds.in32 *(.text)
/arch/sh/kernel/
Dvmlinux.lds.S45 _etext = .; /* End of text section */
/arch/ia64/kernel/
Dvmlinux.lds.S45 *(.text..ivt)
59 .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) {
/arch/powerpc/kernel/
Dvmlinux.lds.S52 /* careful! __ftr_alt_* sections need to be close to .text */
62 __got2_start = .;
64 __got2_end = .;

12