Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp1452 if (part.gnuHashTab && part.gnuHashTab->getParent()) in computeContents()
1453 addInSec(DT_GNU_HASH, *part.gnuHashTab); in computeContents()
2095 if (getPartition().gnuHashTab) { in finalizeContents()
2097 getPartition().gnuHashTab->addSymbols(symbols); in finalizeContents()
H A DWriter.cpp376 part.gnuHashTab = std::make_unique<GnuHashTableSection>(); in createSyntheticSections()
377 add(*part.gnuHashTab); in createSyntheticSections()
2104 finalizeSynthetic(part.gnuHashTab.get()); in finalizeSections()
H A DSyntheticSections.h1252 std::unique_ptr<GnuHashTableSection> gnuHashTab; member