Home
last modified time | relevance | path

Searched refs:TlsOffsetRel (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DRelocations.cpp168 AddTlsReloc(Off + Config->Wordsize, Target->TlsOffsetRel, &Sym, in handleARMTlsRelocation()
240 {R_ABS, Target->TlsOffsetRel, Off, 0, &Sym}); in handleTlsRelocation()
257 In.RelaDyn->addReloc(Target->TlsOffsetRel, In.Got, OffsetOff, &Sym); in handleTlsRelocation()
260 {R_ABS, Target->TlsOffsetRel, OffsetOff, 0, &Sym}); in handleTlsRelocation()
H A DTarget.h104 RelType TlsOffsetRel; variable
H A DSyntheticSections.cpp963 In.RelaDyn->addReloc(Target->TlsOffsetRel, this, Offset, S); in build()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DMips.cpp67 TlsOffsetRel = R_MIPS_TLS_DTPREL64; in MIPS()
72 TlsOffsetRel = R_MIPS_TLS_DTPREL32; in MIPS()
H A DX86.cpp57 TlsOffsetRel = R_386_TLS_DTPOFF32; in X86()
H A DARM.cpp58 TlsOffsetRel = R_ARM_TLS_DTPOFF32; in ARM()
H A DX86_64.cpp64 TlsOffsetRel = R_X86_64_DTPOFF64; in X86_64()
H A DPPC64.cpp214 TlsOffsetRel = R_PPC64_DTPREL64; in PPC64()