Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp58 tlsGotRel = R_MIPS_TLS_TPREL64; in MIPS()
64 tlsGotRel = R_MIPS_TLS_TPREL32; in MIPS()
H A DSystemZ.cpp60 tlsGotRel = R_390_TLS_TPOFF; in SystemZ()
H A DHexagon.cpp68 tlsGotRel = R_HEX_TPREL_32; in Hexagon()
H A DPPC.cpp174 tlsGotRel = R_PPC_TPREL32; in PPC()
H A DX86.cpp58 tlsGotRel = R_386_TLS_TPOFF; in X86()
H A DLoongArch.cpp218 tlsGotRel = R_LARCH_TLS_TPREL64; in LoongArch()
224 tlsGotRel = R_LARCH_TLS_TPREL32; in LoongArch()
H A DRISCV.cpp122 tlsGotRel = R_RISCV_TLS_TPREL64; in RISCV()
127 tlsGotRel = R_RISCV_TLS_TPREL32; in RISCV()
H A DAArch64.cpp121 tlsGotRel = R_AARCH64_TLS_TPREL64; in AArch64()
H A DX86_64.cpp85 tlsGotRel = R_X86_64_TPOFF64; in X86_64()
H A DPPC64.cpp596 tlsGotRel = R_PPC64_TPREL64; in PPC64()
H A DARM.cpp67 tlsGotRel = R_ARM_TLS_TPOFF32; in ARM()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h135 RelType tlsGotRel = 0; variable
H A DRelocations.cpp942 ctx.target->tlsGotRel, *ctx.in.got, off, sym, ctx.target->symbolicRel); in addTpOffsetGotEntry()
1935 ctx.mainPart->relaDyn->addSymbolReloc(ctx.target->tlsGotRel, *got, in postScanRelocations()
H A DSyntheticSections.cpp1069 {ctx.target->tlsGotRel, this, offset, in build()