Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1490 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()
H A DSyntheticSections.h1461 std::unique_ptr<GnuHashTableSection> gnuHashTab; member
H A DWriter.cpp1997 finalizeSynthetic(part.gnuHashTab.get()); in finalizeSections()