/linux/arch/alpha/include/uapi/asm/ |
H A D | signal.h | 28 #define SIGABRT 6 macro 57 #define SIGIOT SIGABRT
|
/linux/arch/um/os-Linux/ |
H A D | util.c | 92 if (!sigemptyset(&sig) && !sigaddset(&sig, SIGABRT)) in uml_abort() 96 if (kill(getpid(), SIGABRT) < 0) in uml_abort()
|
/linux/arch/powerpc/kernel/ |
H A D | traps.c | 495 die("System Reset", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER_NMI() 505 die("Unrecoverable nested System Reset", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER_NMI() 511 die("Unrecoverable System Reset", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER_NMI() 880 die("System Management Interrupt", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER() 1548 die("Unrecoverable exception", regs, SIGABRT); in do_program_check() 1692 die("Unrecoverable FP Unavailable Exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER() 1706 die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER() 1720 die("Unrecoverable VSX Unavailable Exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER() 1737 die("Unrecoverable TM Unavailable Exception", regs, SIGABRT); in tm_unavailable() 1777 die("Unexpected facility unavailable exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER() [all...] |
/linux/tools/testing/selftests/arm64/fp/ |
H A D | asm-offsets.h | 9 #define SIGABRT 6 macro
|
H A D | zt-test.S | 256 mov x1, #SIGABRT 300 mov x1, #SIGABRT
|
H A D | za-test.S | 322 mov x1, #SIGABRT 370 mov x1, #SIGABRT
|
H A D | sve-test.S | 503 mov x1, #SIGABRT 554 mov x1, #SIGABRT
|
H A D | fpsimd-test.S | 300 mov x1, #SIGABRT
|
/linux/security/apparmor/include/ |
H A D | sig_names.h | 15 [SIGABRT] = 6, /* SIGIOT: -, 6, - */
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 10 #define SIGABRT 6 macro
|
/linux/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 23 #define SIGABRT 6 macro
|
/linux/arch/s390/include/uapi/asm/ |
H A D | signal.h | 31 #define SIGABRT 6 macro
|
/linux/arch/arm/include/uapi/asm/ |
H A D | signal.h | 23 #define SIGABRT 6 macro
|
/linux/include/uapi/asm-generic/ |
H A D | signal.h | 16 #define SIGABRT 6 macro
|
/linux/arch/xtensa/include/uapi/asm/ |
H A D | signal.h | 40 #define SIGABRT 6 macro
|
/linux/arch/mips/include/uapi/asm/ |
H A D | signal.h | 31 #define SIGABRT SIGIOT /* Abort (ANSI). */ macro
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | signal.h | 26 #define SIGABRT 6 macro
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | signal.h | 22 #define SIGABRT 6 macro
|
/linux/tools/testing/selftests/arm64/gcs/ |
H A D | gcs-stress-thread.S | 16 #define SIGABRT 6 macro
|
/linux/tools/include/nolibc/ |
H A D | stdlib.h | 58 sys_kill(sys_getpid(), SIGABRT); in abort()
|
/linux/include/linux/ |
H A D | signal.h | 360 * | SIGABRT/SIGIOT | coredump | 428 rt_sigmask(SIGTRAP) | rt_sigmask(SIGABRT) | \
|
/linux/arch/loongarch/kernel/ |
H A D | asm-offsets.c | 233 DEFINE(_SIGABRT, SIGABRT); in output_signal_defines()
|
/linux/tools/iio/ |
H A D | iio_generic_buffer.c | 321 const int signums[] = { SIGINT, SIGTERM, SIGABRT }; in register_cleanup()
|
/linux/arch/mips/kernel/ |
H A D | asm-offsets.c | 273 DEFINE(_SIGABRT, SIGABRT); in output_signal_defined()
|
/linux/tools/perf/tests/ |
H A D | builtin-test.c | 320 SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGINT, SIGPIPE, SIGQUIT, SIGSEGV, SIGTERM, in run_test_child()
|