Searched refs:SIGABRT (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/tools/testing/selftests/arm64/fp/
H A Dasm-offsets.h9 #define SIGABRT 6 macro
H A Dzt-test.S259 mov x1, #SIGABRT
303 mov x1, #SIGABRT
H A Dza-test.S325 mov x1, #SIGABRT
373 mov x1, #SIGABRT
H A Dsve-test.S503 mov x1, #SIGABRT
554 mov x1, #SIGABRT
H A Dfpsimd-test.S300 mov x1, #SIGABRT
/linux-master/tools/include/nolibc/
H A Dstackprotector.h27 my_syscall2(__NR_kill, pid, SIGABRT);
H A Dstdlib.h36 sys_kill(sys_getpid(), SIGABRT); local
/linux-master/arch/alpha/include/uapi/asm/
H A Dsignal.h28 #define SIGABRT 6 macro
57 #define SIGIOT SIGABRT
/linux-master/security/apparmor/include/
H A Dsig_names.h19 [SIGABRT] = 6, /* SIGIOT: -, 6, - */
/linux-master/arch/parisc/include/uapi/asm/
H A Dsignal.h10 #define SIGABRT 6 macro
/linux-master/arch/m68k/include/uapi/asm/
H A Dsignal.h23 #define SIGABRT 6 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dsignal.h31 #define SIGABRT SIGIOT /* Abort (ANSI). */ macro
/linux-master/arch/s390/include/uapi/asm/
H A Dsignal.h31 #define SIGABRT 6 macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dsignal.h40 #define SIGABRT 6 macro
/linux-master/arch/arm/include/uapi/asm/
H A Dsignal.h23 #define SIGABRT 6 macro
/linux-master/include/uapi/asm-generic/
H A Dsignal.h16 #define SIGABRT 6 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsignal.h26 #define SIGABRT 6 macro
/linux-master/arch/x86/include/uapi/asm/
H A Dsignal.h27 #define SIGABRT 6 macro
/linux-master/arch/um/os-Linux/
H A Dutil.c92 if (!sigemptyset(&sig) && !sigaddset(&sig, SIGABRT))
96 if (kill(getpid(), SIGABRT) < 0)
/linux-master/arch/sparc/include/uapi/asm/
H A Dsignal.h22 #define SIGABRT 6 macro
/linux-master/arch/powerpc/kernel/
H A Dtraps.c496 die("System Reset", regs, SIGABRT);
506 die("Unrecoverable nested System Reset", regs, SIGABRT);
512 die("Unrecoverable System Reset", regs, SIGABRT);
881 die("System Management Interrupt", regs, SIGABRT);
1549 die("Unrecoverable exception", regs, SIGABRT);
1693 die("Unrecoverable FP Unavailable Exception", regs, SIGABRT);
1707 die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT);
1721 die("Unrecoverable VSX Unavailable Exception", regs, SIGABRT);
1738 die("Unrecoverable TM Unavailable Exception", regs, SIGABRT);
1778 die("Unexpected facility unavailable exception", regs, SIGABRT);
[all...]
/linux-master/include/linux/
H A Dsignal.h360 * | SIGABRT/SIGIOT | coredump |
428 rt_sigmask(SIGTRAP) | rt_sigmask(SIGABRT) | \
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c232 DEFINE(_SIGABRT, SIGABRT);
/linux-master/tools/iio/
H A Diio_generic_buffer.c321 const int signums[] = { SIGINT, SIGTERM, SIGABRT };
/linux-master/arch/mips/kernel/
H A Dasm-offsets.c267 DEFINE(_SIGABRT, SIGABRT);

Completed in 245 milliseconds

12