Home
last modified time | relevance | path

Searched refs:symTabShndx (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/ELF/
DWriter.cpp369 in.symTabShndx = make<SymtabShndxSection>(); in createSyntheticSections()
575 if (in.symTabShndx) in createSyntheticSections()
576 add(in.symTabShndx); in createSyntheticSections()
2131 finalizeSynthetic(in.symTabShndx); in finalizeSections()
DSyntheticSections.h1223 SymtabShndxSection *symTabShndx; member