Searched refs:VKI_ILL_ILLOPC (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/include/vki/
H A Dvki-darwin.h510 #define VKI_ILL_ILLOPC ILL_ILLOPC macro
H A Dvki-solaris.h937 #define VKI_ILL_ILLOPC ILL_ILLOPC macro
H A Dvki-linux.h499 #define VKI_ILL_ILLOPC (__VKI_SI_FAULT|1) /* illegal opcode */ macro
/external/valgrind/coregrind/
H A Dm_signals.c1785 case VKI_ILL_ILLOPC: event = "Illegal opcode"; break;
2067 info.si_code = VKI_ILL_ILLOPC; /* jrs: no idea what this should be */

Completed in 115 milliseconds