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

/netbsd-current/external/bsd/elftosb/dist/common/
H A DStELFFile.cpp25 SectionDataMap::iterator it = m_sectionDataCache.begin();
26 for (; it != m_sectionDataCache.end(); ++it)
328 SectionDataMap::iterator it = m_sectionDataCache.find(inSectionIndex);
329 if (it != m_sectionDataCache.end())
340 m_sectionDataCache[inSectionIndex] = info;
341 return m_sectionDataCache[inSectionIndex];
H A DStELFFile.h171 SectionDataMap m_sectionDataCache; //!< Cached data of sections. member in class:StELFFile

Completed in 184 milliseconds