Home
last modified time | relevance | path

Searched refs:tlsOffsetRel (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp60 tlsOffsetRel = R_MIPS_TLS_DTPREL64; in MIPS()
66 tlsOffsetRel = R_MIPS_TLS_DTPREL32; in MIPS()
H A DSystemZ.cpp62 tlsOffsetRel = R_390_TLS_DTPOFF; in SystemZ()
H A DHexagon.cpp70 tlsOffsetRel = R_HEX_DTPREL_32; in Hexagon()
H A DPPC.cpp173 tlsOffsetRel = R_PPC_DTPREL32; in PPC()
H A DX86.cpp60 tlsOffsetRel = R_386_TLS_DTPOFF32; in X86()
H A DLoongArch.cpp217 tlsOffsetRel = R_LARCH_TLS_DTPREL64; in LoongArch()
223 tlsOffsetRel = R_LARCH_TLS_DTPREL32; in LoongArch()
H A DRISCV.cpp121 tlsOffsetRel = R_RISCV_TLS_DTPREL64; in RISCV()
126 tlsOffsetRel = R_RISCV_TLS_DTPREL32; in RISCV()
H A DX86_64.cpp87 tlsOffsetRel = R_X86_64_DTPOFF64; in X86_64()
H A DPPC64.cpp594 tlsOffsetRel = R_PPC64_DTPREL64; in PPC64()
H A DARM.cpp69 tlsOffsetRel = R_ARM_TLS_DTPOFF32; in ARM()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h137 RelType tlsOffsetRel = 0; variable
H A DRelocations.cpp1928 ctx.mainPart->relaDyn->addSymbolReloc(ctx.target->tlsOffsetRel, *got, in postScanRelocations()
1931 got->addConstant({R_ABS, ctx.target->tlsOffsetRel, offsetOff, 0, &sym}); in postScanRelocations()
1941 {R_ABS, ctx.target->tlsOffsetRel, sym.getGotOffset(ctx), 0, &sym}); in postScanRelocations()
H A DSyntheticSections.cpp1094 ctx.mainPart->relaDyn->addSymbolReloc(ctx.target->tlsOffsetRel, *this, in build()