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

  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp 1173 EncoreBootImage::BootSection::~BootSection()
1178 void EncoreBootImage::BootSection::deleteCommands()
1190 unsigned EncoreBootImage::BootSection::getBlockCount() const
1215 unsigned EncoreBootImage::BootSection::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t * data)
1260 void EncoreBootImage::BootSection::fillFromData(const cipher_block_t * blocks, unsigned count)
1286 void EncoreBootImage::BootSection::debugPrint() const
EncoreBootImage.h 67 * EncoreBootImage::BootSection class, contain a sequence of commands to be
78 * create instances of the EncoreBootImage::BootSection or EncoreBootImage::DataSection
773 class BootSection : public Section
782 BootSection() : Section() {}
785 BootSection(uint32_t identifier) : Section(identifier) {}
788 virtual ~BootSection();

Completed in 50 milliseconds