Home
last modified time | relevance | path

Searched refs:shStrTab (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp302 in.shStrTab = std::make_unique<StringTableSection>(".shstrtab", false); in createSyntheticSections()
534 add(*in.shStrTab); in createSyntheticSections()
2034 osec->shName = in.shStrTab->addString(osec->name); in finalizeSections()
2098 finalizeSynthetic(in.shStrTab.get()); in finalizeSections()
2821 uint32_t strTabIndex = in.shStrTab->getParent()->sectionIndex; in writeHeader()
H A DSyntheticSections.h1282 std::unique_ptr<StringTableSection> shStrTab; member
H A DLinkerScript.cpp563 if (&s == in.shStrTab.get()) in discard()
H A DSyntheticSections.cpp3854 shStrTab.reset(); in reset()