Searched refs:SectionDataMap (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/common/
H A DStELFFile.h170 typedef std::map<unsigned, SectionDataInfo> SectionDataMap; typedef in class:StELFFile
171 SectionDataMap m_sectionDataCache; //!< Cached data of sections.
H A DStELFFile.cpp25 SectionDataMap::iterator it = m_sectionDataCache.begin();
328 SectionDataMap::iterator it = m_sectionDataCache.find(inSectionIndex);

Completed in 118 milliseconds