Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigill_codes.h20 #if defined(ILL_ILLADR) || (defined(HAVE_DECL_ILL_ILLADR) && HAVE_DECL_ILL_ILLADR)
22 static_assert((ILL_ILLADR) == (3), "ILL_ILLADR != 3");
25 # define ILL_ILLADR 3
80 XLAT(ILL_ILLADR),
Dsigill_codes.in4 ILL_ILLADR 3
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-3-buildonly.c7 #ifndef ILL_ILLADR
8 #error ILL_ILLADR not defined
Dsigmacrolist.txt3 ILL_ILLADR
/external/e2fsprogs/e2fsck/
Dsigcatcher.c172 #ifdef ILL_ILLADR
173 DEFINE_ENTRY(ILL_ILLADR)
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h187 #define ILL_ILLADR 3 /* illegal addressing mode */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py131 ILL_ILLADR = 3 variable
DFILE.py136 ILL_ILLADR = 3 variable
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DCrashReason.cpp74 case ILL_ILLADR: in GetCrashReasonForSIGILL()
/external/libchrome/base/debug/
Dstack_trace_posix.cc298 else if (info->si_code == ILL_ILLADR) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py517 ILL_ILLADR = 3 variable
DSTROPTS.py514 ILL_ILLADR = 3 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c2722 #ifdef ILL_ILLADR
2723 { "ILL_ILLADR", (unsigned long) ILL_ILLADR },