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

  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.h 874 typedef section_list_t::iterator section_iterator_t; //!< Iterator over sections. typedef in class:elftosb::EncoreBootImage
893 inline section_iterator_t beginSection() { return m_sections.begin(); }
894 inline section_iterator_t endSection() { return m_sections.end(); }
898 section_iterator_t findSection(Section * section);
EncoreBootImage.h 874 typedef section_list_t::iterator section_iterator_t; //!< Iterator over sections. typedef in class:elftosb::EncoreBootImage
893 inline section_iterator_t beginSection() { return m_sections.begin(); }
894 inline section_iterator_t endSection() { return m_sections.end(); }
898 section_iterator_t findSection(Section * section);

Completed in 30 milliseconds