Home
last modified time | relevance | path

Searched defs:newSection (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DEncoreBootImageGenerator.cpp144 …EncoreBootImage::BootSection * newSection = new EncoreBootImage::BootSection(section->getIdentifie… in processOperationSection() local
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp42 void EncoreBootImage::addSection(Section * newSection) in addSection()