Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h873 typedef std::list<Section*> section_list_t; //!< List of image sections. typedef
874 typedef section_list_t::iterator section_iterator_t; //!< Iterator over sections.
875 typedef section_list_t::const_iterator const_section_iterator_t; //!< Const iterator over sections.
953 section_list_t m_sections; //!< Sections contained in this image.