Home
last modified time | relevance | path

Searched refs:R_X86_64_GOTPC32 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def32 ELF_RELOC(R_X86_64_GOTPC32, 26)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp397 case R_X86_64_GOTPC32: in getRelExpr()
723 case R_X86_64_GOTPC32: in getImplicitAddend()
789 case R_X86_64_GOTPC32: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp160 case ELF::R_X86_64_GOTPC32: in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp134 return IsPCRel ? ELF::R_X86_64_GOTPC32 : ELF::R_X86_64_GOT32; in getRelocType64()
/freebsd/sys/sys/
H A Delf_common.h1667 #define R_X86_64_GOTPC32 26 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2274 _ELF_DEFINE_RELOC(R_X86_64_GOTPC32, 26) \
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1856 } else if (RelType == ELF::R_X86_64_GOTPC32) { in processRelocationRef()