Searched refs:SectionIndexTable (Results 1 – 2 of 2) sorted by relevance
724 if (ToRemove(SectionIndexTable)) in removeSectionReferences()725 SectionIndexTable = nullptr; in removeSectionReferences()802 if (SectionIndexTable) in prepareForLayout()803 SectionIndexTable->reserve(Symbols.size()); in prepareForLayout()815 if (SectionIndexTable == nullptr) in fillShndxTable()823 SectionIndexTable->addIndex(SHN_UNDEF); in fillShndxTable()1732 Obj.SectionIndexTable = &ShndxSection; in makeSection()1824 if (Obj.SectionIndexTable) in readSections()2169 if (SectionIndexTable != nullptr && ToRemove(*SectionIndexTable)) in removeSections()2170 SectionIndexTable = nullptr; in removeSections()[all …]
700 SectionIndexSection *SectionIndexTable = nullptr; variable716 SectionIndexTable = ShndxTable; in setShndxTable()718 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()1071 SectionIndexSection *SectionIndexTable = nullptr; variable