Searched refs:SIGILL (Results 126 - 150 of 245) sorted by relevance

12345678910

/netbsd-current/sys/arch/sparc64/sparc64/
H A Dnetbsd32_machdep.c229 sigexit(l, SIGILL);
236 sigexit(l, SIGILL);
417 sigexit(l, SIGILL);
494 sigexit(p, SIGILL);
830 sigexit(l, SIGILL);
923 sigexit(l, SIGILL);
H A Dsunos32_machdep.c262 printf("sunos32_sendsig: stack was trashed trying to send sig %d, sending SIGILL\n", sig);
268 sigexit(l, SIGILL);
314 sigexit(l, SIGILL);
/netbsd-current/sys/arch/powerpc/booke/
H A Dtrap.c411 ksi->ksi_signo = SIGILL;
521 ksi->ksi_signo = SIGILL;
584 ksi->ksi_signo = SIGILL;
614 ksi->ksi_signo = SIGILL;
638 ksi->ksi_signo = SIGILL;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Ds390xcap.c113 sigdelset(&ill_act.sa_mask, SIGILL);
118 sigaction(SIGILL, &ill_act, &oact_ill);
136 sigaction(SIGILL, &oact_ill, NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsigall.c369 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
375 kill (getpid (), SIGILL);
1170 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
1172 signal (SIGILL, handle_ILL);
374 kill (getpid (), SIGILL); local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsigall.c369 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
375 kill (getpid (), SIGILL);
1170 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
1172 signal (SIGILL, handle_ILL);
374 kill (getpid (), SIGILL); local
/netbsd-current/sys/compat/linux/arch/alpha/
H A Dlinux_machdep.c185 sigexit(l, SIGILL);
277 sigexit(l, SIGILL);
/netbsd-current/sys/compat/linux/arch/powerpc/
H A Dlinux_machdep.c213 sigexit(l, SIGILL);
229 sigexit(l, SIGILL);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dsigall-reverse.c386 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
392 kill (getpid (), SIGILL);
1186 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
1188 signal (SIGILL, handle_ILL);
391 kill (getpid (), SIGILL); local
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dsigall-reverse.c386 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
392 kill (getpid (), SIGILL);
1186 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
1188 signal (SIGILL, handle_ILL);
391 kill (getpid (), SIGILL); local
/netbsd-current/sys/compat/linux32/arch/aarch64/
H A Dlinux32_machdep.c215 sigexit(l, SIGILL);
249 sigexit(l, SIGILL);
/netbsd-current/sys/arch/alpha/alpha/
H A Dkgdb_machdep.c154 return (SIGILL);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/afl/
H A Dafl_driver.cpp251 int crash_signals[] = {SIGSEGV, SIGBUS, SIGABRT, SIGILL, SIGFPE, SIGINT,
/netbsd-current/sys/arch/usermode/target/i386/
H A Dcpu_i386.c161 sigexit(l, SIGILL);
/netbsd-current/sys/arch/usermode/target/x86_64/
H A Dcpu_x86_64.c158 sigexit(l, SIGILL);
/netbsd-current/sys/arch/hppa/hppa/
H A Dfpu.c406 ksi.ksi_signo = SIGILL;
/netbsd-current/tests/lib/libc/sys/
H A Dt_ptrace_sigchld.c227 TRACEME_RAISE(traceme_raise8, SIGILL) /* crash signal */
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp346 { SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGSEGV, SIGTRAP };
/netbsd-current/sys/compat/freebsd/
H A Dfreebsd_machdep.c138 sigexit(l, SIGILL);
/netbsd-current/sys/arch/x86/x86/
H A Dkgdb_machdep.c125 return SIGILL;
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dlinux-ptrace.c444 /* SIGILL and SIGSEGV are also treated as traps in case a
446 || WSTOPSIG (wstat) == SIGILL
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dkgdb_machdep.c229 return SIGILL;
/netbsd-current/sys/arch/mips/mips/
H A Dkgdb_machdep.c160 return (SIGILL);
/netbsd-current/sys/arch/m68k/m68k/
H A Dsunos_machdep.c164 sigexit(l, SIGILL);
/netbsd-current/sys/arch/aarch64/aarch64/
H A Daarch32_syscall.c96 do_trapsignal(l, SIGILL, ILL_ILLTRP,

Completed in 167 milliseconds

12345678910