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

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbErrors.h19 class semantic_error : public std::runtime_error class in namespace:elftosb
22 explicit semantic_error(const std::string & msg) function in class:elftosb::semantic_error
H A DConversionController.cpp241 throw semantic_error(format_string("line %d: option already set", (*it)->getFirstLine()));
274 throw semantic_error(format_string("line %d: constant value is an invalid type", (*it)->getFirstLine()));
304 throw semantic_error(format_string("line %d: source definition node is an unexpected type", node->getFirstLine()));
312 throw semantic_error(format_string("line %d: source already defined", node->getFirstLine()));
361 throw semantic_error(format_string("line %d: expression didn't evaluate to an integer", expr->getFirstLine()));
387 throw semantic_error(format_string("line %d: unexpected source definition node type", node->getFirstLine()));
415 throw semantic_error(format_string("line %d: section definition is unexpected type", node->getFirstLine()));
423 throw semantic_error(format_string("line %d: section number did not evaluate to an integer", idExpr->getFirstLine()));
478 throw semantic_error(format_string("line %d: unexpected section contents type", node->getFirstLine()));
536 //! @exception semantic_error Throw
[all...]
H A DElftosbAST.cpp280 throw semantic_error("no symbol provided");
287 // throw semantic_error(format_string("line %d: no symbol name provided", getFirstLine()));
299 throw semantic_error(format_string("line %d: no source file named %s", getFirstLine(), sourceName->c_str()));
307 throw semantic_error(format_string("line %d: no default source file is set", getFirstLine()));
320 throw semantic_error(format_string("line %d: source file %s does not support symbols", getFirstLine(), sourceFile->getPath().c_str()));
325 throw semantic_error(format_string("line %d: source file %s does not have an entry point", getFirstLine(), sourceFile->getPath().c_str()));
405 throw semantic_error(format_string("line %d: expression did not evaluate to an integer", m_expr->getFirstLine()));
534 throw semantic_error(format_string("line %d: invalid source file: %s", getFirstLine(), sourceName->c_str()));
542 throw semantic_error(format_string("line %d: no default source file is set", getFirstLine()));
568 throw semantic_error(format_strin
[all...]
/netbsd-current/external/bsd/elftosb/dist/common/
H A DDataTarget.cpp14 //! \exception elftosb::semantic_error Thrown if the source has multiple segments.
20 throw semantic_error("constant targets only support single-segment sources");
45 //! \exception elftosb::semantic_error This exception is thrown if the \a segment
51 throw semantic_error("source has no natural location");
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dbfin-defs.h382 int semantic_error (char *syntax);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dbfin-defs.h382 int semantic_error (char *syntax);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dbfin-defs.h382 int semantic_error (char *syntax);

Completed in 255 milliseconds