/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | signal.h | 28 #define SIGABRT 6 macro 57 #define SIGIOT SIGABRT
|
/openbmc/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()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | traps.c | 496 die("System Reset", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER_NMI() 506 die("Unrecoverable nested System Reset", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER_NMI() 512 die("Unrecoverable System Reset", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER_NMI() 881 die("System Management Interrupt", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER() 1549 die("Unrecoverable exception", regs, SIGABRT); in do_program_check() 1693 die("Unrecoverable FP Unavailable Exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER() 1707 die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER() 1721 die("Unrecoverable VSX Unavailable Exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER() 1738 die("Unrecoverable TM Unavailable Exception", regs, SIGABRT); in tm_unavailable() 1778 die("Unexpected facility unavailable exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER() [all …]
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | asm-offsets.h | 9 #define SIGABRT 6 macro
|
H A D | zt-test.S | 259 mov x1, #SIGABRT 298 mov x1, #SIGABRT
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stackprotector.h | 27 my_syscall2(__NR_kill, pid, SIGABRT); in __stack_chk_fail()
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_signal.h | 13 #define TARGET_SIGIOT SIGABRT /* compatibility */
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_signal.h | 13 #define TARGET_SIGIOT SIGABRT /* compatibility */
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 18 #define SIGABRT 6 macro
|
/openbmc/linux/security/apparmor/include/ |
H A D | sig_names.h | 19 [SIGABRT] = 6, /* SIGIOT: -, 6, - */
|
/openbmc/u-boot/include/asm-generic/ |
H A D | signal.h | 15 #define SIGABRT 6 macro
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_signal.h | 17 #define TARGET_SIGIOT SIGABRT /* compatibility */
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 23 #define SIGABRT 6 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 10 #define SIGABRT 6 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | signal.h | 16 #define SIGABRT 6 macro
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | signal.h | 31 #define SIGABRT 6 macro
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | signal.h | 23 #define SIGABRT 6 macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | signal.h | 40 #define SIGABRT 6 macro
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | signal.h | 28 #define SIGABRT 6 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | signal.h | 31 #define SIGABRT SIGIOT /* Abort (ANSI). */ macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | signal.h | 26 #define SIGABRT 6 macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | signal.h | 27 #define SIGABRT 6 macro
|
/openbmc/qemu/tests/tcg/ppc64/ |
H A D | bcdsub.c | 126 sigaction(SIGABRT, &action, NULL); in main()
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | signal.h | 22 #define SIGABRT 6 macro
|
/openbmc/gpioplus/test/internal/ |
H A D | fd.cpp | 78 if (signum == SIGABRT) in abrt_handler() 94 ASSERT_EQ(0, sigaction(SIGABRT, &act, nullptr)); in TEST_F()
|