Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDLinkerScript.cpp453 if (s == mainPart->hashTab) in discard()
454 mainPart->hashTab = nullptr; in discard()
HDWriter.cpp418 part.hashTab = make<HashTableSection>(); in createSyntheticSections()
419 add(part.hashTab); in createSyntheticSections()
1884 finalizeSynthetic(part.hashTab); in finalizeSections()
HDSyntheticSections.h1177 HashTableSection *hashTab; member
HDSyntheticSections.cpp1417 if (part.hashTab) in finalizeContents()
1418 addInSec(DT_HASH, part.hashTab); in finalizeContents()