| /arch/xtensa/kernel/ |
| A D | vmlinux.lds.S | 88 .text : 120 *(.exception.text) 173 .WindowVectors.text); 204 .exception.text); 241 .WindowVectors.text, 248 .DebugInterruptVector.text, 299 .UserExceptionVector.text, 305 .UserExceptionVector.text) 312 .SecondaryResetVector.text, 321 .exception.text, [all …]
|
| /arch/powerpc/platforms/44x/ |
| A D | ppc476_modules.lds | 3 .text : ALIGN(4096) 5 *(.text .text.* .fixup) 7 .init.text : ALIGN(4096) 9 *(.init.text .init.text.*) 11 .exit.text : ALIGN(4096) 13 *(.exit.text .exit.text.*)
|
| /arch/x86/entry/vdso/ |
| A D | vdso-layout.lds.S | 29 .hash : { *(.hash) } :text 37 .dynamic : { *(.dynamic) } :text :dynamic 48 } :text 57 .note : { *(.note.*) } :text :note 60 .eh_frame : { KEEP (*(.eh_frame)) } :text 68 .text : { 69 *(.text*) 70 } :text =0x90909090, 74 .altinstructions : { *(.altinstructions) } :text 77 __ex_table : { *(__ex_table) } :text [all …]
|
| /arch/sparc/vdso/ |
| A D | vdso-layout.lds.S | 31 .hash : { *(.hash) } :text 39 .dynamic : { *(.dynamic) } :text :dynamic 58 } :text 60 .fake_shstrtab : { *(.fake_shstrtab) } :text 63 .note : { *(.note.*) } :text :note 65 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 66 .eh_frame : { KEEP (*(.eh_frame)) } :text 74 .text : { *(.text*) } :text =0x90909090, 94 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /arch/riscv/kernel/vdso/ |
| A D | vdso.lds.S | 17 .hash : { *(.hash) } :text 25 .dynamic : { *(.dynamic) } :text :dynamic 33 } :text 35 .note : { *(.note.*) } :text :note 37 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 38 .eh_frame : { KEEP (*(.eh_frame)) } :text 45 .text : { *(.text .text.*) } :text 59 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /arch/mips/vdso/ |
| A D | vdso.lds.S | 34 .mips_abiflags : { *(.mips_abiflags) } :text :abiflags 36 .reginfo : { *(.reginfo) } :text :reginfo 38 .hash : { *(.hash) } :text 46 .note : { *(.note.*) } :text :note 48 .text : { *(.text*) } :text 53 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 54 .eh_frame : { KEEP (*(.eh_frame)) } :text 56 .dynamic : { *(.dynamic) } :text :dynamic 58 .rodata : { *(.rodata*) } :text 88 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /arch/x86/um/vdso/ |
| A D | vdso-layout.lds.S | 12 .hash : { *(.hash) } :text 20 .note : { *(.note.*) } :text :note 22 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 23 .eh_frame : { KEEP (*(.eh_frame)) } :text 25 .dynamic : { *(.dynamic) } :text :dynamic 27 .rodata : { *(.rodata*) } :text 47 .text : { *(.text*) } :text =0x90909090 61 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /arch/powerpc/kernel/ |
| A D | vmlinux.lds.S | 66 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) { 82 } :text 92 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) { 99 .text : AT(ADDR(.text) - LOAD_OFFSET) { 103 …*(.text.hot .text.hot.* TEXT_MAIN .text.fixup .text.unlikely .text.unlikely.* .fixup __ftr_alt_* .… 104 *(.tramp.ftrace.text); 119 *(.text.asan.* .text.tsan.*) 120 } :text 258 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) { 268 } :text [all …]
|
| /arch/arm/vdso/ |
| A D | vdso.lds.S | 27 .hash : { *(.hash) } :text 35 .note : { *(.note.*) } :text :note 38 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 39 .eh_frame : { KEEP (*(.eh_frame)) } :text 41 .dynamic : { *(.dynamic) } :text :dynamic 43 .rodata : { *(.rodata*) } :text 45 .text : { *(.text*) } :text =0xe7f001f2 63 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /arch/csky/kernel/vdso/ |
| A D | vdso.lds.S | 12 .hash : { *(.hash) } :text 20 .note : { *(.note.*) } :text :note 21 .dynamic : { *(.dynamic) } :text :dynamic 23 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 24 .eh_frame : { KEEP (*(.eh_frame)) } :text 29 .text : { *(.text .text.*) } :text 41 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /arch/sh/kernel/vsyscall/ |
| A D | vsyscall.lds.S | 23 .hash : { *(.hash) } :text 39 .text : { *(.text) } :text =0x90909090 40 .note : { *(.note.*) } :text :note 41 .eh_frame_hdr : { *(.eh_frame_hdr ) } :text :eh_frame_hdr 45 } :text 46 .dynamic : { *(.dynamic) } :text :dynamic 52 } :text 66 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
| /arch/loongarch/vdso/ |
| A D | vdso.lds.S | 20 .hash : { *(.hash) } :text 28 .note : { *(.note.*) } :text :note 30 .text : { *(.text*) } :text 35 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 36 .eh_frame : { KEEP (*(.eh_frame)) } :text 38 .dynamic : { *(.dynamic) } :text :dynamic 40 .rodata : { *(.rodata*) } :text 55 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /arch/powerpc/kernel/vdso/ |
| A D | vdso32.lds.S | 24 .hash : { *(.hash) } :text 32 .note : { *(.note.*) } :text :note 35 .text : { 36 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*) 37 } :text 70 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 71 .eh_frame : { KEEP (*(.eh_frame)) } :text 75 .dynamic : { *(.dynamic) } :text :dynamic 76 .got : { *(.got) } :text 109 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
| A D | vdso64.lds.S | 24 .hash : { *(.hash) } :text 32 .note : { *(.note.*) } :text :note 35 .text : { 36 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*) 38 } :text 69 .dynamic : { *(.dynamic) } :text :dynamic 71 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 72 .eh_frame : { KEEP (*(.eh_frame)) } :text 106 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
| /arch/arm64/kernel/vdso32/ |
| A D | vdso.lds.S | 26 .hash : { *(.hash) } :text 34 .note : { *(.note.*) } :text :note 36 .dynamic : { *(.dynamic) } :text :dynamic 46 } :text 48 .text : { 49 *(.text*) 54 } :text =0xe7f001f2 76 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /arch/arm64/kernel/vdso/ |
| A D | vdso.lds.S | 27 .hash : { *(.hash) } :text 43 .note : { *(.note.*) } :text :note 47 .text : { *(.text*) } :text =0xd503201f 57 .dynamic : { *(.dynamic) } :text :dynamic 69 } :text 90 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /arch/s390/kernel/vdso32/ |
| A D | vdso32.lds.S | 20 .hash : { *(.hash) } :text 28 .note : { *(.note.*) } :text :note 31 .text : { 32 *(.text .stub .text.* .gnu.linkonce.t.*) 33 } :text 44 .dynamic : { *(.dynamic) } :text :dynamic 46 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 47 .eh_frame : { KEEP (*(.eh_frame)) } :text 119 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
| /arch/parisc/kernel/ |
| A D | vmlinux.lds.S | 41 #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 */
|
| /arch/s390/kernel/vdso64/ |
| A D | vdso64.lds.S | 21 .hash : { *(.hash) } :text 29 .note : { *(.note.*) } :text :note 32 .text : { 33 *(.text .stub .text.* .gnu.linkonce.t.*) 34 } :text 49 .dynamic : { *(.dynamic) } :text :dynamic 51 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 52 .eh_frame : { KEEP (*(.eh_frame)) } :text 124 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
| /arch/parisc/kernel/vdso32/ |
| A D | vdso32.lds.S | 16 .hash : { *(.hash) } :text 24 .note : { *(.note.*) } :text :note 27 .text : 29 *(.text .stub .text.* .gnu.linkonce.t.*) 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_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
| /arch/parisc/kernel/vdso64/ |
| A D | vdso64.lds.S | 15 .hash : { *(.hash) } :text 23 .note : { *(.note.*) } :text :note 26 .text : 28 *(.text .stub .text.* .gnu.linkonce.t.*) 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_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
| /arch/arm/include/asm/ |
| A D | vmlinux.lds.h | 57 *(.idmap.text) \ 61 *(.ARM.exidx.exit.text) \ 62 *(.ARM.extab.exit.text) \ 63 *(.ARM.exidx.text.exit) \ 64 *(.ARM.extab.text.exit) \ 65 ARM_CPU_DISCARD(*(.ARM.exidx.cpuexit.text)) \ 66 ARM_CPU_DISCARD(*(.ARM.extab.cpuexit.text)) \ 70 ARM_MMU_DISCARD(*(.text.fixup)) \ 99 *(.entry.text) \ 163 *(.tcm.text) \
|
| /arch/s390/kernel/ |
| A D | vmlinux.lds.S | 35 text PT_LOAD FLAGS(5); /* R_E */ 43 .text : { 54 *(.text.*_indirect_*) argument 58 } :text = 0x0700 111 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) { 122 .exit.text : { 176 .amode31.text : { 178 *(.amode31.text) argument 179 *(.amode31.text.*_indirect_*)
|
| /arch/x86/kernel/ |
| A D | vmlinux.lds.S | 106 *(.text..relocate_kernel); \ 116 text PT_LOAD FLAGS(5); /* R_E */ 131 .text : AT(ADDR(.text) - LOAD_OFFSET) { 136 *(.text..__x86.rethunk_untrain) argument 145 *(.text..__x86.rethunk_safe) 155 *(.text..__x86.indirect_thunk) 156 *(.text..__x86.return_thunk) 161 } :text = 0xcccccccc 164 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) { 166 } :text = 0xcccccccc [all …]
|
| /arch/s390/purgatory/ |
| A D | purgatory.lds.S | 13 .head.text : { 18 .text : { 20 *(.text) argument 21 *(.text.*)
|