Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/Arch/
DHexagon.cpp57 tlsModuleIndexRel = R_HEX_DTPMOD_32; in Hexagon()
DMips.cpp61 tlsModuleIndexRel = R_MIPS_TLS_DTPMOD64; in MIPS()
67 tlsModuleIndexRel = R_MIPS_TLS_DTPMOD32; in MIPS()
DPPC.cpp169 tlsModuleIndexRel = R_PPC_DTPMOD32; in PPC()
DRISCV.cpp105 tlsModuleIndexRel = R_RISCV_TLS_DTPMOD64; in RISCV()
110 tlsModuleIndexRel = R_RISCV_TLS_DTPMOD32; in RISCV()
DX86.cpp54 tlsModuleIndexRel = R_386_TLS_DTPMOD32; in X86()
DARM.cpp56 tlsModuleIndexRel = R_ARM_TLS_DTPMOD32; in ARM()
DX86_64.cpp76 tlsModuleIndexRel = R_X86_64_DTPMOD64; in X86_64()
DPPC64.cpp583 tlsModuleIndexRel = R_PPC64_DTPMOD64; in PPC64()
/openbsd/src/gnu/llvm/lld/ELF/
DTarget.h129 RelType tlsModuleIndexRel; variable
DRelocations.cpp1709 mainPart->relaDyn->addSymbolReloc(target->tlsModuleIndexRel, *got, off, in postScanRelocations()
1741 {target->tlsModuleIndexRel, got, got->getTlsIndexOff()}); in postScanRelocations()
DSyntheticSections.cpp995 mainPart->relaDyn->addReloc({target->tlsModuleIndexRel, this, offset}); in build()
1003 mainPart->relaDyn->addSymbolReloc(target->tlsModuleIndexRel, *this, in build()