Home
last modified time | relevance | path

Searched refs:tlsGotRel (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DRISCV.cpp86 tlsGotRel = R_RISCV_TLS_TPREL64; in RISCV()
91 tlsGotRel = R_RISCV_TLS_TPREL32; in RISCV()
DHexagon.cpp57 tlsGotRel = R_HEX_TPREL_32; in Hexagon()
DMips.cpp63 tlsGotRel = R_MIPS_TLS_TPREL64; in MIPS()
69 tlsGotRel = R_MIPS_TLS_TPREL32; in MIPS()
DPPC.cpp171 tlsGotRel = R_PPC_TPREL32; in PPC()
DX86.cpp60 tlsGotRel = R_386_TLS_TPOFF; in X86()
DAArch64.cpp69 tlsGotRel = R_AARCH64_TLS_TPREL64; in AArch64()
DARM.cpp58 tlsGotRel = R_ARM_TLS_TPOFF32; in ARM()
DX86_64.cpp87 tlsGotRel = R_X86_64_TPOFF64; in X86_64()
DPPC64.cpp588 tlsGotRel = R_PPC64_TPREL64; in PPC64()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DTarget.h122 RelType tlsGotRel; variable
DRelocations.cpp311 mainPart->relaDyn->addSymbolReloc(target->tlsGotRel, in.got, in handleTlsRelocation()
1115 sym.isTls() ? target->tlsGotRel : target->gotRel, in.got, off, sym, in addGotEntry()
DSyntheticSections.cpp992 mainPart->relaDyn->addReloc({target->tlsGotRel, this, offset, in build()