Home
last modified time | relevance | path

Searched refs:R_X86_64_PLT32 (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/arch/x86/um/asm/
Delf.h106 #define R_X86_64_PLT32 4 /* 32 bit PLT address */ macro
/Linux-v6.1/arch/x86/include/asm/
Delf.h51 #define R_X86_64_PLT32 4 /* 32 bit PLT address */ macro
/Linux-v6.1/arch/x86/kernel/
Dmodule.c185 case R_X86_64_PLT32: in __apply_relocate_add()
Dmachine_kexec_64.c497 case R_X86_64_PLT32: in arch_kexec_apply_relocations_add()
/Linux-v6.1/arch/x86/tools/
Drelocs.c215 REL_TYPE(R_X86_64_PLT32), in rel_type()
850 case R_X86_64_PLT32: in do_reloc64()
/Linux-v6.1/tools/objtool/
Dcheck.c4026 if (reloc->type == R_X86_64_PC32 || reloc->type == R_X86_64_PLT32) in validate_ibt_insn()