Lines Matching refs:SectionIndexTable
744 if (ToRemove(SectionIndexTable)) in removeSectionReferences()
745 SectionIndexTable = nullptr; in removeSectionReferences()
822 if (SectionIndexTable) in prepareForLayout()
823 SectionIndexTable->reserve(Symbols.size()); in prepareForLayout()
835 if (SectionIndexTable == nullptr) in fillShndxTable()
841 SectionIndexTable->addIndex(Sym->DefinedIn->Index); in fillShndxTable()
843 SectionIndexTable->addIndex(SHN_UNDEF); in fillShndxTable()
1764 Obj.SectionIndexTable = &ShndxSection; in makeSection()
1856 if (Obj.SectionIndexTable) in readSections()
1857 if (Error Err = Obj.SectionIndexTable->initialize(Obj.sections())) in readSections()
2217 if (SectionIndexTable != nullptr && ToRemove(*SectionIndexTable)) in removeSections()
2218 SectionIndexTable = nullptr; in removeSections()
2606 if (Obj.SymbolTable != nullptr && Obj.SectionIndexTable == nullptr) { in finalize()
2616 if (Obj.SectionIndexTable != nullptr) { in finalize()
2620 return &Sec == Obj.SectionIndexTable; in finalize()