Home
last modified time | relevance | path

Searched refs:SIGABRT (Results 26 – 41 of 41) sorted by relevance

12

/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dza-test.S325 mov x1, #SIGABRT
367 mov x1, #SIGABRT
H A Dsve-test.S496 mov x1, #SIGABRT
537 mov x1, #SIGABRT
H A Dfpsimd-test.S300 mov x1, #SIGABRT
/openbmc/qemu/linux-user/
H A Dsignal-common.h139 MAKE_SIG_ENTRY(SIGABRT) \
H A Dsignal.c536 host_to_target_signal_table[SIGABRT] = 0; in signal_table_init()
554 host_to_target_signal_table[SIGABRT] = TARGET_SIGABRT; in signal_table_init()
605 sigaction(SIGABRT, NULL, &oact); in signal_init()
738 host_sig = SIGABRT; in dump_core_and_abort()
/openbmc/qemu/tests/unit/
H A Dtest-replication.c560 signal(SIGABRT, sigabrt_handler); in setup_sigabrt_handler()
569 sigaction(SIGABRT, &sigact, NULL); in setup_sigabrt_handler()
/openbmc/linux/tools/include/nolibc/
H A Dstdlib.h36 sys_kill(sys_getpid(), SIGABRT); in abort()
/openbmc/qemu/
H A Dcpu-target.c356 sigaction(SIGABRT, &act, NULL); in cpu_abort()
/openbmc/linux/include/linux/
H A Dsignal.h427 rt_sigmask(SIGTRAP) | rt_sigmask(SIGABRT) | \
/openbmc/linux/arch/loongarch/kernel/
H A Dasm-offsets.c231 DEFINE(_SIGABRT, SIGABRT); in output_signal_defines()
/openbmc/linux/tools/iio/
H A Diio_generic_buffer.c321 const int signums[] = { SIGINT, SIGTERM, SIGABRT }; in register_cleanup()
/openbmc/linux/arch/mips/kernel/
H A Dasm-offsets.c267 DEFINE(_SIGABRT, SIGABRT); in output_signal_defined()
/openbmc/linux/tools/testing/selftests/
H A Dkselftest_harness.h968 if (WTERMSIG(status) == SIGABRT) { in __wait_for_test()
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c284 sighandler_old = signal(SIGABRT, sigabrt_handler); in setup_sigabrt_handler()
289 signal(SIGABRT, sighandler_old); in cleanup_sigabrt_handler()
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1153 if (pid == -1 || !WIFSIGNALED(status) || WTERMSIG(status) != SIGABRT) { in run_protection()
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c2815 signal(SIGABRT, skip_signal); in cmd_stat()

12