Lines Matching refs:SectionIndexTable
693 if (ToRemove(SectionIndexTable)) in removeSectionReferences()
694 SectionIndexTable = nullptr; in removeSectionReferences()
768 if (SectionIndexTable) in prepareForLayout()
769 SectionIndexTable->reserve(Symbols.size()); in prepareForLayout()
781 if (SectionIndexTable == nullptr) in fillShndxTable()
787 SectionIndexTable->addIndex(Sym->DefinedIn->Index); in fillShndxTable()
789 SectionIndexTable->addIndex(SHN_UNDEF); in fillShndxTable()
1692 Obj.SectionIndexTable = &ShndxSection; in makeSection()
1784 if (Obj.SectionIndexTable) in readSections()
1785 if (Error Err = Obj.SectionIndexTable->initialize(Obj.sections())) in readSections()
2127 if (SectionIndexTable != nullptr && ToRemove(*SectionIndexTable)) in removeSections()
2128 SectionIndexTable = nullptr; in removeSections()
2510 if (Obj.SymbolTable != nullptr && Obj.SectionIndexTable == nullptr) { in finalize()
2520 if (Obj.SectionIndexTable != nullptr) { in finalize()
2524 return &Sec == Obj.SectionIndexTable; in finalize()