Home
last modified time | relevance | path

Searched refs:section_array_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.h32 typedef std::vector<EncoreBootImage::section_header_t> section_array_t; typedef
96 inline const section_array_t & getSections() const { return m_sections; } in getSections()
107 section_array_t m_sections; //!< The section table.
H A Dsbtool.cpp324 const EncoreBootImageReader::section_array_t & sectionTable = m_reader->getSections(); in readBootImage()
325 EncoreBootImageReader::section_array_t::const_iterator it = sectionTable.begin(); in readBootImage()
H A DEncoreBootImageReader.cpp179 section_array_t::iterator it = m_sections.begin(); in readKeyDictionary()