Home
last modified time | relevance | path

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

/linux/scripts/
H A Dmodule.lds.S24 .altinstructions 0 : ALIGN(8) { KEEP(*(.altinstructions)) }
25 __bug_table 0 : ALIGN(8) { KEEP(*(__bug_table)) }
26 __jump_table 0 : ALIGN(8) { KEEP(*(__jump_table)) }
27 __ex_table 0 : ALIGN(4) { KEEP(*(__ex_table)) }
31 .init.klp_funcs 0 : ALIGN(8) { KEEP(*(.init.klp_funcs)) }
32 .init.klp_objects 0 : ALIGN(8) { KEEP(*(.init.klp_objects)) }
35 __kcfi_traps 0 : { KEEP(*(.kcfi_traps)) }
/linux/arch/um/kernel/
H A Ddyn.lds.S70 KEEP (*(.init))
94 KEEP (*(.fini))
126 .eh_frame : { KEEP (*(.eh_frame)) }
139 KEEP (*crtbegin.o(.ctors))
144 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
145 KEEP (*(SORT(.ctors.*)))
146 KEEP (*(.ctors))
149 KEEP (*crtbegin.o(.dtors))
150 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
151 KEEP (*(SORT(.dtors.*)))
[all …]
H A Duml.lds.S95 .eh_frame : { KEEP (*(.eh_frame)) }
/linux/arch/powerpc/kernel/
H A Dvmlinux.lds.S11 KEEP(*(__soft_mask_table)) \
19 KEEP(*(__restart_table)) \
68 KEEP(*(.head.text.first_256B));
71 KEEP(*(.head.text.real_vectors));
73 KEEP(*(.head.text.virt_vectors));
76 KEEP(*(.head.data.fwnmi_page));
94 KEEP(*(.linker_stub_catch));
181 KEEP(*(.opd))
286 KEEP(*(__ftr_fixup))
292 KEEP(*(__mmu_ftr_fixup))
[all …]
/linux/arch/riscv/kernel/
H A Dvmlinux.lds.S59 KEEP(*(__soc_early_init_table))
64 KEEP(*(__soc_builtin_dtb_table))
86 KEEP(*(.init.pi*))
90 KEEP(*(.init.bss*)) /* from the EFI stub */
116 KEEP(*(.alternative))
/linux/arch/mips/kernel/
H A Dvmlinux.lds.S83 KEEP(*(__dbe_table))
127 KEEP(*(.mips.machines.init))
153 KEEP(*(.appended_dtb))
207 KEEP(*(.mdebug.abi32))
210 KEEP(*(.mdebug.abi64))
/linux/arch/arm/include/asm/
H A Dvmlinux.lds.h22 #define ARM_MMU_KEEP(x) KEEP(x)
38 #define OVERLAY_KEEP(x) KEEP(x)
51 KEEP(*(.proc.info.init)) \
/linux/arch/arm/kernel/
H A Dvmlinux.lds.S102 KEEP(*(.arch.info.init))
119 KEEP(*(.pv_table))
H A Dvmlinux-xip.lds.S86 KEEP(*(.arch.info.init))
/linux/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/arch/x86/um/vdso/
H A Dvdso-layout.lds.S23 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S43 KEEP (*(.eh_frame))
/linux/arch/loongarch/vdso/
H A Dvdso.lds.S34 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux/arch/riscv/kernel/vdso/
H A Dvdso.lds.S38 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S39 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S41 .eh_frame : { KEEP (*(.eh_frame)) } :text
/linux/fs/ceph/
H A Ddir.c1640 KEEP = 0, enumerator
1755 return KEEP; in __dentry_lease_check()
1768 return KEEP; in __dir_lease_check()
1773 return KEEP; in __dir_lease_check()
/linux/arch/arm64/net/
H A Dbpf_jit.h231 #define A64_MOVK(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, KEEP)
/linux/Documentation/crypto/
H A Ddescore-readme.rst307 KEEP THIS MORE SUBTLE POINT IN MIND IF YOU REWRITE ANYTHING.