Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDWriter.cpp335 in.strTab = make<StringTableSection>(".strtab", false); in createSyntheticSections()
336 in.symTab = make<SymbolTableSection<ELFT>>(*in.strTab); in createSyntheticSections()
546 if (in.strTab) in createSyntheticSections()
547 add(in.strTab); in createSyntheticSections()
1866 finalizeSynthetic(in.strTab); in finalizeSections()
HDSyntheticSections.h1215 StringTableSection *strTab; member