Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/Arch/
DHexagon.cpp58 tlsOffsetRel = R_HEX_DTPREL_32; in Hexagon()
DMips.cpp62 tlsOffsetRel = R_MIPS_TLS_DTPREL64; in MIPS()
68 tlsOffsetRel = R_MIPS_TLS_DTPREL32; in MIPS()
DPPC.cpp170 tlsOffsetRel = R_PPC_DTPREL32; in PPC()
DRISCV.cpp106 tlsOffsetRel = R_RISCV_TLS_DTPREL64; in RISCV()
111 tlsOffsetRel = R_RISCV_TLS_DTPREL32; in RISCV()
DX86.cpp55 tlsOffsetRel = R_386_TLS_DTPOFF32; in X86()
DARM.cpp57 tlsOffsetRel = R_ARM_TLS_DTPOFF32; in ARM()
DX86_64.cpp77 tlsOffsetRel = R_X86_64_DTPOFF64; in X86_64()
DPPC64.cpp584 tlsOffsetRel = R_PPC64_DTPREL64; in PPC64()
/openbsd/src/gnu/llvm/lld/ELF/
DTarget.h130 RelType tlsOffsetRel; variable
DRelocations.cpp1716 mainPart->relaDyn->addSymbolReloc(target->tlsOffsetRel, *got, offsetOff, in postScanRelocations()
1719 got->addConstant({R_ABS, target->tlsOffsetRel, offsetOff, 0, &sym}); in postScanRelocations()
1729 {R_ABS, target->tlsOffsetRel, sym.getGotOffset(), 0, &sym}); in postScanRelocations()
DSyntheticSections.cpp1010 mainPart->relaDyn->addSymbolReloc(target->tlsOffsetRel, *this, offset, in build()