Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DWriter.cpp361 in.shStrTab = make<StringTableSection>(".shstrtab", false); in createSyntheticSections()
577 add(in.shStrTab); in createSyntheticSections()
2090 sec->shName = in.shStrTab->addString(sec->name); in finalizeSections()
2132 finalizeSynthetic(in.shStrTab); in finalizeSections()
2860 uint32_t strTabIndex = in.shStrTab->getParent()->sectionIndex; in writeHeader()
DSyntheticSections.h1220 StringTableSection *shStrTab; member
DLinkerScript.cpp500 if (s == in.shStrTab || s == mainPart->relrDyn) in discard()