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

  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.cpp 1035 #pragma mark = BootableSectionContentsASTNode =
1037 BootableSectionContentsASTNode::BootableSectionContentsASTNode(const BootableSectionContentsASTNode & other)
1043 void BootableSectionContentsASTNode::printTree(int indent) const
ElftosbAST.h 793 class BootableSectionContentsASTNode : public SectionContentsASTNode
796 BootableSectionContentsASTNode(ListASTNode * statements)
801 BootableSectionContentsASTNode(const BootableSectionContentsASTNode & other);
803 virtual ASTNode * clone() const { return new BootableSectionContentsASTNode(*this); }
805 virtual std::string nodeName() const { return "BootableSectionContentsASTNode"; }

Completed in 19 milliseconds