Searched refs:SectionDataMap (Results 1 – 2 of 2) sorted by relevance
170 typedef std::map<unsigned, SectionDataInfo> SectionDataMap; typedef171 SectionDataMap m_sectionDataCache; //!< Cached data of sections.
25 SectionDataMap::iterator it = m_sectionDataCache.begin(); in ~StELFFile()328 SectionDataMap::iterator it = m_sectionDataCache.find(inSectionIndex); in getCachedSectionData()