Searched refs:gnuHashTab (Results 1 – 3 of 3) sorted by relevance
1490 if (part.gnuHashTab && part.gnuHashTab->getParent()) in computeContents()1491 addInSec(DT_GNU_HASH, *part.gnuHashTab); in computeContents()2143 if (getPartition().gnuHashTab) { in finalizeContents()2145 getPartition().gnuHashTab->addSymbols(symbols); in finalizeContents()4772 part.gnuHashTab = std::make_unique<GnuHashTableSection>(); in createSyntheticSections()4773 add(*part.gnuHashTab); in createSyntheticSections()
1461 std::unique_ptr<GnuHashTableSection> gnuHashTab; member
1997 finalizeSynthetic(part.gnuHashTab.get()); in finalizeSections()