Searched refs:ILL_ILLOPN (Results 1 - 10 of 10) sorted by relevance

/external/strace/xlat/
H A Dsigill_codes.h7 #if defined(ILL_ILLOPN) || (defined(HAVE_DECL_ILL_ILLOPN) && HAVE_DECL_ILL_ILLOPN)
8 XLAT(ILL_ILLOPN),
/external/valgrind/main/none/tests/amd64/
H A Dfaultstatus.c117 T(1, SIGILL, ILL_ILLOPN, &test1_ill),
/external/valgrind/main/none/tests/x86/
H A Dfaultstatus.c135 T(1, SIGILL, ILL_ILLOPN, &test1_ill),
/external/e2fsprogs/e2fsck/
H A Dsigcatcher.c168 #ifdef ILL_ILLOPN
169 DEFINE_ENTRY(ILL_ILLOPN)
/external/kernel-headers/original/uapi/asm-generic/
H A Dsiginfo.h175 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */ macro
/external/chromium_org/base/debug/
H A Dstack_trace_posix.cc256 else if (info->si_code == ILL_ILLOPN)
257 PrintToStderr(" ILL_ILLOPN ");
/external/strace/
H A Dsignal.c278 #define ILL_ILLOPN 2 /* illegal operand */ macro
/external/valgrind/main/include/vki/
H A Dvki-darwin.h492 #define VKI_ILL_ILLOPN ILL_ILLOPN
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp1297 case ILL_ILLOPN:
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp1818 case ILL_ILLOPN:

Completed in 1096 milliseconds