Searched refs:strTab (Results 1 – 3 of 3) sorted by relevance
4487 strTab.reset(); in reset()4676 in.strTab = std::make_unique<StringTableSection>(".strtab", false); in createSyntheticSections()4677 in.symTab = std::make_unique<SymbolTableSection<ELFT>>(*in.strTab); in createSyntheticSections()4923 if (in.strTab) in createSyntheticSections()4924 add(*in.strTab); in createSyntheticSections()
1512 std::unique_ptr<StringTableSection> strTab; member
1967 finalizeSynthetic(in.strTab.get()); in finalizeSections()