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.cpp1544 if (part.gnuHashTab && part.gnuHashTab->getParent()) in computeContents()
1545 addInSec(DT_GNU_HASH, *part.gnuHashTab); in computeContents()
2202 if (getPartition(ctx).gnuHashTab) { in finalizeContents()
2204 getPartition(ctx).gnuHashTab->addSymbols(symbols); in finalizeContents()
4843 part.gnuHashTab = std::make_unique<GnuHashTableSection>(ctx); in createSyntheticSections()
4844 add(*part.gnuHashTab); in createSyntheticSections()
H A DSyntheticSections.h1516 std::unique_ptr<GnuHashTableSection> gnuHashTab; member
H A DWriter.cpp2116 finalizeSynthetic(ctx, part.gnuHashTab.get()); in finalizeSections()