Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DPowerPC64.def91 #undef R_PPC64_TLSGD
194 ELF_RELOC(R_PPC64_TLSGD, 107)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp626 if (type == R_PPC64_TLSGD || type == R_PPC64_TLSLD) in getTlsGdRelaxSkip()
748 case R_PPC64_TLSGD: { in relaxTlsGdToLe()
1094 case R_PPC64_TLSGD: in getRelExpr()
1537 case R_PPC64_TLSGD: { in relaxTlsGdToIe()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp416 Type = ELF::R_PPC64_TLSGD; in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_ppc64.cpp236 if (ELFReloc == ELF::R_PPC64_TLSGD) in addSingleRelocation()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1559 if ((type == R_PPC64_TLSGD && expr == R_TLSDESC_CALL) || in scanOne()
1621 case R_PPC64_TLSGD: in checkPPC64TLSRelax()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2105 _ELF_DEFINE_RELOC(R_PPC64_TLSGD, 107) \