Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp85 tlsOffsetRel = R_RISCV_TLS_DTPREL64; in RISCV()
90 tlsOffsetRel = R_RISCV_TLS_DTPREL32; in RISCV()
H A DHexagon.cpp59 tlsOffsetRel = R_HEX_DTPREL_32; in Hexagon()
H A DMips.cpp65 tlsOffsetRel = R_MIPS_TLS_DTPREL64; in MIPS()
71 tlsOffsetRel = R_MIPS_TLS_DTPREL32; in MIPS()
H A DPPC.cpp170 tlsOffsetRel = R_PPC_DTPREL32; in PPC()
H A DX86.cpp62 tlsOffsetRel = R_386_TLS_DTPOFF32; in X86()
H A DARM.cpp60 tlsOffsetRel = R_ARM_TLS_DTPOFF32; in ARM()
H A DX86_64.cpp89 tlsOffsetRel = R_X86_64_DTPOFF64; in X86_64()
H A DPPC64.cpp586 tlsOffsetRel = R_PPC64_DTPREL64; in PPC64()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.h124 RelType tlsOffsetRel; variable
H A DRelocations.cpp269 {R_ABS, target->tlsOffsetRel, off, 0, &sym}); in handleTlsRelocation()
293 mainPart->relaDyn->addSymbolReloc(target->tlsOffsetRel, in.got, in handleTlsRelocation()
297 {R_ABS, target->tlsOffsetRel, offsetOff, 0, &sym}); in handleTlsRelocation()
H A DSyntheticSections.cpp1017 mainPart->relaDyn->addSymbolReloc(target->tlsOffsetRel, this, offset, in build()