Searched refs:TlsModuleIndexRel (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Relocations.cpp | 155 AddTlsReloc(In.Got->getTlsIndexOff(), Target->TlsModuleIndexRel, in handleARMTlsRelocation() 167 AddTlsReloc(Off, Target->TlsModuleIndexRel, &Sym, NeedDynId); in handleARMTlsRelocation() 214 In.RelaDyn->addReloc(Target->TlsModuleIndexRel, In.Got, in handleTlsRelocation() 251 In.RelaDyn->addReloc(Target->TlsModuleIndexRel, In.Got, Off, &Sym); in handleTlsRelocation()
|
| H A D | Target.h | 103 RelType TlsModuleIndexRel; variable
|
| H A D | SyntheticSections.cpp | 949 In.RelaDyn->addReloc(Target->TlsModuleIndexRel, this, Offset, S); in build() 957 In.RelaDyn->addReloc(Target->TlsModuleIndexRel, this, Offset, S); in build()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | Mips.cpp | 66 TlsModuleIndexRel = R_MIPS_TLS_DTPMOD64; in MIPS() 71 TlsModuleIndexRel = R_MIPS_TLS_DTPMOD32; in MIPS()
|
| H A D | X86.cpp | 56 TlsModuleIndexRel = R_386_TLS_DTPMOD32; in X86()
|
| H A D | ARM.cpp | 57 TlsModuleIndexRel = R_ARM_TLS_DTPMOD32; in ARM()
|
| H A D | X86_64.cpp | 63 TlsModuleIndexRel = R_X86_64_DTPMOD64; in X86_64()
|
| H A D | PPC64.cpp | 213 TlsModuleIndexRel = R_PPC64_DTPMOD64; in PPC64()
|