Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DPowerPC64.def91 #undef R_PPC64_TLSGD
194 ELF_RELOC(R_PPC64_TLSGD, 107)
/openbsd/sys/arch/powerpc64/include/
H A Dreloc.h127 #define R_PPC64_TLSGD 107 macro
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DPPC64.cpp616 if (type == R_PPC64_TLSGD || type == R_PPC64_TLSLD) in getTlsGdRelaxSkip()
736 case R_PPC64_TLSGD: { in relaxTlsGdToLe()
1050 case R_PPC64_TLSGD: in getRelExpr()
1505 case R_PPC64_TLSGD: { in relaxTlsGdToIe()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp405 Type = ELF::R_PPC64_TLSGD; in getRelocType()
/openbsd/gnu/llvm/lld/ELF/
H A DRelocations.cpp1415 if ((type == R_PPC64_TLSGD && expr == R_TLSDESC_CALL) || in scanOne()
1470 case R_PPC64_TLSGD: in checkPPC64TLSRelax()