Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp211 return ELF::R_X86_64_GOTPCREL; in getRelocType64()
214 return ELF::R_X86_64_GOTPCREL; in getRelocType64()
224 return ELF::R_X86_64_GOTPCREL; in getRelocType64()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def15 ELF_RELOC(R_X86_64_GOTPCREL, 9)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp385 case R_X86_64_GOTPCREL: in getRelExpr()
722 case R_X86_64_GOTPCREL: in getImplicitAddend()
787 case R_X86_64_GOTPCREL: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp179 case ELF::R_X86_64_GOTPCREL: in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1824 } else if (RelType == ELF::R_X86_64_GOTPCREL || in processRelocationRef()
2028 case ELF::R_X86_64_GOTPCREL: in processX86_64TLSRelocation()
2536 return RelTy == ELF::R_X86_64_GOTPCREL || in relocationNeedsGot()
2552 case ELF::R_X86_64_GOTPCREL: in relocationNeedsStub()
/freebsd/sys/sys/
H A Delf_common.h1471 #define R_X86_64_GOTPCREL 9 /* Add 32 bit signed pcrel offset to GOT. */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2257 _ELF_DEFINE_RELOC(R_X86_64_GOTPCREL, 9) \