Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp426 if (S == In.HashTab) in discard()
427 In.HashTab = nullptr; in discard()
H A DWriter.cpp354 In.HashTab = make<HashTableSection>(); in createSyntheticSections()
355 Add(In.HashTab); in createSyntheticSections()
1773 finalizeSynthetic(In.HashTab); in finalizeSections()
H A DSyntheticSections.h1009 HashTableSection *HashTab; member
H A DSyntheticSections.cpp1377 if (In.HashTab) in finalizeContents()
1378 addInSec(DT_HASH, In.HashTab); in finalizeContents()