Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp424 if (S == In.GnuHashTab) in discard()
425 In.GnuHashTab = nullptr; in discard()
H A DWriter.cpp349 In.GnuHashTab = make<GnuHashTableSection>(); in createSyntheticSections()
350 Add(In.GnuHashTab); in createSyntheticSections()
1772 finalizeSynthetic(In.GnuHashTab); in finalizeSections()
H A DSyntheticSections.cpp1375 if (In.GnuHashTab) in finalizeContents()
1376 addInSec(DT_GNU_HASH, In.GnuHashTab); in finalizeContents()
1890 if (In.GnuHashTab) { in finalizeContents()
1892 In.GnuHashTab->addSymbols(Symbols); in finalizeContents()
H A DSyntheticSections.h1008 GnuHashTableSection *GnuHashTab; member