Searched refs:strTab (Results 1 – 2 of 2) sorted by relevance
367 in.strTab = make<StringTableSection>(".strtab", false); in createSyntheticSections()368 in.symTab = make<SymbolTableSection<ELFT>>(*in.strTab); in createSyntheticSections()578 if (in.strTab) in createSyntheticSections()579 add(in.strTab); in createSyntheticSections()2133 finalizeSynthetic(in.strTab); in finalizeSections()
1221 StringTableSection *strTab; member