Searched refs:SIGABRT (Results 1 – 13 of 13) sorted by relevance
| /tools/testing/selftests/arm64/fp/ |
| A D | asm-offsets.h | 9 #define SIGABRT 6 macro
|
| A D | zt-test.S | 256 mov x1, #SIGABRT 300 mov x1, #SIGABRT
|
| A D | za-test.S | 322 mov x1, #SIGABRT 370 mov x1, #SIGABRT
|
| A D | sve-test.S | 503 mov x1, #SIGABRT 554 mov x1, #SIGABRT
|
| A D | fpsimd-test.S | 300 mov x1, #SIGABRT
|
| /tools/include/nolibc/ |
| A D | stackprotector.h | 28 my_syscall2(__NR_kill, pid, SIGABRT); in __stack_chk_fail()
|
| A D | stdlib.h | 58 sys_kill(sys_getpid(), SIGABRT); in abort()
|
| /tools/testing/selftests/arm64/gcs/ |
| A D | gcs-stress-thread.S | 16 #define SIGABRT 6 macro
|
| /tools/iio/ |
| A D | iio_generic_buffer.c | 321 const int signums[] = { SIGINT, SIGTERM, SIGABRT }; in register_cleanup()
|
| /tools/perf/tests/ |
| A D | builtin-test.c | 320 SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGINT, SIGPIPE, SIGQUIT, SIGSEGV, SIGTERM, in run_test_child()
|
| /tools/testing/selftests/ |
| A D | kselftest_harness.h | 1041 if (WTERMSIG(status) == SIGABRT) { in __wait_for_test()
|
| /tools/testing/selftests/nolibc/ |
| A D | nolibc-test.c | 1782 if (pid == -1 || !WIFSIGNALED(status) || WTERMSIG(status) != SIGABRT) { in run_protection()
|
| /tools/perf/ |
| A D | builtin-stat.c | 2852 signal(SIGABRT, skip_signal); in cmd_stat()
|
Completed in 23 milliseconds