HomeSort by relevance Sort by last modified time
    Searched refs:doexit (Results 1 - 12 of 12) sorted by null

  /external/syzkaller/executor/
common_akaros.h 15 doexit(0);
33 doexit(0);
common_test.h 56 doexit(0);
common_windows.h 111 doexit(0);
executor_linux.h 132 NORETURN void doexit(int status) function
common_fuchsia.h 43 doexit(SIGSEGV);
90 doexit(1);
common.h 30 NORETURN void doexit(int status) function
86 doexit(sig);
544 doexit(0);
test_linux.h 173 doexit(1);
executor.cc 48 // Use doexit instead. We must redefine exit to something that exists in stdlib,
74 NORETURN void doexit(int status);
755 doexit(0);
    [all...]
common_linux.h     [all...]
  /external/u-boot/common/
kgdb.c 453 goto doexit;
468 goto doexit;
482 doexit:
  /external/syzkaller/pkg/csource/
generated.go 24 NORETURN void doexit(int status)
74 doexit(sig);
363 doexit(0);
381 doexit(0);
447 doexit(SIGSEGV);
494 doexit(1);
    [all...]
csource.go 399 result = bytes.Replace(result, []byte("doexit("), []byte("exit("), -1)

Completed in 854 milliseconds