Home
last modified time | relevance | path

Searched refs:kExclude (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_parser.y509 $$ = new SectionASTNode($2, SectionASTNode::kExclude);
H A DElftosbAST.cpp1243 case kExclude: in printTree()
H A DElftosbAST.h1070 kExclude //!< Exclude sections matched by this node. enumerator
H A Delftosb_parser.tab.cpp1958 (yyval.m_ast) = new SectionASTNode((yyvsp[0].m_str), SectionASTNode::kExclude);