Searched refs:resultSection (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp339 EncoreBootImage::Section * resultSection = NULL;
347 resultSection = bootSection;
355 resultSection = dataSection;
358 return resultSection;
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp518 BinaryDataSection * resultSection = new BinaryDataSection(sectionID); local
519 resultSection->setOptions(optionsDict);
522 resultSection->setData(imager.getData(), imager.getLength());
525 return resultSection;

Completed in 129 milliseconds