Searched refs:KEEP (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/scripts/
H A Dmodule.lds.S26 .altinstructions 0 : ALIGN(8) { KEEP(*(.altinstructions)) }
27 __bug_table 0 : ALIGN(8) { KEEP(*(__bug_table)) }
28 __jump_table 0 : ALIGN(8) { KEEP(*(__jump_table)) }
33 __kcfi_traps : { KEEP(*(.kcfi_traps)) }
/linux-master/arch/um/kernel/
H A Ddyn.lds.S70 KEEP (*(.init))
94 KEEP (*(.fini))
128 .eh_frame : { KEEP (*(.eh_frame)) }
141 KEEP (*crtbegin.o(.ctors))
146 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
147 KEEP (*(SORT(.ctors.*)))
148 KEEP (*(.ctors))
151 KEEP (*crtbegin.o(.dtors))
152 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
153 KEEP (*(SOR
[all...]
H A Duml.lds.S97 .eh_frame : { KEEP (*(.eh_frame)) }
/linux-master/arch/mips/kernel/
H A Dvmlinux.lds.S82 KEEP(*(__dbe_table))
126 KEEP(*(.mips.machines.init))
152 KEEP(*(.appended_dtb))
206 KEEP(*(.mdebug.abi32))
209 KEEP(*(.mdebug.abi64))
/linux-master/arch/riscv/kernel/
H A Dvmlinux.lds.S63 KEEP(*(__soc_early_init_table))
68 KEEP(*(__soc_builtin_dtb_table))
90 KEEP(*(.init.pi*))
94 KEEP(*(.init.bss*)) /* from the EFI stub */
117 KEEP(*(.alternative))
H A Dvmlinux-xip.lds.S94 KEEP(*(__soc_early_init_table))
99 KEEP(*(__soc_builtin_dtb_table))
/linux-master/arch/powerpc/kernel/
H A Dvmlinux.lds.S17 KEEP(*(__soft_mask_table)) \
25 KEEP(*(__restart_table)) \
74 KEEP(*(.head.text.first_256B));
77 KEEP(*(.head.text.real_vectors));
79 KEEP(*(.head.text.virt_vectors));
82 KEEP(*(.head.data.fwnmi_page));
100 KEEP(*(.linker_stub_catch));
190 KEEP(*(.opd))
296 KEEP(*(__ftr_fixup))
302 KEEP(*(__mmu_ftr_fixu
[all...]
/linux-master/include/asm-generic/
H A Dvmlinux.lds.h151 #define KEEP_PATCHABLE KEEP(*(__patchable_function_entries))
181 KEEP(*(__mcount_loc)) \
197 KEEP(*(_sec_)) \
202 KEEP(*(_sec_)) \
212 KEEP(*(.gnu.linkonce.##_sec_)) \
217 KEEP(*(.gnu.linkonce.##_sec_)) \
315 KEEP(*(__##name##_of_table)) \
316 KEEP(*(__##name##_of_table_end))
346 KEEP(*(.dtb.init.rodata)) \
405 KEEP(*(
[all...]
/linux-master/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S48 .eh_frame : { KEEP (*(.eh_frame)) } :text
99 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S48 .eh_frame : { KEEP (*(.eh_frame)) } :text
99 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
/linux-master/arch/x86/um/vdso/
H A Dvdso-layout.lds.S23 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S43 KEEP (*(.eh_frame))
/linux-master/arch/sparc/vdso/
H A Dvdso-layout.lds.S66 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-master/arch/arm/vdso/
H A Dvdso.lds.S38 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-master/arch/csky/kernel/vdso/
H A Dvdso.lds.S24 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-master/arch/loongarch/vdso/
H A Dvdso.lds.S32 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-master/arch/mips/vdso/
H A Dvdso.lds.S51 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-master/arch/riscv/kernel/vdso/
H A Dvdso.lds.S39 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-master/arch/x86/entry/vdso/
H A Dvdso-layout.lds.S70 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-master/arch/xtensa/kernel/
H A Dvmlinux.lds.S382 .xt.prop 0 : { KEEP(*(.xt.prop .xt.prop.* .gnu.linkonce.prop.*)) }
383 .xt.insn 0 : { KEEP(*(.xt.insn .xt.insn.* .gnu.linkonce.x*)) }
384 .xt.lit 0 : { KEEP(*(.xt.lit .xt.lit.* .gnu.linkonce.p*)) }
/linux-master/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S41 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-master/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S39 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-master/arch/powerpc/kernel/vdso/
H A Dvdso32.lds.S69 .eh_frame : { KEEP (*(.eh_frame)) } :text
H A Dvdso64.lds.S70 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux-master/arch/x86/kernel/cpu/mce/
H A Dseverity.c103 KEEP, "Corrected error",
145 KEEP, "Non signaled machine check",
157 KEEP, "Action required but unaffected thread is continuable",

Completed in 415 milliseconds

12