Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DLinkerScript.cpp508 if (s == mainPart->hashTab) in discard()
509 mainPart->hashTab = nullptr; in discard()
DWriter.cpp450 part.hashTab = make<HashTableSection>(); in createSyntheticSections()
451 add(part.hashTab); in createSyntheticSections()
2150 finalizeSynthetic(part.hashTab); in finalizeSections()
DSyntheticSections.h1183 HashTableSection *hashTab; member
DSyntheticSections.cpp1461 if (part.hashTab) in finalizeContents()
1462 addInSec(DT_HASH, part.hashTab); in finalizeContents()