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

References

tools/lld/ELF/LinkerScript.cpp
  451   if (s == mainPart->gnuHashTab)
  452     mainPart->gnuHashTab = nullptr;
tools/lld/ELF/SyntheticSections.cpp
 1413   if (part.gnuHashTab)
 1414     addInSec(DT_GNU_HASH, part.gnuHashTab);
 2007   if (getPartition().gnuHashTab) {
 2009     getPartition().gnuHashTab->addSymbols(symbols);
tools/lld/ELF/Writer.cpp
  413         part.gnuHashTab = make<GnuHashTableSection>();
  414         add(part.gnuHashTab);
 1896     finalizeSynthetic(part.gnuHashTab);