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

12345678910

/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cc1766 case SIGILL:
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cpp1746 case SIGILL:
/netbsd-current/sys/arch/alpha/alpha/
H A Dmachdep.c1553 sigexit(l, SIGILL);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc121 const int SIGILL = 4; variable
1974 return sig == SIGSEGV || sig == SIGBUS || sig == SIGILL ||
/netbsd-current/external/gpl3/gdb.old/dist/sim/d10v/
H A Dsimops.c3244 #ifdef SIGILL
3245 case 4: os_sig = SIGILL; break;
/netbsd-current/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c3383 case SIGILL: name = "SIGILL"; break;
3435 signal (SIGILL, trap);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc116 const int SIGILL = 4; variable
1932 return sig == SIGSEGV || sig == SIGBUS || sig == SIGILL ||
/netbsd-current/external/gpl3/gdb/dist/sim/d10v/
H A Dsimops.c3244 #ifdef SIGILL
3245 case 4: os_sig = SIGILL; break;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp114 const int SIGILL = 4; variable
2053 return sig == SIGSEGV || sig == SIGBUS || sig == SIGILL || sig == SIGTRAP ||
/netbsd-current/sys/kern/
H A Dkern_sig.c2192 sigexit(curlwp, SIGILL);
/netbsd-current/external/bsd/nsd/dist/
H A Dxfrd.c229 xfrd_sigsetup(SIGILL);
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Dconfigure4765 /* Linux/SPARC yields signal SIGILL. */
4767 signal (SIGILL, sigfpe_handler);
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dconfigure4760 /* Linux/SPARC yields signal SIGILL. */
4762 signal (SIGILL, sigfpe_handler);
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dconfigure4768 /* Linux/SPARC yields signal SIGILL. */
4770 signal (SIGILL, sigfpe_handler);
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dconfigure4763 /* Linux/SPARC yields signal SIGILL. */
4765 signal (SIGILL, sigfpe_handler);
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dconfigure4763 /* Linux/SPARC yields signal SIGILL. */
4765 signal (SIGILL, sigfpe_handler);
/netbsd-current/external/gpl3/autoconf/dist/
H A Dmaint.mk584 SIGDANGER SIGDIL SIGEMT SIGFPE SIGFREEZE SIGGRANT SIGHUP SIGILL \
/netbsd-current/external/gpl3/gdb.old/dist/sim/cr16/
H A Dsimops.c5167 #ifdef SIGILL
5168 case 4: os_sig = SIGILL; break;
/netbsd-current/external/gpl3/gdb/dist/sim/cr16/
H A Dsimops.c5158 #ifdef SIGILL
5159 case 4: os_sig = SIGILL; break;
/netbsd-current/external/gpl2/texinfo/dist/
H A Dconfigure9181 /* Linux/SPARC yields signal SIGILL. */
9183 signal (SIGILL, sigfpe_handler);

Completed in 545 milliseconds

12345678910