Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1893 osec->shName = in.shStrTab->addString(osec->name); in finalizeSections()
1966 finalizeSynthetic(in.shStrTab.get()); in finalizeSections()
2733 uint32_t strTabIndex = in.shStrTab->getParent()->sectionIndex; in writeHeader()
H A DSyntheticSections.h1511 std::unique_ptr<StringTableSection> shStrTab; member
H A DLinkerScript.cpp615 if (&s == in.shStrTab.get()) in discard()
H A DSyntheticSections.cpp4486 shStrTab.reset(); in reset()
4670 in.shStrTab = std::make_unique<StringTableSection>(".shstrtab", false); in createSyntheticSections()
4922 add(*in.shStrTab); in createSyntheticSections()