Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DWriter.cpp344 in.shStrTab = std::make_unique<StringTableSection>(".shstrtab", false); in createSyntheticSections()
593 add(*in.shStrTab); in createSyntheticSections()
2108 osec->shName = in.shStrTab->addString(osec->name); in finalizeSections()
2180 finalizeSynthetic(in.shStrTab.get()); in finalizeSections()
2934 uint32_t strTabIndex = in.shStrTab->getParent()->sectionIndex; in writeHeader()
H A DSyntheticSections.h1362 std::unique_ptr<StringTableSection> shStrTab; member
H A DLinkerScript.cpp570 if (&s == in.shStrTab.get()) in discard()
H A DSyntheticSections.cpp3865 shStrTab.reset(); in reset()