Searched refs:newSection (Results 1 – 3 of 3) sorted by relevance
144 …EncoreBootImage::BootSection * newSection = new EncoreBootImage::BootSection(section->getIdentifie… in processOperationSection() local155 processLoadOperation(loadOp, newSection); in processOperationSection()162 processExecuteOperation(execOp, newSection); in processOperationSection()169 processBootModeOperation(modeOp, newSection); in processOperationSection()177 processSectionOptions(newSection, section); in processOperationSection()180 image->addSection(newSection); in processOperationSection()
42 void EncoreBootImage::addSection(Section * newSection) in addSection() argument48 if ((*it)->getIdentifier() == newSection->getIdentifier()) in addSection()55 m_sections.push_back(newSection); in addSection()58 newSection->setImage(this); in addSection()
890 void addSection(Section * newSection);