Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigill_codes.h13 #if defined(ILL_ILLOPN) || (defined(HAVE_DECL_ILL_ILLOPN) && HAVE_DECL_ILL_ILLOPN)
15 static_assert((ILL_ILLOPN) == (2), "ILL_ILLOPN != 2");
18 # define ILL_ILLOPN 2
79 XLAT(ILL_ILLOPN),
Dsigill_codes.in3 ILL_ILLOPN 2
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-2-buildonly.c7 #ifndef ILL_ILLOPN
8 #error ILL_ILLOPN not defined
Dsigmacrolist.txt2 ILL_ILLOPN
/external/e2fsprogs/e2fsck/
Dsigcatcher.c169 #ifdef ILL_ILLOPN
170 DEFINE_ENTRY(ILL_ILLOPN)
/external/minijail/linux-x86/
Dlibconstants.gen.c659 #ifdef ILL_ILLOPN
660 { "ILL_ILLOPN", (unsigned long) ILL_ILLOPN },
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h186 #define ILL_ILLOPN 2 /* illegal operand */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py130 ILL_ILLOPN = 2 variable
DFILE.py135 ILL_ILLOPN = 2 variable
/external/libchrome/base/debug/
Dstack_trace_posix.cc296 else if (info->si_code == ILL_ILLOPN) in StackDumpSignalHandler()
325 if (signal == SIGILL && info->si_code == ILL_ILLOPN) { in StackDumpSignalHandler()
/external/v8/src/base/debug/
Dstack_trace_posix.cc232 else if (info->si_code == ILL_ILLOPN) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py516 ILL_ILLOPN = 2 variable
DSTROPTS.py513 ILL_ILLOPN = 2 variable