Home
last modified time | relevance | path

Searched refs:R_X86_64_GOTTPOFF (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def28 ELF_RELOC(R_X86_64_GOTTPOFF, 22)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp391 case R_X86_64_GOTTPOFF: in getRelExpr()
729 case R_X86_64_GOTTPOFF: in getImplicitAddend()
838 case R_X86_64_GOTTPOFF: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp198 return ELF::R_X86_64_GOTTPOFF; in getRelocType64()
/freebsd/sys/sys/
H A Delf_common.h1663 #define R_X86_64_GOTTPOFF 22 /* PC relative offset to IE GOT entry */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2270 _ELF_DEFINE_RELOC(R_X86_64_GOTTPOFF, 22) \
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1875 } else if (RelType == ELF::R_X86_64_GOTTPOFF) { in processRelocationRef()