Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def31 ELF_RELOC(R_X86_64_GOTOFF64, 25)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp393 case R_X86_64_GOTOFF64: in getRelExpr()
744 case R_X86_64_GOTOFF64: in getImplicitAddend()
804 case R_X86_64_GOTOFF64: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp202 case ELF::R_X86_64_GOTOFF64: in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp146 return ELF::R_X86_64_GOTOFF64; in getRelocType64()
/freebsd/sys/sys/
H A Delf_common.h1666 #define R_X86_64_GOTOFF64 25 macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp334 case ELF::R_X86_64_GOTOFF64: { in resolveX86_64Relocation()
1865 } else if (RelType == ELF::R_X86_64_GOTOFF64) { in processRelocationRef()
2562 case ELF::R_X86_64_GOTOFF64: in relocationNeedsStub()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2273 _ELF_DEFINE_RELOC(R_X86_64_GOTOFF64, 25) \