Home
last modified time | relevance | path

Searched refs:strTab (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/ELF/
DWriter.cpp367 in.strTab = make<StringTableSection>(".strtab", false); in createSyntheticSections()
368 in.symTab = make<SymbolTableSection<ELFT>>(*in.strTab); in createSyntheticSections()
578 if (in.strTab) in createSyntheticSections()
579 add(in.strTab); in createSyntheticSections()
2133 finalizeSynthetic(in.strTab); in finalizeSections()
DSyntheticSections.h1221 StringTableSection *strTab; member