Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dsignal.d32 inline int SIGILL = 4; variable
/freebsd/sys/sys/
H A Dsignal.h76 #define SIGILL 4 /* illegal instr. (not reset when caught) */ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp123 const int SIGILL = 4; variable