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

  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp 2 * File: EncoreBootImage.cpp
8 #include "EncoreBootImage.h"
22 EncoreBootImage::EncoreBootImage()
30 EncoreBootImage::~EncoreBootImage()
42 void EncoreBootImage::addSection(Section * newSection)
61 EncoreBootImage::section_iterator_t EncoreBootImage::findSection(Section * section)
66 void EncoreBootImage::setProductVersion(const version_t & version
    [all...]
EncoreBootImage.h 2 * File: EncoreBootImage.h
67 * EncoreBootImage::BootSection class, contain a sequence of commands to be
69 * EncoreBootImage::DataSection class and can contain any arbitrary data.
77 * To construct a boot image, first create an instance of EncoreBootImage. Then
78 * create instances of the EncoreBootImage::BootSection or EncoreBootImage::DataSection
81 * EncoreBootImage::BootCommand.
90 class EncoreBootImage : public BootImage
93 //! \brief Flag constants for the m_flags field of #elftosb::EncoreBootImage::boot_image_header_t.
100 #define ROM_IMAGE_HEADER_SIGNATURE "STMP" //!< Signature in #elftosb::EncoreBootImage::boot_image_header_t::m_signature
    [all...]

Completed in 16 milliseconds