Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DBootImageGenerator.h54 typedef std::vector<OutputSection*> section_vector_t; typedef
56 section_vector_t m_sections; //!< Requested output sections.
H A DConversionController.h132 typedef std::vector<OutputSection*> section_vector_t; //!< List of output sections. typedef
141 section_vector_t m_outputSections; //!< List of output sections the user wants.
H A DEncoreBootImageGenerator.cpp25 section_vector_t::iterator it = m_sections.begin(); in generate()
H A DConversionController.cpp1046 section_vector_t::iterator it = m_outputSections.begin(); in generateOutput()