Home
last modified time | relevance | path

Searched refs:gnuHashTab (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp1476 if (part.gnuHashTab && part.gnuHashTab->getParent()) in computeContents()
1477 addInSec(DT_GNU_HASH, *part.gnuHashTab); in computeContents()
2122 if (getPartition().gnuHashTab) { in finalizeContents()
2124 getPartition().gnuHashTab->addSymbols(symbols); in finalizeContents()
H A DWriter.cpp394 part.gnuHashTab = std::make_unique<GnuHashTableSection>(); in createSyntheticSections()
395 add(*part.gnuHashTab); in createSyntheticSections()
2121 finalizeSynthetic(part.gnuHashTab.get()); in finalizeSections()
H A DSyntheticSections.h1239 std::unique_ptr<GnuHashTableSection> gnuHashTab; member