Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def44 ELF_RELOC(R_X86_64_GOTPCRELX, 41)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp389 case R_X86_64_GOTPCRELX: in getRelExpr()
726 case R_X86_64_GOTPCRELX: in getImplicitAddend()
809 case R_X86_64_GOTPCRELX: in relocate()
867 (type != R_X86_64_GOTPCRELX && type != R_X86_64_REX_GOTPCRELX)) in adjustGotPcExpr()
884 if (type == R_X86_64_GOTPCRELX) in adjustGotPcExpr()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp192 case ELF::R_X86_64_GOTPCRELX: in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp216 return ELF::R_X86_64_GOTPCRELX; in getRelocType64()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1830 RelType == ELF::R_X86_64_GOTPCRELX || in processRelocationRef()
2035 case ELF::R_X86_64_GOTPCRELX: in processX86_64TLSRelocation()
2542 RelTy == ELF::R_X86_64_GOTPCRELX || in relocationNeedsGot()
2558 case ELF::R_X86_64_GOTPCRELX: in relocationNeedsStub()
/freebsd/sys/sys/
H A Delf_common.h1681 #define R_X86_64_GOTPCRELX 41 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2287 _ELF_DEFINE_RELOC(R_X86_64_GOTPCRELX, 41) \