Searched refs:exit (Results 1 – 22 of 22) sorted by relevance
32 sys.exit("Could not open input file '{}'".format(args.ifile))35 …sys.exit("Input file size ({} bytes) too large for final size ({} bytes)".format(len(idata), args.…55 sys.exit("Could not open output file '{}'".format(args.ofile))
31 sys.exit("Could not open input file '{}'".format(args.ifile))34 …sys.exit("Input file size ({} bytes) too large for final size ({} bytes)".format(len(idata), args.…
35 sys.exit(1)42 sys.exit(1)
82 sys.exit(1)210 sys.exit(check_sources_in_bazel_build(args.picotool_dir))
82 sys.exit(main())
49 sys.exit(any_errors)
235 sys.exit(main())
344 sys.exit(compare_build_systems())
58 sys.exit(generate_version_header(**vars(_parse_args())))
243 exit(1); in test_nesting()247 exit(1); in test_nesting()
21 # functions like _exit. So pass -nostdlib so it doesn't link in an exit()
67 exit(1); in test_builtin_bitops()
85 sys.exit("No solution found")
156 void exit(int status) { in exit() function
456 ldr r1, =exit
452 call exit
25 … { printf("Assertion failed: ");puts(#x);printf(" at " __FILE__ ":%d\n", __LINE__); exit(-1); } })
269 exit (EXIT_FAILURE);
2639 exit( YY_EXIT_FAILURE ); in yy_fatal_error()2908 exit (EXIT_FAILURE); in scan_begin()
402 bl cosf_entry @ this will exit via 1f or 2f...566 bl cosf_entry @ this will exit via sintail or costail...
398 beq udiv0 @ x==0? exit as with y!=0 case above