Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/buildroot/package/dante/
H A D0001-fix-sparc-compile.patch11 -#if (defined SIGLOST) && (!defined SIGABRT || SIGLOST != SIGABRT)
12 +#if (defined SIGLOST) && (!defined SIGABRT || SIGLOST != SIGABRT || SIGLOST != SIGPWR)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsignum-generic.h50 #define SIGABRT 6 /* Abnormal termination. */ macro
65 #define SIGIOT SIGABRT /* IOT instruction, abort() on a PDP-11. */
H A Dsignum-arch.h58 #define SIGIOT SIGABRT /* IOT instruction, abort() on a PDP-11. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsignum-generic.h50 #define SIGABRT 6 /* Abnormal termination. */ macro
65 #define SIGIOT SIGABRT /* IOT instruction, abort() on a PDP-11. */
H A Dsignum-arch.h58 #define SIGIOT SIGABRT /* IOT instruction, abort() on a PDP-11. */
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dsignal.h28 #define SIGABRT 6 macro
57 #define SIGIOT SIGABRT
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dutil.c90 if (!sigemptyset(&sig) && !sigaddset(&sig, SIGABRT)) in uml_abort()
94 if (kill(getpid(), SIGABRT) < 0) in uml_abort()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtraps.c499 die("System Reset", regs, SIGABRT); in system_reset_exception()
509 die("Unrecoverable nested System Reset", regs, SIGABRT); in system_reset_exception()
515 die("Unrecoverable System Reset", regs, SIGABRT); in system_reset_exception()
883 die("System Management Interrupt", regs, SIGABRT); in SMIException()
1538 die("Unrecoverable exception", regs, SIGABRT); in program_check_exception()
1677 die("Unrecoverable FP Unavailable Exception", regs, SIGABRT); in kernel_fp_unavailable_exception()
1695 die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT); in altivec_unavailable_exception()
1712 die("Unrecoverable VSX Unavailable Exception", regs, SIGABRT); in vsx_unavailable_exception()
1729 die("Unrecoverable TM Unavailable Exception", regs, SIGABRT); in tm_unavailable()
1769 die("Unexpected facility unavailable exception", regs, SIGABRT); in facility_unavailable_exception()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/
H A Dasm-offsets.h8 #define SIGABRT 6 macro
/OK3568_Linux_fs/buildroot/package/google-breakpad/
H A D0003-src-client-linux-handler-exception_handler.cc-rename.patch50 // kill() ourselves. The special case (si_pid == 0 && sig == SIGABRT) is
51 // due to the kernel sending a SIGABRT from a user request via SysRQ.
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dsignal.h18 #define SIGABRT 6 macro
/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dsig_names.h19 [SIGABRT] = 6, /* SIGIOT: -, 6, - */
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dsignal.h10 #define SIGABRT 6 macro
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dsignal.h15 #define SIGABRT 6 macro
/OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/
H A Dsignal.h23 #define SIGABRT 6 macro
/OK3568_Linux_fs/kernel/arch/h8300/include/uapi/asm/
H A Dsignal.h23 #define SIGABRT 6 macro
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Dsignal.h31 #define SIGABRT 6 macro
/OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/
H A Dsignal.h23 #define SIGABRT 6 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dsignal.h16 #define SIGABRT 6 macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dsignal.h40 #define SIGABRT 6 macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dsignal.h31 #define SIGABRT SIGIOT /* Abort (ANSI). */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcsignal22 SIGABRT
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dsignal.h28 #define SIGABRT 6 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dsignal.h21 #define SIGABRT 6 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcsignal22 SIGABRT

1234