Searched refs:gnuHashTab (Results 1 – 3 of 3) sorted by relevance
1452 if (part.gnuHashTab && part.gnuHashTab->getParent()) in computeContents()1453 addInSec(DT_GNU_HASH, *part.gnuHashTab); in computeContents()2095 if (getPartition().gnuHashTab) { in finalizeContents()2097 getPartition().gnuHashTab->addSymbols(symbols); in finalizeContents()
376 part.gnuHashTab = std::make_unique<GnuHashTableSection>(); in createSyntheticSections()377 add(*part.gnuHashTab); in createSyntheticSections()2104 finalizeSynthetic(part.gnuHashTab.get()); in finalizeSections()
1252 std::unique_ptr<GnuHashTableSection> gnuHashTab; member