Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DHexagon.cpp56 tlsGotRel = R_HEX_TPREL_32; in Hexagon()
H A DMips.cpp60 tlsGotRel = R_MIPS_TLS_TPREL64; in MIPS()
66 tlsGotRel = R_MIPS_TLS_TPREL32; in MIPS()
H A DRISCV.cpp102 tlsGotRel = R_RISCV_TLS_TPREL64; in RISCV()
107 tlsGotRel = R_RISCV_TLS_TPREL32; in RISCV()
H A DPPC.cpp172 tlsGotRel = R_PPC_TPREL32; in PPC()
H A DX86.cpp59 tlsGotRel = R_386_TLS_TPOFF; in X86()
H A DARM.cpp55 tlsGotRel = R_ARM_TLS_TPOFF32; in ARM()
H A DAArch64.cpp67 tlsGotRel = R_AARCH64_TLS_TPREL64; in AArch64()
H A DX86_64.cpp85 tlsGotRel = R_X86_64_TPOFF64; in X86_64()
H A DPPC64.cpp581 tlsGotRel = R_PPC64_TPREL64; in PPC64()
/llvm-project-15.0.7/lld/ELF/
H A DTarget.h126 RelType tlsGotRel; variable
H A DRelocations.cpp924 target->tlsGotRel, *in.got, off, sym, target->symbolicRel); in addTpOffsetGotEntry()
1669 mainPart->relaDyn->addSymbolReloc(target->tlsGotRel, *in.got, in postScanRelocations()
H A DSyntheticSections.cpp1017 mainPart->relaDyn->addReloc({target->tlsGotRel, this, offset, in build()