Searched refs:SIGILL (Results 1 - 25 of 245) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dgdb_wait.cc61 {EXCEPTION_ILLEGAL_INSTRUCTION, SIGILL},
62 {EXCEPTION_NONCONTINUABLE_EXCEPTION, SIGILL},
73 {EXCEPTION_PRIV_INSTRUCTION, SIGILL},
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb_wait.cc61 {EXCEPTION_ILLEGAL_INSTRUCTION, SIGILL},
62 {EXCEPTION_NONCONTINUABLE_EXCEPTION, SIGILL},
73 {EXCEPTION_PRIV_INSTRUCTION, SIGILL},
/netbsd-current/sys/compat/linux/arch/arm/
H A Dlinux_sigarray.c39 SIGILL,
/netbsd-current/sys/compat/linux/arch/m68k/
H A Dlinux_sigarray.c39 SIGILL,
/netbsd-current/lib/librumpuser/
H A Drumpuser_sigtrans.c35 #ifdef SIGILL
36 case 4 : return SIGILL;
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-signal.c53 #ifdef SIGILL
54 return SIGILL;
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-signal.c59 #ifdef SIGILL
60 { "SIGILL", SIGILL, 4 },
H A Dsim-signal.c58 #ifdef SIGILL
59 return SIGILL;
/netbsd-current/sys/compat/linux/arch/alpha/
H A Dlinux_sigarray.c39 SIGILL,
/netbsd-current/sys/compat/linux/arch/mips/
H A Dlinux_sigarray.c42 SIGILL,
/netbsd-current/sys/compat/linux/arch/powerpc/
H A Dlinux_sigarray.c39 SIGILL,
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Ds390xcap.c46 sigdelset(&ill_act.sa_mask, SIGILL);
50 sigaction(SIGILL, &ill_act, &oact_ill);
68 sigaction(SIGILL, &oact_ill, NULL);
H A Darmcap.c154 * Capability probing by catching SIGILL appears to be problematic
165 * Unified code works because it never triggers SIGILL on Apple
198 sigdelset(&all_masked, SIGILL);
209 sigaction(SIGILL, &ill_act, &ill_oact);
246 sigaction(SIGILL, &ill_oact, NULL);
/netbsd-current/games/warp/
H A Dsig.c36 sigset(SIGILL, sig_catcher);
101 sigset(SIGILL,SIG_DFL);
167 (void) sigset(SIGILL,SIG_DFL);
194 case SIGILL:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsavedregs.c52 trigger a SIGSEGV. Trigger a SIGILL. Each arch should define its
67 signal (SIGILL, catcher);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsavedregs.c52 trigger a SIGSEGV. Trigger a SIGILL. Each arch should define its
67 signal (SIGILL, catcher);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_flags.inc95 COMMON_FLAG_HANDLE_SIGNAL_HELP(SIGILL))
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.inc93 COMMON_FLAG_HANDLE_SIGNAL_HELP(SIGILL))
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.inc102 COMMON_FLAG_HANDLE_SIGNAL_HELP(SIGILL))
/netbsd-current/sys/compat/linux/arch/amd64/
H A Dlinux_sigarray.c41 SIGILL, /* 4 */
/netbsd-current/sys/compat/linux/arch/i386/
H A Dlinux_sigarray.c39 SIGILL, /* 4 */
/netbsd-current/external/cddl/osnet/lib/libdtrace/
H A Dsignal.d35 inline int SIGILL = 4;
36 #pragma D binding "1.0" SIGILL
/netbsd-current/external/bsd/openldap/dist/include/ac/
H A Dsignal.h44 # define LDAP_SIGUSR1 SIGILL
/netbsd-current/tests/lib/libc/sys/
H A Dt_ptrace_signal_wait.h133 TRACEME_RAISE(traceme_raise8, SIGILL) /* crash signal */
248 TRACEME_RAISESIGNAL_IGNORED(traceme_raisesignal_ignored6, SIGILL) /* crash */
341 TRACEME_RAISESIGNAL_MASKED(traceme_raisesignal_masked6, SIGILL) /* crash sig. */
357 if (sig == SIGILL)
380 case SIGILL:
421 case SIGILL:
460 TRACEME_CRASH(traceme_crash_ill, SIGILL)
484 if (sig == SIGILL)
514 case SIGILL:
601 case SIGILL
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Darmcap.c164 * Capability probing by catching SIGILL appears to be problematic
175 * Unified code works because it never triggers SIGILL on Apple
218 sigdelset(&all_masked, SIGILL);
229 sigaction(SIGILL, &ill_act, &ill_oact);
266 sigaction(SIGILL, &ill_oact, NULL);

Completed in 299 milliseconds

12345678910