Lines Matching refs:SectionIndexTable
430 if (SectionIndexTable == Sec) in removeSectionReferences()
431 SectionIndexTable = nullptr; in removeSectionReferences()
487 if (SectionIndexTable != nullptr) { in prepareForLayout()
490 SectionIndexTable->addIndex(Sym->DefinedIn->Index); in prepareForLayout()
492 SectionIndexTable->addIndex(SHN_UNDEF); in prepareForLayout()
1081 Obj.SectionIndexTable = &ShndxSection; in makeSection()
1130 if (Obj.SectionIndexTable) in readSectionHeaders()
1131 Obj.SectionIndexTable->initialize(Obj.sections()); in readSectionHeaders()
1337 if (SectionIndexTable != nullptr && ToRemove(*SectionIndexTable)) in removeSections()
1338 SectionIndexTable = nullptr; in removeSections()
1528 if (Obj.SymbolTable != nullptr && Obj.SectionIndexTable == nullptr) { in finalize()
1538 if (Obj.SectionIndexTable != nullptr) { in finalize()
1540 return &Sec == Obj.SectionIndexTable; in finalize()