Home
last modified time | relevance | path

Searched defs:SIGILL (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dsignal.d43 enum SIGILL = 4; // Illegal hardware instruction in version() local
66 enum SIGILL = 4; // Illegal hardware instruction in version() local
/netbsd-src/external/cddl/osnet/lib/libdtrace/
H A Dsignal.d35 inline int SIGILL = 4; variable
/netbsd-src/sys/sys/
H A Dsignal.h55 #define SIGILL 4 /* illegal instruction (not reset when caught) */ macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc116 const int SIGILL = 4; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc121 const int SIGILL = 4; variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp114 const int SIGILL = 4; variable