Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DWriter.cpp361 in.shStrTab = make<StringTableSection>(".shstrtab", false); in createSyntheticSections()
577 add(in.shStrTab); in createSyntheticSections()
2125 sec->shName = in.shStrTab->addString(sec->name); in finalizeSections()
2167 finalizeSynthetic(in.shStrTab); in finalizeSections()
2895 uint32_t strTabIndex = in.shStrTab->getParent()->sectionIndex; in writeHeader()
H A DSyntheticSections.h1264 StringTableSection *shStrTab; member
H A DLinkerScript.cpp508 if (s == in.shStrTab || s == mainPart->relrDyn) in discard()