Lines Matching refs:stop
166 stop("-d: Assembler not built with debugging " in main()
177 stop(NULL, EX_CANTCREAT); in main()
193 stop(NULL, EX_CANTCREAT); in main()
201 stop(NULL, EX_CANTCREAT); in main()
208 stop(NULL, EX_CANTCREAT); in main()
238 stop(NULL, EX_OSERR); in main()
243 stop(NULL, EX_OSERR); in main()
281 stop("Unterminated conditional expression", EX_DATAERR); in main()
306 stop(NULL, 0); in main()
341 stop(buf, EX_DATAERR); in back_patch()
392 stop("Patch argument list not defined", in output_code()
509 stop("Could not malloc patch structure", EX_OSERR); in emit_patch()
546 stop(NULL, EX_DATAERR); in output_listing()
562 stop("Could not malloc", EX_OSERR); in output_listing()
692 stop(const char *string, int err_code) in stop() function
743 stop("Unable to malloc instruction object", EX_SOFTWARE); in seq_alloc()
757 stop("Unable to malloc critical_section object", EX_SOFTWARE); in cs_alloc()
771 stop("Unable to malloc scope object", EX_SOFTWARE); in scope_alloc()
842 stop("Unexpected scope type encountered", EX_SOFTWARE); in process_scope()