Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def33 ELF_RELOC(R_X86_64_GOT64, 27)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp384 case R_X86_64_GOT64: in getRelExpr()
743 case R_X86_64_GOT64: in getImplicitAddend()
803 case R_X86_64_GOT64: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp199 case ELF::R_X86_64_GOT64: in addSingleRelocation()
/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/sys/sys/
H A Delf_common.h1668 #define R_X86_64_GOT64 27 macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1843 } else if (RelType == ELF::R_X86_64_GOT64) { in processRelocationRef()
2543 RelTy == ELF::R_X86_64_GOT64 || in relocationNeedsGot()
2561 case ELF::R_X86_64_GOT64: in relocationNeedsStub()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2275 _ELF_DEFINE_RELOC(R_X86_64_GOT64, 27) \