Searched refs:strTab (Results 1 – 3 of 3) sorted by relevance
289 in.strTab = std::make_unique<StringTableSection>(".strtab", false); in createSyntheticSections()290 in.symTab = std::make_unique<SymbolTableSection<ELFT>>(*in.strTab); in createSyntheticSections()523 if (in.strTab) in createSyntheticSections()524 add(*in.strTab); in createSyntheticSections()2077 finalizeSynthetic(in.strTab.get()); in finalizeSections()
1297 std::unique_ptr<StringTableSection> strTab; member
3835 strTab.reset(); in reset()