Home
last modified time | relevance | path

Searched refs:strTab (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/
H A DWriter.cpp289 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()
H A DSyntheticSections.h1297 std::unique_ptr<StringTableSection> strTab; member
H A DSyntheticSections.cpp3835 strTab.reset(); in reset()