Home
last modified time | relevance | path

Searched refs:ILL_ILLOPC (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Dsigill_codes.h6 #if defined(ILL_ILLOPC) || (defined(HAVE_DECL_ILL_ILLOPC) && HAVE_DECL_ILL_ILLOPC)
8 static_assert((ILL_ILLOPC) == (1), "ILL_ILLOPC != 1");
11 # define ILL_ILLOPC 1
75 XLAT(ILL_ILLOPC),
Dsigill_codes.in1 ILL_ILLOPC 1
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-1-buildonly.c7 #ifndef ILL_ILLOPC
8 #error ILL_ILLOPC not defined
Dsigmacrolist.txt1 ILL_ILLOPC
/external/e2fsprogs/e2fsck/
Dsigcatcher.c166 #ifdef ILL_ILLOPC
167 DEFINE_ENTRY(ILL_ILLOPC)
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h185 #define ILL_ILLOPC 1 /* illegal opcode */ macro
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DCrashReason.cpp70 case ILL_ILLOPC: in GetCrashReasonForSIGILL()
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py129 ILL_ILLOPC = 1 variable
DFILE.py134 ILL_ILLOPC = 1 variable
/external/python/cpython2/Lib/plat-sunos5/
DIN.py515 ILL_ILLOPC = 1 variable
DSTROPTS.py512 ILL_ILLOPC = 1 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c2725 #ifdef ILL_ILLOPC
2726 { "ILL_ILLOPC", (unsigned long) ILL_ILLOPC },