Home
last modified time | relevance | path

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

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