Searched refs:matchListNode (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp1082 SectionMatchListASTNode * matchListNode; local
1135 else if (matchListNode = dynamic_cast<SectionMatchListASTNode*>(dataNode))
1137 SourceFile * sourceFile = getSourceFromName(matchListNode->getSourceName(), matchListNode->getFirstLine());
1140 throw semantic_error(format_string("line %d: source type does not support sections", matchListNode->getFirstLine()));
1147 ListASTNode * matchList = matchListNode->getSections();
1165 throw semantic_error(format_string("line %d: no sections match the section pattern list", matchListNode->getFirstLine()));

Completed in 168 milliseconds