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

  /src/external/bsd/elftosb/dist/elftosb2/
BootImageGenerator.h 44 void addOutputSection(OutputSection * section) { m_sections.push_back(section); }
56 section_vector_t m_sections; //!< Requested output sections. member in class:elftosb::BootImageGenerator
ElftosbAST.h 214 inline void setSections(ListASTNode * sections) { m_sections = sections; }
220 inline ListASTNode * getSections() { return m_sections; }
227 smart_ptr<ListASTNode> m_sections; member in class:elftosb::CommandFileASTNode
1032 : ASTNode(), m_sections(sections), m_source()
1037 : ASTNode(), m_sections(sections), m_source(source)
1049 inline ListASTNode * getSections() { return m_sections; }
1053 smart_ptr<ListASTNode> m_sections; member in class:elftosb::SectionMatchListASTNode
  /src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.h 96 inline const section_array_t & getSections() const { return m_sections; }
107 section_array_t m_sections; //!< The section table. member in class:elftosb::EncoreBootImageReader
  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.h 218 section_header_t m_sections[1]; //!< The table entries. member in struct:elftosb::EncoreBootImage::section_table_t
891 inline unsigned sectionCount() const { return (unsigned)m_sections.size(); }
893 inline section_iterator_t beginSection() { return m_sections.begin(); }
894 inline section_iterator_t endSection() { return m_sections.end(); }
895 inline const_section_iterator_t beginSection() const { return m_sections.begin(); }
896 inline const_section_iterator_t endSection() const { return m_sections.end(); }
953 section_list_t m_sections; //!< Sections contained in this image. member in class:elftosb::EncoreBootImage

Completed in 27 milliseconds