Home
last modified time | relevance | path

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

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