Home
last modified time | relevance | path

Searched refs:ILL_ILLOPN (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dsigill_codes.h8 #if !(defined(ILL_ILLOPN) || (defined(HAVE_DECL_ILL_ILLOPN) && HAVE_DECL_ILL_ILLOPN))
9 # define ILL_ILLOPN 2 macro
11 XLAT(ILL_ILLOPN),
Dsigill_codes.in2 ILL_ILLOPN 2
/external/e2fsprogs/e2fsck/
Dsigcatcher.c168 #ifdef ILL_ILLOPN
169 DEFINE_ENTRY(ILL_ILLOPN)
/external/valgrind/none/tests/x86/
Dfaultstatus.c135 T(1, SIGILL, ILL_ILLOPN, &test1_ill), in main()
/external/valgrind/none/tests/amd64/
Dfaultstatus.c117 T(1, SIGILL, ILL_ILLOPN, &test1_ill), in main()
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h175 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */ macro
/external/valgrind/include/vki/
Dvki-darwin.h498 #define VKI_ILL_ILLOPN ILL_ILLOPN
/external/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.cpp1297 case ILL_ILLOPN: in GetCrashReasonForSIGILL()
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp1818 case ILL_ILLOPN: in GetCrashReasonForSIGILL()