Searched refs:TlsOffsetRel (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Relocations.cpp | 168 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 D | Target.h | 104 RelType TlsOffsetRel; variable
|
| H A D | SyntheticSections.cpp | 963 In.RelaDyn->addReloc(Target->TlsOffsetRel, this, Offset, S); in build()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | Mips.cpp | 67 TlsOffsetRel = R_MIPS_TLS_DTPREL64; in MIPS() 72 TlsOffsetRel = R_MIPS_TLS_DTPREL32; in MIPS()
|
| H A D | X86.cpp | 57 TlsOffsetRel = R_386_TLS_DTPOFF32; in X86()
|
| H A D | ARM.cpp | 58 TlsOffsetRel = R_ARM_TLS_DTPOFF32; in ARM()
|
| H A D | X86_64.cpp | 64 TlsOffsetRel = R_X86_64_DTPOFF64; in X86_64()
|
| H A D | PPC64.cpp | 214 TlsOffsetRel = R_PPC64_DTPREL64; in PPC64()
|