Searched refs:hashTab (Results 1 – 3 of 3) sorted by relevance
1546 if (part.hashTab && part.hashTab->getParent()) in computeContents()1547 addInSec(DT_HASH, *part.hashTab); in computeContents()4848 part.hashTab = std::make_unique<HashTableSection>(ctx); in createSyntheticSections()4849 add(*part.hashTab); in createSyntheticSections()
1517 std::unique_ptr<HashTableSection> hashTab; member
2117 finalizeSynthetic(ctx, part.hashTab.get()); in finalizeSections()