Searched refs:VKI_ILL_ILLOPC (Results 1 – 4 of 4) sorted by relevance
510 #define VKI_ILL_ILLOPC ILL_ILLOPC macro
937 #define VKI_ILL_ILLOPC ILL_ILLOPC macro
499 #define VKI_ILL_ILLOPC (__VKI_SI_FAULT|1) /* illegal opcode */ macro
1785 case VKI_ILL_ILLOPC: event = "Illegal opcode"; break; in default_action()2067 info.si_code = VKI_ILL_ILLOPC; /* jrs: no idea what this should be */ in VG_()