HomeSort by relevance Sort by last modified time
    Searched refs:ILL_PRVOPC (Results 1 - 21 of 21) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
22-5-buildonly.c 2 Test that the ILL_PRVOPC macro is defined.
7 #ifndef ILL_PRVOPC
8 #error ILL_PRVOPC not defined
  /external/strace/xlat/
sigill_codes.h 14 #if !(defined(ILL_PRVOPC) || (defined(HAVE_DECL_ILL_PRVOPC) && HAVE_DECL_ILL_PRVOPC))
15 # define ILL_PRVOPC 5
41 XLAT(ILL_PRVOPC),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 163 ILL_PRVOPC, /* Privileged opcode. */
164 # define ILL_PRVOPC ILL_PRVOPC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 163 ILL_PRVOPC, /* Privileged opcode. */
164 # define ILL_PRVOPC ILL_PRVOPC
  /external/e2fsprogs/e2fsck/
sigcatcher.c 178 #ifdef ILL_PRVOPC
179 DEFINE_ENTRY(ILL_PRVOPC)
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 144 #define ILL_PRVOPC 5
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 179 #define ILL_PRVOPC 5 /* privileged opcode */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 168 #define ILL_PRVOPC (__SI_FAULT|5) /* privileged opcode */
  /external/minijail/linux-x86/
libconstants.gen.c 665 #ifdef ILL_PRVOPC
666 { "ILL_PRVOPC", (unsigned long) ILL_PRVOPC },
667 #endif // ILL_PRVOPC
    [all...]
  /bionic/tests/headers/posix/
signal_h.c 155 i = ILL_PRVOPC;
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 133 ILL_PRVOPC = 5
FILE.py 138 ILL_PRVOPC = 5
  /external/v8/src/base/debug/
stack_trace_posix.cc 239 else if (info->si_code == ILL_PRVOPC)
240 PrintToStderr(" ILL_PRVOPC ");
  /system/core/debuggerd/libdebuggerd/
utility.cpp 305 case ILL_PRVOPC: return "ILL_PRVOPC";
  /art/runtime/
runtime_common.cc 71 case ILL_PRVOPC: return "ILL_PRVOPC";
  /external/libchrome/base/debug/
stack_trace_posix.cc 269 else if (info->si_code == ILL_PRVOPC)
270 PrintToStderr(" ILL_PRVOPC ");
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 463 PHPBN2(ILL_PRVOPC);
  /external/valgrind/include/vki/
vki-darwin.h 514 #define VKI_ILL_PRVOPC ILL_PRVOPC
vki-solaris.h 1007 #define VKI_ILL_PRVOPC ILL_PRVOPC
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 519 ILL_PRVOPC = 5
STROPTS.py 516 ILL_PRVOPC = 5
    [all...]

Completed in 462 milliseconds