Searched refs:SIGILL (Results 176 - 200 of 245) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc252 static const int kSyncSignals[] = { SIGABRT, SIGILL, SIGFPE, SIGSEGV, SIGBUS,
/netbsd-current/sys/arch/m68k/m68k/
H A Dsig_machdep.c184 sigexit(l, SIGILL);
/netbsd-current/sys/compat/linux/arch/mips/
H A Dlinux_machdep.c229 sigexit(l, SIGILL);
/netbsd-current/external/gpl3/gdb.old/dist/sim/rx/
H A Drx.c832 { 0xFFFFFFD0UL, "priviledged opcode", SIGILL },
834 { 0xFFFFFFDCUL, "undefined opcode", SIGILL },
1536 DO_RETURN (RX_MAKE_STOPPED (SIGILL));
1553 return RX_MAKE_STOPPED (SIGILL);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp217 MaybeInstallSigaction(SIGILL, handler);
H A Dsanitizer_posix.cpp309 case SIGILL:
H A Dsanitizer_stoptheworld_linux_libcdep.cpp238 static const int kSyncSignals[] = { SIGABRT, SIGILL, SIGFPE, SIGSEGV, SIGBUS,
/netbsd-current/external/gpl3/gdb/dist/sim/rx/
H A Drx.c834 { 0xFFFFFFD0UL, "priviledged opcode", SIGILL },
836 { 0xFFFFFFDCUL, "undefined opcode", SIGILL },
1538 DO_RETURN (RX_MAKE_STOPPED (SIGILL));
1555 return RX_MAKE_STOPPED (SIGILL);
/netbsd-current/sys/arch/amd64/amd64/
H A Dtrap.c391 ksi.ksi_signo = SIGILL;
/netbsd-current/sys/arch/sh3/sh3/
H A Dsh3_machdep.c381 sigexit(l, SIGILL);
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dlinux-targ-map.h1859 #ifdef SIGILL
1861 { "SIGILL", SIGILL, TARGET_LINUX_SIGILL },
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/bd1/
H A Dpopcount.asm62 C systems, e.g., NetBSD, set OSXSAVE but nevertheless trigger SIGILL for AVX.
H A Dhamdist.asm61 C systems, e.g., NetBSD, set OSXSAVE but nevertheless trigger SIGILL for AVX.
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dlinux-targ-map.h1860 #ifdef SIGILL
1862 { "SIGILL", SIGILL, TARGET_LINUX_SIGILL },
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-dos.c778 signal (SIGILL, handler);
798 case SIGILL:
799 fputs ("Catching SIGILL.\n", stderr);
/netbsd-current/sys/arch/alpha/alpha/
H A Dtrap.c383 else if (i == SIGILL)
1397 return (SIGILL);
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dtrap.c497 do_trapsignal(l, SIGILL, ILL_ILLTRP, (void *)tf->tf_pc, esr);
911 do_trapsignal(l, SIGILL, ILL_ILLTRP, (void *)tf->tf_pc, esr);
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh/
H A Dinterp.c272 if (in_delay_slot) RAISE_EXCEPTION (SIGILL)
457 RAISE_EXCEPTION (SIGILL); \
470 RAISE_EXCEPTION (SIGILL); \
483 RAISE_EXCEPTION (SIGILL); \
1877 if (saved_state.asregs.exception == SIGILL
/netbsd-current/external/gpl3/gdb/dist/sim/sh/
H A Dinterp.c262 if (in_delay_slot) RAISE_EXCEPTION (SIGILL)
447 RAISE_EXCEPTION (SIGILL); \
460 RAISE_EXCEPTION (SIGILL); \
473 RAISE_EXCEPTION (SIGILL); \
1846 if (saved_state.asregs.exception == SIGILL
/netbsd-current/external/bsd/nsd/dist/
H A Dnsd.c785 case SIGILL:
806 case SIGILL:
1526 sigaction(SIGILL, &action, NULL);
/netbsd-current/sys/arch/sparc/fpu/
H A Dfpu.c222 printf("fpu_cleanup: not an FPU error -- sending SIGILL\n");
269 sigexit(l, SIGILL);
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_signal.c151 case SIGILL:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dproc-events.c573 /* SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
577 { SIGILL, "SIGILL", "Illegal instruction" }, /* not reset when caught */
H A Dia64-linux-nat.c916 SIGILL with ILL_ILLOPC instead of more common SIGTRAP with TRAP_BRKPT.
924 || WSTOPSIG (status) == SIGILL);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dia64-linux-nat.c914 SIGILL with ILL_ILLOPC instead of more common SIGTRAP with TRAP_BRKPT.
922 || WSTOPSIG (status) == SIGILL);

Completed in 216 milliseconds

12345678910