Searched refs:strTab (Results 1 – 3 of 3) sorted by relevance
599 std::unique_ptr<StringTableSection> strTab; member
4745 ctx.in.strTab = std::make_unique<StringTableSection>(ctx, ".strtab", false); in createSyntheticSections()4747 std::make_unique<SymbolTableSection<ELFT>>(ctx, *ctx.in.strTab); in createSyntheticSections()5000 if (ctx.in.strTab) in createSyntheticSections()5001 add(*ctx.in.strTab); in createSyntheticSections()
2086 finalizeSynthetic(ctx, ctx.in.strTab.get()); in finalizeSections()