Home
last modified time | relevance | path

Searched refs:SIGABRT (Results 1 – 13 of 13) sorted by relevance

/tools/testing/selftests/arm64/fp/
A Dasm-offsets.h9 #define SIGABRT 6 macro
A Dzt-test.S256 mov x1, #SIGABRT
300 mov x1, #SIGABRT
A Dza-test.S322 mov x1, #SIGABRT
370 mov x1, #SIGABRT
A Dsve-test.S503 mov x1, #SIGABRT
554 mov x1, #SIGABRT
A Dfpsimd-test.S300 mov x1, #SIGABRT
/tools/include/nolibc/
A Dstackprotector.h28 my_syscall2(__NR_kill, pid, SIGABRT); in __stack_chk_fail()
A Dstdlib.h58 sys_kill(sys_getpid(), SIGABRT); in abort()
/tools/testing/selftests/arm64/gcs/
A Dgcs-stress-thread.S16 #define SIGABRT 6 macro
/tools/iio/
A Diio_generic_buffer.c321 const int signums[] = { SIGINT, SIGTERM, SIGABRT }; in register_cleanup()
/tools/perf/tests/
A Dbuiltin-test.c320 SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGINT, SIGPIPE, SIGQUIT, SIGSEGV, SIGTERM, in run_test_child()
/tools/testing/selftests/
A Dkselftest_harness.h1041 if (WTERMSIG(status) == SIGABRT) { in __wait_for_test()
/tools/testing/selftests/nolibc/
A Dnolibc-test.c1782 if (pid == -1 || !WIFSIGNALED(status) || WTERMSIG(status) != SIGABRT) { in run_protection()
/tools/perf/
A Dbuiltin-stat.c2852 signal(SIGABRT, skip_signal); in cmd_stat()

Completed in 23 milliseconds