Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DWriter.cpp287 In.ShStrTab = make<StringTableSection>(".shstrtab", false); in createSyntheticSections()
438 Add(In.ShStrTab); in createSyntheticSections()
1745 Sec->ShName = In.ShStrTab->addString(Sec->Name); in finalizeSections()
1775 finalizeSynthetic(In.ShStrTab); in finalizeSections()
2432 uint32_t StrTabIndex = In.ShStrTab->getParent()->SectionIndex; in writeHeader()
H A DSyntheticSections.h1024 StringTableSection *ShStrTab; member
H A DLinkerScript.cpp418 if (S == In.ShStrTab || S == In.RelaDyn || S == In.RelrDyn) in discard()