Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigill_codes.h34 #if defined(ILL_PRVOPC) || (defined(HAVE_DECL_ILL_PRVOPC) && HAVE_DECL_ILL_PRVOPC)
36 static_assert((ILL_PRVOPC) == (5), "ILL_PRVOPC != 5");
39 # define ILL_PRVOPC 5
85 XLAT(ILL_PRVOPC),
Dsigill_codes.in7 ILL_PRVOPC 5
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-5-buildonly.c7 #ifndef ILL_PRVOPC
8 #error ILL_PRVOPC not defined
Dsigmacrolist.txt5 ILL_PRVOPC
/external/e2fsprogs/e2fsck/
Dsigcatcher.c178 #ifdef ILL_PRVOPC
179 DEFINE_ENTRY(ILL_PRVOPC)
/external/minijail/linux-x86/
Dlibconstants.gen.c665 #ifdef ILL_PRVOPC
666 { "ILL_PRVOPC", (unsigned long) ILL_PRVOPC },
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h189 #define ILL_PRVOPC 5 /* privileged opcode */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py133 ILL_PRVOPC = 5 variable
DFILE.py138 ILL_PRVOPC = 5 variable
/external/v8/src/base/debug/
Dstack_trace_posix.cc238 else if (info->si_code == ILL_PRVOPC) in StackDumpSignalHandler()
/external/libchrome/base/debug/
Dstack_trace_posix.cc302 else if (info->si_code == ILL_PRVOPC) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py519 ILL_PRVOPC = 5 variable
DSTROPTS.py516 ILL_PRVOPC = 5 variable