reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/SyntheticSections.cpp
  680     g.tls.insert({&sym, 0});
  701          tls.size() + dynTlsSymbols.size() * 2;
  716   if (!tls.empty() || !dynTlsSymbols.empty())
  717     count += relocs.size() + tls.size() + dynTlsSymbols.size() * 2;
  750     return g.tls.lookup(sym) * config->wordsize;
  792   set_union(tmp.tls, src.tls);
  792   set_union(tmp.tls, src.tls);
  923     for (auto &p: got.tls)
  941     for (std::pair<Symbol *, size_t> &p : got.tls) {
 1062     for (const std::pair<Symbol *, size_t> &p : g.tls)