Home
last modified time | relevance | path

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

12

/linux-6.1.9/include/asm-generic/
Dvmlinux.lds.h158 #define KEEP_PATCHABLE KEEP(*(__patchable_function_entries))
188 KEEP(*(__mcount_loc)) \
204 KEEP(*(_ftrace_annotated_branch)) \
212 KEEP(*(_ftrace_branch)) \
221 KEEP(*(_kprobe_blacklist)) \
230 KEEP(*(_error_injection_whitelist)) \
239 KEEP(*(_ftrace_events)) \
242 KEEP(*(_ftrace_eval_map)) \
250 KEEP(*(__trace_printk_fmt)) /* Trace_printk fmt' pointer */ \
253 KEEP(*(__tracepoint_str)) /* Trace_printk fmt' pointer */ \
[all …]
/linux-6.1.9/arch/um/kernel/
Ddyn.lds.S70 KEEP (*(.init))
95 KEEP (*(.fini))
129 .eh_frame : { KEEP (*(.eh_frame)) }
142 KEEP (*crtbegin.o(.ctors))
147 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
148 KEEP (*(SORT(.ctors.*)))
149 KEEP (*(.ctors))
152 KEEP (*crtbegin.o(.dtors))
153 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
154 KEEP (*(SORT(.dtors.*)))
[all …]
Duml.lds.S98 .eh_frame : { KEEP (*(.eh_frame)) }
/linux-6.1.9/arch/powerpc/kernel/
Dvmlinux.lds.S16 KEEP(*(__soft_mask_table)) \
24 KEEP(*(__restart_table)) \
73 KEEP(*(.head.text.first_256B));
76 KEEP(*(.head.text.real_vectors));
78 KEEP(*(.head.text.virt_vectors));
81 KEEP(*(.head.data.fwnmi_page));
99 KEEP(*(.linker_stub_catch));
185 KEEP(*(.opd))
291 KEEP(*(__ftr_fixup))
297 KEEP(*(__mmu_ftr_fixup))
[all …]
/linux-6.1.9/scripts/
Dmodule.lds.S20 .altinstructions 0 : ALIGN(8) { KEEP(*(.altinstructions)) }
21 __bug_table 0 : ALIGN(8) { KEEP(*(__bug_table)) }
22 __jump_table 0 : ALIGN(8) { KEEP(*(__jump_table)) }
27 __kcfi_traps : { KEEP(*(.kcfi_traps)) }
/linux-6.1.9/arch/mips/kernel/
Dvmlinux.lds.S81 KEEP(*(__dbe_table))
125 KEEP(*(.mips.machines.init))
151 KEEP(*(.appended_dtb))
205 KEEP(*(.mdebug.abi32))
208 KEEP(*(.mdebug.abi64))
/linux-6.1.9/arch/riscv/kernel/
Dvmlinux.lds.S66 KEEP(*(__soc_early_init_table))
71 KEEP(*(__soc_builtin_dtb_table))
Dvmlinux-xip.lds.S93 KEEP(*(__soc_early_init_table))
98 KEEP(*(__soc_builtin_dtb_table))
/linux-6.1.9/arch/xtensa/kernel/
Dvmlinux.lds.S374 .xt.prop 0 : { KEEP(*(.xt.prop .xt.prop.* .gnu.linkonce.prop.*)) }
375 .xt.insn 0 : { KEEP(*(.xt.insn .xt.insn.* .gnu.linkonce.x*)) }
376 .xt.lit 0 : { KEEP(*(.xt.lit .xt.lit.* .gnu.linkonce.p*)) }
/linux-6.1.9/arch/s390/kernel/vdso32/
Dvdso32.lds.S49 .eh_frame : { KEEP (*(.eh_frame)) } :text
100 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
/linux-6.1.9/arch/s390/kernel/vdso64/
Dvdso64.lds.S49 .eh_frame : { KEEP (*(.eh_frame)) } :text
100 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
/linux-6.1.9/arch/x86/kernel/cpu/mce/
Dseverity.c103 KEEP, "Corrected error",
145 KEEP, "Non signaled machine check",
157 KEEP, "Action required but unaffected thread is continuable",
/linux-6.1.9/arch/x86/um/vdso/
Dvdso-layout.lds.S23 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-6.1.9/arch/arm/vdso/
Dvdso.lds.S38 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-6.1.9/arch/csky/kernel/vdso/
Dvdso.lds.S24 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-6.1.9/arch/sh/kernel/vsyscall/
Dvsyscall.lds.S43 KEEP (*(.eh_frame))
/linux-6.1.9/arch/riscv/kernel/vdso/
Dvdso.lds.S30 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-6.1.9/arch/loongarch/vdso/
Dvdso.lds.S32 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-6.1.9/arch/sparc/vdso/
Dvdso-layout.lds.S66 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-6.1.9/arch/x86/entry/vdso/
Dvdso-layout.lds.S70 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-6.1.9/arch/mips/vdso/
Dvdso.lds.S51 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-6.1.9/arch/powerpc/kernel/vdso/
Dvdso32.lds.S69 .eh_frame : { KEEP (*(.eh_frame)) } :text
Dvdso64.lds.S70 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-6.1.9/arch/parisc/kernel/vdso32/
Dvdso32.lds.S41 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-6.1.9/arch/parisc/kernel/vdso64/
Dvdso64.lds.S39 .eh_frame : { KEEP (*(.eh_frame)) } :text

12