Searched refs:strTab (Results 1 – 2 of 2) sorted by relevance
335 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()
1215 StringTableSection *strTab; member