Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp61 tlsModuleIndexRel = R_MIPS_TLS_DTPMOD64; in MIPS()
67 tlsModuleIndexRel = R_MIPS_TLS_DTPMOD32; in MIPS()
H A DLoongArch.cpp190 tlsModuleIndexRel = R_LARCH_TLS_DTPMOD64; in LoongArch()
195 tlsModuleIndexRel = R_LARCH_TLS_DTPMOD32; in LoongArch()
H A DHexagon.cpp58 tlsModuleIndexRel = R_HEX_DTPMOD_32; in Hexagon()
H A DSystemZ.cpp62 tlsModuleIndexRel = R_390_TLS_DTPMOD; in SystemZ()
H A DPPC.cpp169 tlsModuleIndexRel = R_PPC_DTPMOD32; in PPC()
H A DX86.cpp54 tlsModuleIndexRel = R_386_TLS_DTPMOD32; in X86()
H A DRISCV.cpp117 tlsModuleIndexRel = R_RISCV_TLS_DTPMOD64; in RISCV()
122 tlsModuleIndexRel = R_RISCV_TLS_DTPMOD32; in RISCV()
H A DX86_64.cpp79 tlsModuleIndexRel = R_X86_64_DTPMOD64; in X86_64()
H A DARM.cpp65 tlsModuleIndexRel = R_ARM_TLS_DTPMOD32; in ARM()
H A DPPC64.cpp595 tlsModuleIndexRel = R_PPC64_DTPMOD64; in PPC64()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.h133 RelType tlsModuleIndexRel; variable
H A DRelocations.cpp1765 mainPart->relaDyn->addSymbolReloc(target->tlsModuleIndexRel, *got, off, in postScanRelocations()
1797 {target->tlsModuleIndexRel, got, got->getTlsIndexOff()}); in postScanRelocations()
H A DSyntheticSections.cpp1003 mainPart->relaDyn->addReloc({target->tlsModuleIndexRel, this, offset}); in build()
1011 mainPart->relaDyn->addSymbolReloc(target->tlsModuleIndexRel, *this, in build()