Lines Matching refs:SectionIndexTable
754 if (ToRemove(SectionIndexTable)) in removeSectionReferences()
755 SectionIndexTable = nullptr; in removeSectionReferences()
829 if (SectionIndexTable) in prepareForLayout()
830 SectionIndexTable->reserve(Symbols.size()); in prepareForLayout()
842 if (SectionIndexTable == nullptr) in fillShndxTable()
848 SectionIndexTable->addIndex(Sym->DefinedIn->Index); in fillShndxTable()
850 SectionIndexTable->addIndex(SHN_UNDEF); in fillShndxTable()
1729 Obj.SectionIndexTable = &ShndxSection; in makeSection()
1829 if (Obj.SectionIndexTable) in readSections()
1830 if (Error Err = Obj.SectionIndexTable->initialize(Obj.sections())) in readSections()
2130 if (SectionIndexTable != nullptr && ToRemove(*SectionIndexTable)) in removeSections()
2131 SectionIndexTable = nullptr; in removeSections()
2483 if (Obj.SymbolTable != nullptr && Obj.SectionIndexTable == nullptr) { in finalize()
2493 if (Obj.SectionIndexTable != nullptr) { in finalize()
2497 return &Sec == Obj.SectionIndexTable; in finalize()