Lines Matching refs:SectionIndexTable
724 if (ToRemove(SectionIndexTable)) in removeSectionReferences()
725 SectionIndexTable = nullptr; in removeSectionReferences()
802 if (SectionIndexTable) in prepareForLayout()
803 SectionIndexTable->reserve(Symbols.size()); in prepareForLayout()
815 if (SectionIndexTable == nullptr) in fillShndxTable()
821 SectionIndexTable->addIndex(Sym->DefinedIn->Index); in fillShndxTable()
823 SectionIndexTable->addIndex(SHN_UNDEF); in fillShndxTable()
1732 Obj.SectionIndexTable = &ShndxSection; in makeSection()
1824 if (Obj.SectionIndexTable) in readSections()
1825 if (Error Err = Obj.SectionIndexTable->initialize(Obj.sections())) in readSections()
2169 if (SectionIndexTable != nullptr && ToRemove(*SectionIndexTable)) in removeSections()
2170 SectionIndexTable = nullptr; in removeSections()
2558 if (Obj.SymbolTable != nullptr && Obj.SectionIndexTable == nullptr) { in finalize()
2568 if (Obj.SectionIndexTable != nullptr) { in finalize()
2572 return &Sec == Obj.SectionIndexTable; in finalize()