Home
last modified time | relevance | path

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

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