Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1474 if (part.gnuHashTab && part.gnuHashTab->getParent()) in computeContents()
1475 addInSec(DT_GNU_HASH, *part.gnuHashTab); in computeContents()
2122 if (getPartition().gnuHashTab) { in finalizeContents()
2124 getPartition().gnuHashTab->addSymbols(symbols); in finalizeContents()
H A DWriter.cpp441 part.gnuHashTab = std::make_unique<GnuHashTableSection>(); in createSyntheticSections()
442 add(*part.gnuHashTab); in createSyntheticSections()
2208 finalizeSynthetic(part.gnuHashTab.get()); in finalizeSections()
H A DSyntheticSections.h1315 std::unique_ptr<GnuHashTableSection> gnuHashTab; member