Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp59 tlsModuleIndexRel = R_MIPS_TLS_DTPMOD64; in MIPS()
65 tlsModuleIndexRel = R_MIPS_TLS_DTPMOD32; in MIPS()
H A DSystemZ.cpp61 tlsModuleIndexRel = R_390_TLS_DTPMOD; in SystemZ()
H A DHexagon.cpp69 tlsModuleIndexRel = R_HEX_DTPMOD_32; in Hexagon()
H A DPPC.cpp172 tlsModuleIndexRel = R_PPC_DTPMOD32; in PPC()
H A DX86.cpp59 tlsModuleIndexRel = R_386_TLS_DTPMOD32; in X86()
H A DLoongArch.cpp216 tlsModuleIndexRel = R_LARCH_TLS_DTPMOD64; in LoongArch()
222 tlsModuleIndexRel = R_LARCH_TLS_DTPMOD32; in LoongArch()
H A DRISCV.cpp120 tlsModuleIndexRel = R_RISCV_TLS_DTPMOD64; in RISCV()
125 tlsModuleIndexRel = R_RISCV_TLS_DTPMOD32; in RISCV()
H A DX86_64.cpp86 tlsModuleIndexRel = R_X86_64_DTPMOD64; in X86_64()
H A DPPC64.cpp593 tlsModuleIndexRel = R_PPC64_DTPMOD64; in PPC64()
H A DARM.cpp68 tlsModuleIndexRel = R_ARM_TLS_DTPMOD32; in ARM()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h136 RelType tlsModuleIndexRel = 0; variable
H A DRelocations.cpp1921 ctx.mainPart->relaDyn->addSymbolReloc(ctx.target->tlsModuleIndexRel, in postScanRelocations()
1953 {ctx.target->tlsModuleIndexRel, got, got->getTlsIndexOff()}); in postScanRelocations()
H A DSyntheticSections.cpp1079 {ctx.target->tlsModuleIndexRel, this, offset}); in build()
1087 ctx.mainPart->relaDyn->addSymbolReloc(ctx.target->tlsModuleIndexRel, in build()