Searched refs:AddTlsReloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Relocations.cpp | 143 auto AddTlsReloc = [&](uint64_t Off, RelType Type, Symbol *Dest, bool Dyn) { in handleARMTlsRelocation() local 155 AddTlsReloc(In.Got->getTlsIndexOff(), Target->TlsModuleIndexRel, in handleARMTlsRelocation() 167 AddTlsReloc(Off, Target->TlsModuleIndexRel, &Sym, NeedDynId); in handleARMTlsRelocation() 168 AddTlsReloc(Off + Config->Wordsize, Target->TlsOffsetRel, &Sym, in handleARMTlsRelocation()
|