Searched refs:VKI_ILL_ILLOPC (Results 1 – 3 of 3) sorted by relevance
491 #define VKI_ILL_ILLOPC ILL_ILLOPC macro
495 #define VKI_ILL_ILLOPC (__VKI_SI_FAULT|1) /* illegal opcode */ macro
1643 case VKI_ILL_ILLOPC: event = "Illegal opcode"; break; in default_action()1916 info.si_code = VKI_ILL_ILLOPC; /* jrs: no idea what this should be */ in VG_()