Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DRelocations.cpp155 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 DTarget.h103 RelType TlsModuleIndexRel; variable
H A DSyntheticSections.cpp949 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 DMips.cpp66 TlsModuleIndexRel = R_MIPS_TLS_DTPMOD64; in MIPS()
71 TlsModuleIndexRel = R_MIPS_TLS_DTPMOD32; in MIPS()
H A DX86.cpp56 TlsModuleIndexRel = R_386_TLS_DTPMOD32; in X86()
H A DARM.cpp57 TlsModuleIndexRel = R_ARM_TLS_DTPMOD32; in ARM()
H A DX86_64.cpp63 TlsModuleIndexRel = R_X86_64_DTPMOD64; in X86_64()
H A DPPC64.cpp213 TlsModuleIndexRel = R_PPC64_DTPMOD64; in PPC64()