Searched refs:gnuHashTab (Results 1 – 3 of 3) sorted by relevance
1544 if (part.gnuHashTab && part.gnuHashTab->getParent()) in computeContents()1545 addInSec(DT_GNU_HASH, *part.gnuHashTab); in computeContents()2202 if (getPartition(ctx).gnuHashTab) { in finalizeContents()2204 getPartition(ctx).gnuHashTab->addSymbols(symbols); in finalizeContents()4843 part.gnuHashTab = std::make_unique<GnuHashTableSection>(ctx); in createSyntheticSections()4844 add(*part.gnuHashTab); in createSyntheticSections()
1516 std::unique_ptr<GnuHashTableSection> gnuHashTab; member
2116 finalizeSynthetic(ctx, part.gnuHashTab.get()); in finalizeSections()