Lines Matching refs:stop
158 stop("-d: Assembler not built with debugging " in main()
169 stop(NULL, EX_CANTCREAT); in main()
185 stop(NULL, EX_CANTCREAT); in main()
193 stop(NULL, EX_CANTCREAT); in main()
200 stop(NULL, EX_CANTCREAT); in main()
230 stop(NULL, EX_OSERR); in main()
235 stop(NULL, EX_OSERR); in main()
276 stop("Unterminated conditional expression", EX_DATAERR); in main()
301 stop(NULL, 0); in main()
336 stop(buf, EX_DATAERR); in back_patch()
387 stop("Patch argument list not defined", in output_code()
501 stop("Could not malloc patch structure", EX_OSERR); in emit_patch()
538 stop(NULL, EX_DATAERR); in output_listing()
554 stop("Could not malloc", EX_OSERR); in output_listing()
686 stop(const char *string, int err_code) in stop() function
737 stop("Unable to malloc instruction object", EX_SOFTWARE); in seq_alloc()
751 stop("Unable to malloc critical_section object", EX_SOFTWARE); in cs_alloc()
765 stop("Unable to malloc scope object", EX_SOFTWARE); in scope_alloc()
836 stop("Unexpected scope type encountered", EX_SOFTWARE); in process_scope()