Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def35 ELF_RELOC(R_X86_64_GOTPC64, 29)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp395 case R_X86_64_GOTPC64: in getRelExpr()
742 case R_X86_64_GOTPC64: in getImplicitAddend()
802 case R_X86_64_GOTPC64: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp132 return IsPCRel ? ELF::R_X86_64_GOTPC64 : ELF::R_X86_64_GOT64; in getRelocType64()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp161 case ELF::R_X86_64_GOTPC64: in addSingleRelocation()
/freebsd/sys/sys/
H A Delf_common.h1491 #define R_X86_64_GOTPC64 29 macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1857 } else if (RelType == ELF::R_X86_64_GOTPC64) { in processRelocationRef()
2555 case ELF::R_X86_64_GOTPC64: in relocationNeedsStub()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2277 _ELF_DEFINE_RELOC(R_X86_64_GOTPC64, 29) \