Home
last modified time | relevance | path

Searched refs:VKI_ILL_ILLOPC (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/include/vki/
Dvki-darwin.h491 #define VKI_ILL_ILLOPC ILL_ILLOPC macro
Dvki-linux.h495 #define VKI_ILL_ILLOPC (__VKI_SI_FAULT|1) /* illegal opcode */ macro
/external/valgrind/main/coregrind/
Dm_signals.c1643 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_()