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

  /src/external/bsd/elftosb/dist/elftosb2/
EncoreBootImageGenerator.h 2 * File: EncoreBootImageGenerator.h
25 class EncoreBootImageGenerator : public BootImageGenerator
29 EncoreBootImageGenerator() : BootImageGenerator() {}
EncoreBootImageGenerator.cpp 2 * File: EncoreBootImageGenerator.cpp
8 #include "EncoreBootImageGenerator.h"
20 BootImage * EncoreBootImageGenerator::generate()
53 void EncoreBootImageGenerator::processOptions(EncoreBootImage * image)
79 void EncoreBootImageGenerator::processSectionOptions(EncoreBootImage::Section * imageSection, OutputSection * modelSection)
142 void EncoreBootImageGenerator::processOperationSection(OperationSequenceSection * section, EncoreBootImage * image)
183 void EncoreBootImageGenerator::processLoadOperation(LoadOperation * op, EncoreBootImage::BootSection * section)
229 void EncoreBootImageGenerator::setFillPatternFromValue(EncoreBootImage::FillCommand & command, SizedIntegerValue & pattern)
255 void EncoreBootImageGenerator::processExecuteOperation(ExecuteOperation * op, EncoreBootImage::BootSection * section)
279 void EncoreBootImageGenerator::processBootModeOperation(BootModeOperation * op, EncoreBootImage::BootSection * section
    [all...]
elftosb.cpp 20 #include "EncoreBootImageGenerator.h"
536 generator = new elftosb::EncoreBootImageGenerator;
541 generator = new elftosb::EncoreBootImageGenerator;
  /src/external/bsd/elftosb/usr.sbin/elftosb/
Makefile 20 EncoreBootImageGenerator.cpp \

Completed in 66 milliseconds