Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/Arch/
DHexagon.cpp56 tlsGotRel = R_HEX_TPREL_32; in Hexagon()
DMips.cpp60 tlsGotRel = R_MIPS_TLS_TPREL64; in MIPS()
66 tlsGotRel = R_MIPS_TLS_TPREL32; in MIPS()
DPPC.cpp171 tlsGotRel = R_PPC_TPREL32; in PPC()
DRISCV.cpp107 tlsGotRel = R_RISCV_TLS_TPREL64; in RISCV()
112 tlsGotRel = R_RISCV_TLS_TPREL32; in RISCV()
DX86.cpp53 tlsGotRel = R_386_TLS_TPOFF; in X86()
DARM.cpp55 tlsGotRel = R_ARM_TLS_TPOFF32; in ARM()
DAArch64.cpp79 tlsGotRel = R_AARCH64_TLS_TPREL64; in AArch64()
DX86_64.cpp75 tlsGotRel = R_X86_64_TPOFF64; in X86_64()
DPPC64.cpp586 tlsGotRel = R_PPC64_TPREL64; in PPC64()
/openbsd/src/gnu/llvm/lld/ELF/
DTarget.h128 RelType tlsGotRel; variable
DRelocations.cpp929 target->tlsGotRel, *in.got, off, sym, target->symbolicRel); in addTpOffsetGotEntry()
1723 mainPart->relaDyn->addSymbolReloc(target->tlsGotRel, *got, in postScanRelocations()
DSyntheticSections.cpp985 mainPart->relaDyn->addReloc({target->tlsGotRel, this, offset, in build()