Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2005 if (!ctx.in.shStrTab && !(osec->flags & SHF_ALLOC)) in finalizeSections()
2009 if (ctx.in.shStrTab) in finalizeSections()
2010 osec->shName = ctx.in.shStrTab->addString(osec->name); in finalizeSections()
2085 finalizeSynthetic(ctx, ctx.in.shStrTab.get()); in finalizeSections()
2883 if (!ctx.in.shStrTab) in writeHeader()
2903 uint32_t strTabIndex = ctx.in.shStrTab->getParent()->sectionIndex; in writeHeader()
H A DConfig.h598 std::unique_ptr<StringTableSection> shStrTab; member
H A DLinkerScript.cpp680 if (&s == ctx.in.shStrTab.get()) in discard()
H A DSyntheticSections.cpp4737 ctx.in.shStrTab = in createSyntheticSections()
4998 if (ctx.in.shStrTab) in createSyntheticSections()
4999 add(*ctx.in.shStrTab); in createSyntheticSections()