Home
last modified time | relevance | path

Searched refs:KEEP (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v5.4/include/asm-generic/
Dvmlinux.lds.h116 KEEP(*(__patchable_function_entries)) \
121 KEEP(*(__mcount_loc)) \
130 KEEP(*(_ftrace_annotated_branch)) \
138 KEEP(*(_ftrace_branch)) \
147 KEEP(*(_kprobe_blacklist)) \
156 KEEP(*(_error_injection_whitelist)) \
165 KEEP(*(_ftrace_events)) \
168 KEEP(*(_ftrace_eval_map)) \
176 KEEP(*(__trace_printk_fmt)) /* Trace_printk fmt' pointer */ \
179 KEEP(*(__tracepoint_str)) /* Trace_printk fmt' pointer */ \
[all …]
/Linux-v5.4/arch/um/kernel/
Ddyn.lds.S64 KEEP (*(.init))
89 KEEP (*(.fini))
118 .eh_frame : { KEEP (*(.eh_frame)) }
131 KEEP (*crtbegin.o(.ctors))
136 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
137 KEEP (*(SORT(.ctors.*)))
138 KEEP (*(.ctors))
141 KEEP (*crtbegin.o(.dtors))
142 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
143 KEEP (*(SORT(.dtors.*)))
[all …]
/Linux-v5.4/arch/powerpc/kernel/
Dvmlinux.lds.S66 KEEP(*(.head.text.first_256B));
69 KEEP(*(.head.text.real_vectors));
71 KEEP(*(.head.text.virt_vectors));
74 KEEP(*(.head.data.fwnmi_page));
92 KEEP(*(.linker_stub_catch));
231 KEEP(*(__ftr_fixup))
237 KEEP(*(__mmu_ftr_fixup))
243 KEEP(*(__lwsync_fixup))
250 KEEP(*(__fw_ftr_fixup))
263 KEEP(*(.machine.desc))
[all …]
/Linux-v5.4/arch/mips/kernel/
Dvmlinux.lds.S75 KEEP(*(__dbe_table))
126 KEEP(*(.mips.machines.init))
146 KEEP(*(.appended_dtb))
195 KEEP(*(.mdebug.abi32))
198 KEEP(*(.mdebug.abi64))
/Linux-v5.4/arch/x86/boot/compressed/
Dvmlinux.lds.S47 KEEP(*(.got.plt))
48 KEEP(*(.got))
/Linux-v5.4/arch/xtensa/kernel/
Dvmlinux.lds.S302 .xt.prop 0 : { KEEP(*(.xt.prop .xt.prop.* .gnu.linkonce.prop.*)) }
303 .xt.insn 0 : { KEEP(*(.xt.insn .xt.insn.* .gnu.linkonce.x*)) }
304 .xt.lit 0 : { KEEP(*(.xt.lit .xt.lit.* .gnu.linkonce.p*)) }
/Linux-v5.4/arch/s390/kernel/vdso32/
Dvdso32.lds.S45 .eh_frame : { KEEP (*(.eh_frame)) } :text
95 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
/Linux-v5.4/arch/s390/kernel/vdso64/
Dvdso64.lds.S45 .eh_frame : { KEEP (*(.eh_frame)) } :text
95 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
/Linux-v5.4/arch/powerpc/kernel/vdso64/
Dvdso64.lds.S60 .eh_frame : { KEEP (*(.eh_frame)) } :text
64 .opd ALIGN(8) : { KEEP (*(.opd)) }
/Linux-v5.4/arch/x86/kernel/cpu/mce/
Dseverity.c97 KEEP, "Corrected error",
128 KEEP, "Non signalled machine check",
140 KEEP, "Action required but unaffected thread is continuable",
/Linux-v5.4/scripts/
Dmodule-common.lds25 __jump_table 0 : ALIGN(8) { KEEP(*(__jump_table)) }
/Linux-v5.4/arch/x86/um/vdso/
Dvdso-layout.lds.S23 .eh_frame : { KEEP (*(.eh_frame)) } :text
/Linux-v5.4/arch/s390/boot/compressed/
Dvmlinux.lds.S51 KEEP(*(.dma.ex_table))
/Linux-v5.4/arch/nds32/kernel/vdso/
Dvdso.lds.S31 .eh_frame : { KEEP (*(.eh_frame)) } :text
/Linux-v5.4/arch/sh/kernel/vsyscall/
Dvsyscall.lds.S43 KEEP (*(.eh_frame))
/Linux-v5.4/arch/riscv/kernel/vdso/
Dvdso.lds.S24 .eh_frame : { KEEP (*(.eh_frame)) } :text
/Linux-v5.4/arch/arm/vdso/
Dvdso.lds.S38 .eh_frame : { KEEP (*(.eh_frame)) } :text
/Linux-v5.4/arch/sparc/vdso/
Dvdso-layout.lds.S66 .eh_frame : { KEEP (*(.eh_frame)) } :text
/Linux-v5.4/arch/arm64/kernel/vdso/
Dvdso.lds.S41 .eh_frame : { KEEP (*(.eh_frame)) } :text
/Linux-v5.4/arch/x86/entry/vdso/
Dvdso-layout.lds.S58 .eh_frame : { KEEP (*(.eh_frame)) } :text
/Linux-v5.4/arch/mips/vdso/
Dvdso.lds.S51 .eh_frame : { KEEP (*(.eh_frame)) } :text
/Linux-v5.4/arch/powerpc/kernel/vdso32/
Dvdso32.lds.S59 .eh_frame : { KEEP (*(.eh_frame)) } :text
/Linux-v5.4/kernel/configs/
Dandroid-recommended.config1 # KEEP ALPHABETICALLY SORTED
Dandroid-base.config1 # KEEP ALPHABETICALLY SORTED
/Linux-v5.4/arch/arm64/net/
Dbpf_jit.h138 #define A64_MOVK(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, KEEP)

12