HomeSort by: relevance | last modified time | path
    Searched defs:section_list_t (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.h 873 typedef std::list<Section*> section_list_t; //!< List of image sections. typedef in class:elftosb::EncoreBootImage
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.

Completed in 24 milliseconds