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

References

tools/lld/ELF/SyntheticSections.cpp
  848     set_union(primGot->relocs, got.global);
  849     set_union(primGot->relocs, got.relocs);
  897   primGot = &gots.front();
  898   primGot->relocs.remove_if([&](const std::pair<Symbol *, size_t> &p) {
  899     return primGot->global.count(p.first);
  905     got.startIndex = &got == primGot ? 0 : index;
  933   for (auto &p : primGot->global)
  935   for (auto &p : primGot->relocs)
  973     if (&got == primGot)