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

  /src/external/bsd/elftosb/dist/elftosb2/
ConversionController.cpp 1081 SectionASTNode * sectionNode;
1117 else if (sectionNode = dynamic_cast<SectionASTNode*>(dataNode))
1120 SourceFile * sourceFile = getSourceFromName(sectionNode->getSourceName(), sectionNode->getFirstLine());
1123 throw semantic_error(format_string("line %d: source does not support sections", sectionNode->getFirstLine()));
1127 std::string * sectionName = sectionNode->getSectionName();
1132 throw semantic_error(format_string("line %d: no sections match the pattern", sectionNode->getFirstLine()));
1152 sectionNode = dynamic_cast<SectionASTNode*>(node);
1153 if (!sectionNode)
1157 bool isInclude = sectionNode->getAction() == SectionASTNode::kInclude
    [all...]
elftosb_parser.tab.cpp 1719 SectionContentsASTNode * sectionNode = dynamic_cast<SectionContentsASTNode*>((yyvsp[0].m_ast));
1720 if (sectionNode)
1723 sectionNode->setSectionNumberExpr(exprNode);
1724 sectionNode->setOptions(dynamic_cast<ListASTNode*>((yyvsp[-2].m_ast)));
1725 sectionNode->setLocation((yylsp[-5]), sectionNode->getLocation());

Completed in 27 milliseconds