Searched refs:SectionIndexTable (Results 1 – 2 of 2) sorted by relevance
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()850 SectionIndexTable->addIndex(SHN_UNDEF); in fillShndxTable()1729 Obj.SectionIndexTable = &ShndxSection; in makeSection()1829 if (Obj.SectionIndexTable) in readSections()2130 if (SectionIndexTable != nullptr && ToRemove(*SectionIndexTable)) in removeSections()2131 SectionIndexTable = nullptr; in removeSections()[all …]
685 SectionIndexSection *SectionIndexTable = nullptr; variable699 SectionIndexTable = ShndxTable; in setShndxTable()701 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()1055 SectionIndexSection *SectionIndexTable = nullptr; variable