Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DWriter.cpp283 in.shStrTab = std::make_unique<StringTableSection>(".shstrtab", false); in createSyntheticSections()
522 add(*in.shStrTab); in createSyntheticSections()
2012 osec->shName = in.shStrTab->addString(osec->name); in finalizeSections()
2076 finalizeSynthetic(in.shStrTab.get()); in finalizeSections()
2844 uint32_t strTabIndex = in.shStrTab->getParent()->sectionIndex; in writeHeader()
H A DSyntheticSections.h1296 std::unique_ptr<StringTableSection> shStrTab; member
H A DLinkerScript.cpp564 if (&s == in.shStrTab.get()) in discard()
H A DSyntheticSections.cpp3834 shStrTab.reset(); in reset()