Home
last modified time | relevance | path

Searched refs:kInclude (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h1069 kInclude, //!< Include sections matched by this node. enumerator
1075 : ASTNode(), m_action(kInclude), m_name(name), m_source() in SectionASTNode()
1085 : ASTNode(), m_action(kInclude), m_name(name), m_source(source) in SectionASTNode()
H A Delftosb_parser.y504 $$ = new SectionASTNode($1, SectionASTNode::kInclude);
H A DConversionController.cpp1157 bool isInclude = sectionNode->getAction() == SectionASTNode::kInclude; in createSourceFromNode()
H A DElftosbAST.cpp1240 case kInclude: in printTree()
H A Delftosb_parser.tab.cpp1951 (yyval.m_ast) = new SectionASTNode((yyvsp[0].m_str), SectionASTNode::kInclude);