Searched refs:SectionIndexTable (Results 1 – 2 of 2) sorted by relevance
693 if (ToRemove(SectionIndexTable)) in removeSectionReferences()694 SectionIndexTable = nullptr; in removeSectionReferences()768 if (SectionIndexTable) in prepareForLayout()769 SectionIndexTable->reserve(Symbols.size()); in prepareForLayout()781 if (SectionIndexTable == nullptr) in fillShndxTable()789 SectionIndexTable->addIndex(SHN_UNDEF); in fillShndxTable()1692 Obj.SectionIndexTable = &ShndxSection; in makeSection()1784 if (Obj.SectionIndexTable) in readSections()2127 if (SectionIndexTable != nullptr && ToRemove(*SectionIndexTable)) in removeSections()2128 SectionIndexTable = nullptr; in removeSections()[all …]
690 SectionIndexSection *SectionIndexTable = nullptr; variable704 SectionIndexTable = ShndxTable; in setShndxTable()706 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()1058 SectionIndexSection *SectionIndexTable = nullptr; variable