Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp195 tlsGotRel = R_LARCH_TLS_TPREL64; in LoongArch()
201 tlsGotRel = R_LARCH_TLS_TPREL32; in LoongArch()
H A DMips.cpp60 tlsGotRel = R_MIPS_TLS_TPREL64; in MIPS()
66 tlsGotRel = R_MIPS_TLS_TPREL32; in MIPS()
H A DHexagon.cpp57 tlsGotRel = R_HEX_TPREL_32; in Hexagon()
H A DSystemZ.cpp61 tlsGotRel = R_390_TLS_TPOFF; in SystemZ()
H A DPPC.cpp171 tlsGotRel = R_PPC_TPREL32; in PPC()
H A DX86.cpp53 tlsGotRel = R_386_TLS_TPOFF; in X86()
H A DRISCV.cpp119 tlsGotRel = R_RISCV_TLS_TPREL64; in RISCV()
124 tlsGotRel = R_RISCV_TLS_TPREL32; in RISCV()
H A DX86_64.cpp78 tlsGotRel = R_X86_64_TPOFF64; in X86_64()
H A DAArch64.cpp87 tlsGotRel = R_AARCH64_TLS_TPREL64; in AArch64()
H A DPPC64.cpp598 tlsGotRel = R_PPC64_TPREL64; in PPC64()
H A DARM.cpp64 tlsGotRel = R_ARM_TLS_TPOFF32; in ARM()
/src/contrib/llvm-project/lld/ELF/
H A DTarget.h132 RelType tlsGotRel; variable
H A DRelocations.cpp951 target->tlsGotRel, *in.got, off, sym, target->symbolicRel); in addTpOffsetGotEntry()
1841 mainPart->relaDyn->addSymbolReloc(target->tlsGotRel, *got, in postScanRelocations()
H A DSyntheticSections.cpp1020 mainPart->relaDyn->addReloc({target->tlsGotRel, this, offset, in build()