Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp514 if (s == mainPart->gnuHashTab) in discard()
515 mainPart->gnuHashTab = nullptr; in discard()
H A DWriter.cpp445 part.gnuHashTab = make<GnuHashTableSection>(); in createSyntheticSections()
446 add(part.gnuHashTab); in createSyntheticSections()
2184 finalizeSynthetic(part.gnuHashTab); in finalizeSections()
H A DSyntheticSections.cpp1477 if (part.gnuHashTab) in finalizeContents()
1478 addInSec(DT_GNU_HASH, part.gnuHashTab); in finalizeContents()
2114 if (getPartition().gnuHashTab) { in finalizeContents()
2116 getPartition().gnuHashTab->addSymbols(symbols); in finalizeContents()
H A DSyntheticSections.h1226 GnuHashTableSection *gnuHashTab; member