Searched refs:KEEP (Results 1 – 25 of 27) sorted by relevance
12
/Linux-v5.4/include/asm-generic/ |
D | vmlinux.lds.h | 116 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/ |
D | dyn.lds.S | 64 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/ |
D | vmlinux.lds.S | 66 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/ |
D | vmlinux.lds.S | 75 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/ |
D | vmlinux.lds.S | 47 KEEP(*(.got.plt)) 48 KEEP(*(.got))
|
/Linux-v5.4/arch/xtensa/kernel/ |
D | vmlinux.lds.S | 302 .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/ |
D | vdso32.lds.S | 45 .eh_frame : { KEEP (*(.eh_frame)) } :text 95 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
|
/Linux-v5.4/arch/s390/kernel/vdso64/ |
D | vdso64.lds.S | 45 .eh_frame : { KEEP (*(.eh_frame)) } :text 95 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
|
/Linux-v5.4/arch/powerpc/kernel/vdso64/ |
D | vdso64.lds.S | 60 .eh_frame : { KEEP (*(.eh_frame)) } :text 64 .opd ALIGN(8) : { KEEP (*(.opd)) }
|
/Linux-v5.4/arch/x86/kernel/cpu/mce/ |
D | severity.c | 97 KEEP, "Corrected error", 128 KEEP, "Non signalled machine check", 140 KEEP, "Action required but unaffected thread is continuable",
|
/Linux-v5.4/scripts/ |
D | module-common.lds | 25 __jump_table 0 : ALIGN(8) { KEEP(*(__jump_table)) }
|
/Linux-v5.4/arch/x86/um/vdso/ |
D | vdso-layout.lds.S | 23 .eh_frame : { KEEP (*(.eh_frame)) } :text
|
/Linux-v5.4/arch/s390/boot/compressed/ |
D | vmlinux.lds.S | 51 KEEP(*(.dma.ex_table))
|
/Linux-v5.4/arch/nds32/kernel/vdso/ |
D | vdso.lds.S | 31 .eh_frame : { KEEP (*(.eh_frame)) } :text
|
/Linux-v5.4/arch/sh/kernel/vsyscall/ |
D | vsyscall.lds.S | 43 KEEP (*(.eh_frame))
|
/Linux-v5.4/arch/riscv/kernel/vdso/ |
D | vdso.lds.S | 24 .eh_frame : { KEEP (*(.eh_frame)) } :text
|
/Linux-v5.4/arch/arm/vdso/ |
D | vdso.lds.S | 38 .eh_frame : { KEEP (*(.eh_frame)) } :text
|
/Linux-v5.4/arch/sparc/vdso/ |
D | vdso-layout.lds.S | 66 .eh_frame : { KEEP (*(.eh_frame)) } :text
|
/Linux-v5.4/arch/arm64/kernel/vdso/ |
D | vdso.lds.S | 41 .eh_frame : { KEEP (*(.eh_frame)) } :text
|
/Linux-v5.4/arch/x86/entry/vdso/ |
D | vdso-layout.lds.S | 58 .eh_frame : { KEEP (*(.eh_frame)) } :text
|
/Linux-v5.4/arch/mips/vdso/ |
D | vdso.lds.S | 51 .eh_frame : { KEEP (*(.eh_frame)) } :text
|
/Linux-v5.4/arch/powerpc/kernel/vdso32/ |
D | vdso32.lds.S | 59 .eh_frame : { KEEP (*(.eh_frame)) } :text
|
/Linux-v5.4/kernel/configs/ |
D | android-recommended.config | 1 # KEEP ALPHABETICALLY SORTED
|
D | android-base.config | 1 # KEEP ALPHABETICALLY SORTED
|
/Linux-v5.4/arch/arm64/net/ |
D | bpf_jit.h | 138 #define A64_MOVK(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, KEEP)
|
12