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

  /src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.cpp 352 EncoreBootImage::DataSection * dataSection = new EncoreBootImage::DataSection(header.m_tag);
353 dataSection->setDataNoCopy(contents, contentLength);
355 resultSection = dataSection;
  /src/external/bsd/elftosb/dist/elftosb2/
EncoreBootImageGenerator.cpp 37 BinaryDataSection * dataSection = dynamic_cast<BinaryDataSection*>(section);
38 if (dataSection)
40 processDataSection(dataSection, image);
289 EncoreBootImage::DataSection * dataSection = new EncoreBootImage::DataSection(section->getIdentifier());
290 dataSection->setData(section->getData(), section->getLength());
293 processSectionOptions(dataSection, section);
295 image->addSection(dataSection);
ConversionController.cpp 446 DataSectionContentsASTNode * dataSection;
472 else if (dataSection = dynamic_cast<DataSectionContentsASTNode*>(node))
474 outputSection = convertDataSection(dataSection, sectionID, optionsDict);
489 //! \a dataSection parameter. The section-specific options for this node will
493 //! The \a dataSection node will have as its contents one of the AST node
500 //! \param dataSection The AST node for the data section.
506 //! binary representation of the contents of \a dataSection.
507 OutputSection * ConversionController::convertDataSection(DataSectionContentsASTNode * dataSection, uint32_t sectionID, OptionDictionary * optionsDict)
510 ASTNode * contents = dataSection->getContents();
elftosb_parser.tab.cpp 1757 DataSectionContentsASTNode * dataSection = new DataSectionContentsASTNode((yyvsp[-1].m_ast));
1758 dataSection->setLocation((yylsp[-2]), (yylsp[0]));
1759 (yyval.m_ast) = dataSection;

Completed in 22 milliseconds