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

  /src/external/bsd/elftosb/dist/elftosb2/
EncoreBootImageGenerator.h 47 void processLoadOperation(LoadOperation * op, EncoreBootImage::BootSection * section);
48 void processExecuteOperation(ExecuteOperation * op, EncoreBootImage::BootSection * section);
49 void processBootModeOperation(BootModeOperation * op, EncoreBootImage::BootSection * section);
EncoreBootImageGenerator.cpp 144 EncoreBootImage::BootSection * newSection = new EncoreBootImage::BootSection(section->getIdentifier());
183 void EncoreBootImageGenerator::processLoadOperation(LoadOperation * op, EncoreBootImage::BootSection * section)
255 void EncoreBootImageGenerator::processExecuteOperation(ExecuteOperation * op, EncoreBootImage::BootSection * section)
279 void EncoreBootImageGenerator::processBootModeOperation(BootModeOperation * op, EncoreBootImage::BootSection * section)
  /src/external/bsd/elftosb/dist/common/
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();
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
  /src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.cpp 343 EncoreBootImage::BootSection * bootSection = new EncoreBootImage::BootSection(header.m_tag);
345 bootSection->fillFromData((cipher_block_t *)contents, header.m_length);
347 resultSection = bootSection;

Completed in 64 milliseconds