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

References

tools/lld/ELF/SyntheticSections.cpp
  684     g.global.insert({&sym, 0});
  700   return getPageEntriesNum() + local16.size() + global.size() + relocs.size() +
  712   size_t count = getPageEntriesNum() + local16.size() + global.size();
  752     return g.global.lookup(sym) * config->wordsize;
  772   if (!primGot.global.empty())
  773     return primGot.global.front().first;
  790   set_union(tmp.global, src.global);
  790   set_union(tmp.global, src.global);
  824     for (auto &p: got.global)
  827     got.global.remove_if([&](const std::pair<Symbol *, size_t> &p) {
  837       return got.global.count(p.first);
  848     set_union(primGot->relocs, got.global);
  899     return primGot->global.count(p.first);
  919     for (auto &p: got.global)
  933   for (auto &p : primGot->global)
  977     for (const std::pair<Symbol *, size_t> &p : got.global) {
 1058       for (const std::pair<const Symbol *, size_t> &p : g.global)