Searched refs:SectionIndexTable (Results 1 – 2 of 2) sorted by relevance
430 if (SectionIndexTable == Sec) in removeSectionReferences()431 SectionIndexTable = nullptr; in removeSectionReferences()487 if (SectionIndexTable != nullptr) { 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()1538 if (Obj.SectionIndexTable != nullptr) { in finalize()[all …]
503 SectionIndexSection *SectionIndexTable = nullptr; variable517 SectionIndexTable = ShndxTable; in setShndxTable()519 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()797 SectionIndexSection *SectionIndexTable = nullptr; variable