Searched refs:strTab (Results 1 – 3 of 3) sorted by relevance
350 in.strTab = std::make_unique<StringTableSection>(".strtab", false); in createSyntheticSections()351 in.symTab = std::make_unique<SymbolTableSection<ELFT>>(*in.strTab); in createSyntheticSections()594 if (in.strTab) in createSyntheticSections()595 add(*in.strTab); in createSyntheticSections()2181 finalizeSynthetic(in.strTab.get()); in finalizeSections()
1363 std::unique_ptr<StringTableSection> strTab; member
3866 strTab.reset(); in reset()