Searched refs:section_vector_t (Results 1 – 4 of 4) sorted by relevance
54 typedef std::vector<OutputSection*> section_vector_t; typedef56 section_vector_t m_sections; //!< Requested output sections.
132 typedef std::vector<OutputSection*> section_vector_t; //!< List of output sections. typedef141 section_vector_t m_outputSections; //!< List of output sections the user wants.
25 section_vector_t::iterator it = m_sections.begin(); in generate()
1046 section_vector_t::iterator it = m_outputSections.begin(); in generateOutput()