Searched refs:text (Results 51 - 75 of 861) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/kernel/vdso/
H A Dvdso64.lds.S22 .hash : { *(.hash) } :text
30 .note : { *(.note.*) } :text :note
33 .text : {
34 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
36 } :text
62 * Other stuff is appended to the text segment:
67 .dynamic : { *(.dynamic) } :text :dynamic
69 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
70 .eh_frame : { KEEP (*(.eh_frame)) } :text
[all...]
/linux-master/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S21 .hash : { *(.hash) } :text
29 .note : { *(.note.*) } :text :note
32 .text : {
33 *(.text .stub .text.* .gnu.linkonce.t.*)
34 } :text
40 * Other stuff is appended to the text segment:
45 .dynamic : { *(.dynamic) } :text :dynamic
47 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
48 .eh_frame : { KEEP (*(.eh_frame)) } :text
[all...]
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S21 .hash : { *(.hash) } :text
29 .note : { *(.note.*) } :text :note
32 .text : {
33 *(.text .stub .text.* .gnu.linkonce.t.*)
34 } :text
40 * Other stuff is appended to the text segment:
45 .dynamic : { *(.dynamic) } :text :dynamic
47 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
48 .eh_frame : { KEEP (*(.eh_frame)) } :text
[all...]
/linux-master/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S16 .hash : { *(.hash) } :text
24 .note : { *(.note.*) } :text :note
27 .text :
29 *(.text .stub .text.* .gnu.linkonce.t.*)
35 /* Other stuff is appended to the text segment: */
40 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
41 .eh_frame : { KEEP (*(.eh_frame)) } :text
45 .dynamic : { *(.dynamic) } :text :dynamic
93 text PT_LOA
[all...]
H A Drestart_syscall.S14 .text
/linux-master/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S15 .hash : { *(.hash) } :text
23 .note : { *(.note.*) } :text :note
26 .text :
28 *(.text .stub .text.* .gnu.linkonce.t.*)
34 /* Other stuff is appended to the text segment: */
38 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
39 .eh_frame : { KEEP (*(.eh_frame)) } :text
43 .dynamic : { *(.dynamic) } :text :dynamic
91 text PT_LOA
[all...]
/linux-master/arch/parisc/kernel/
H A Dvmlinux.lds.S41 #define EXIT_TEXT_SECTIONS() .exit.text : { EXIT_TEXT }
85 .text ALIGN(PAGE_SIZE) : {
92 *(.text.do_softirq)
93 *(.text.sys_exit)
94 *(.text.do_sigaltstack)
95 *(.text.do_fork)
96 *(.text.div)
98 *(.text.*)
100 *(.lock.text) /* out-of-line lock text */
[all...]
/linux-master/scripts/kconfig/
H A Dlexer.l36 static char *text;
58 text = xmalloc(START_STRSIZE);
61 *text = 0;
70 text = xrealloc(text, new_size);
73 memcpy(text + text_size, str, size);
75 text[text_size] = 0;
80 text = xmalloc(size + 1);
81 memcpy(text, str, size);
82 text[siz
[all...]
/linux-master/arch/openrisc/kernel/
H A Dvmlinux.lds.S41 /* Read-only sections, merged into text segment: */
50 .text : AT(ADDR(.text) - LOAD_OFFSET)
60 *(.text.__*)
63 /* TODO: Check if fixup and text.__* are really necessary
/linux-master/arch/alpha/kernel/
H A Dvmlinux.lds.S15 PHDRS { text PT_LOAD; note PT_NOTE; }
26 .text : {
33 } :text
35 _etext = .; /* End of text section */
/linux-master/arch/powerpc/boot/
H A DzImage.coff.lds.S7 .text :
10 *(.text)
H A DzImage.ps3.lds.S22 .text :
24 *(.text)
/linux-master/arch/sparc/lib/
H A DM7copy_from_user.S13 .text; \
21 .text; \
H A DNG4copy_from_user.S12 .text; \
20 .text; \
H A DU1copy_from_user.S12 .text; \
20 .text; \
H A DU1copy_to_user.S12 .text; \
20 .text; \
/linux-master/arch/nios2/boot/compressed/
H A Dvmlinux.lds.S19 .text : { *(.text) } = 0
/linux-master/arch/arm/mach-rpc/
H A Dio-acorn.S13 .text
/linux-master/arch/loongarch/vdso/
H A Dsigreturn.S16 .section .text
/linux-master/arch/x86/kernel/
H A Dirqflags.S10 .pushsection .noinstr.text, "ax"
/linux-master/arch/riscv/kernel/vdso/
H A Dflush_icache.S9 .text
/linux-master/arch/alpha/lib/
H A Ddbg_stackcheck.S11 .text
H A Ddbg_current.S11 .text
/linux-master/scripts/
H A Dmakelst20 t1=`$3 --syms $1 | grep .text | grep -m1 " F "`
/linux-master/arch/sparc/kernel/
H A Dsun4v_mcd.S8 .text

Completed in 226 milliseconds

1234567891011>>