Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DLinkerScript.cpp506 if (s == mainPart->gnuHashTab) in discard()
507 mainPart->gnuHashTab = nullptr; in discard()
DWriter.cpp445 part.gnuHashTab = make<GnuHashTableSection>(); in createSyntheticSections()
446 add(part.gnuHashTab); in createSyntheticSections()
2149 finalizeSynthetic(part.gnuHashTab); in finalizeSections()
DSyntheticSections.cpp1459 if (part.gnuHashTab) in finalizeContents()
1460 addInSec(DT_GNU_HASH, part.gnuHashTab); in finalizeContents()
2056 if (getPartition().gnuHashTab) { in finalizeContents()
2058 getPartition().gnuHashTab->addSymbols(symbols); in finalizeContents()
DSyntheticSections.h1182 GnuHashTableSection *gnuHashTab; member