Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp1035 #pragma mark = BootableSectionContentsASTNode =
1037 BootableSectionContentsASTNode::BootableSectionContentsASTNode(const BootableSectionContentsASTNode in BootableSectionContentsASTNode() function in BootableSectionContentsASTNode
1043 void BootableSectionContentsASTNode::printTree(int indent) const in printTree()
H A DElftosbAST.h793 class BootableSectionContentsASTNode : public SectionContentsASTNode
796 BootableSectionContentsASTNode(ListASTNode * statements) in BootableSectionContentsASTNode() function
801 BootableSectionContentsASTNode(const BootableSectionContentsASTNode & other);
803 virtual ASTNode * clone() const { return new BootableSectionContentsASTNode(*this); } in clone()
H A DConversionController.cpp445 BootableSectionContentsASTNode * bootableSection; in processSections()
447 if (bootableSection = dynamic_cast<BootableSectionContentsASTNode*>(node)) in processSections()
H A Delftosb_parser.y364 $$ = new BootableSectionContentsASTNode(listNode);
H A Delftosb_parser.tab.cpp1763 (yyval.m_ast) = new BootableSectionContentsASTNode(listNode);