Searched refs:strTab (Results 1 – 3 of 3) sorted by relevance
308 in.strTab = std::make_unique<StringTableSection>(".strtab", false); in createSyntheticSections()309 in.symTab = std::make_unique<SymbolTableSection<ELFT>>(*in.strTab); in createSyntheticSections()535 if (in.strTab) in createSyntheticSections()536 add(*in.strTab); in createSyntheticSections()2099 finalizeSynthetic(in.strTab.get()); in finalizeSections()
1283 std::unique_ptr<StringTableSection> strTab; member
3855 strTab.reset(); in reset()