Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp194 tlsOffsetRel = R_LARCH_TLS_DTPREL64; in LoongArch()
200 tlsOffsetRel = R_LARCH_TLS_DTPREL32; in LoongArch()
H A DMips.cpp62 tlsOffsetRel = R_MIPS_TLS_DTPREL64; in MIPS()
68 tlsOffsetRel = R_MIPS_TLS_DTPREL32; in MIPS()
H A DHexagon.cpp59 tlsOffsetRel = R_HEX_DTPREL_32; in Hexagon()
H A DSystemZ.cpp63 tlsOffsetRel = R_390_TLS_DTPOFF; in SystemZ()
H A DPPC.cpp170 tlsOffsetRel = R_PPC_DTPREL32; in PPC()
H A DX86.cpp55 tlsOffsetRel = R_386_TLS_DTPOFF32; in X86()
H A DRISCV.cpp118 tlsOffsetRel = R_RISCV_TLS_DTPREL64; in RISCV()
123 tlsOffsetRel = R_RISCV_TLS_DTPREL32; in RISCV()
H A DX86_64.cpp80 tlsOffsetRel = R_X86_64_DTPOFF64; in X86_64()
H A DPPC64.cpp596 tlsOffsetRel = R_PPC64_DTPREL64; in PPC64()
H A DARM.cpp66 tlsOffsetRel = R_ARM_TLS_DTPOFF32; in ARM()
/src/contrib/llvm-project/lld/ELF/
H A DTarget.h134 RelType tlsOffsetRel; variable
H A DRelocations.cpp1834 mainPart->relaDyn->addSymbolReloc(target->tlsOffsetRel, *got, offsetOff, in postScanRelocations()
1837 got->addConstant({R_ABS, target->tlsOffsetRel, offsetOff, 0, &sym}); in postScanRelocations()
1847 {R_ABS, target->tlsOffsetRel, sym.getGotOffset(), 0, &sym}); in postScanRelocations()
H A DSyntheticSections.cpp1045 mainPart->relaDyn->addSymbolReloc(target->tlsOffsetRel, *this, offset, in build()