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

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
22-7-buildonly.c 2 Test that the ILL_COPROC macro is defined.
7 #ifndef ILL_COPROC
8 #error ILL_COPROC not defined
  /external/strace/xlat/
sigill_codes.h 20 #if !(defined(ILL_COPROC) || (defined(HAVE_DECL_ILL_COPROC) && HAVE_DECL_ILL_COPROC))
21 # define ILL_COPROC 7
43 XLAT(ILL_COPROC),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 167 ILL_COPROC, /* Coprocessor error. */
168 # define ILL_COPROC ILL_COPROC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 167 ILL_COPROC, /* Coprocessor error. */
168 # define ILL_COPROC ILL_COPROC
  /external/e2fsprogs/e2fsck/
sigcatcher.c 184 #ifdef ILL_COPROC
185 DEFINE_ENTRY(ILL_COPROC)
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 146 #define ILL_COPROC 7
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 181 #define ILL_COPROC 7 /* coprocessor error */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 170 #define ILL_COPROC (__SI_FAULT|7) /* coprocessor error */
  /external/minijail/linux-x86/
libconstants.gen.c 650 #ifdef ILL_COPROC
651 { "ILL_COPROC", (unsigned long) ILL_COPROC },
652 #endif // ILL_COPROC
    [all...]
  /bionic/tests/headers/posix/
signal_h.c 157 i = ILL_COPROC;
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 135 ILL_COPROC = 7
FILE.py 140 ILL_COPROC = 7
  /external/v8/src/base/debug/
stack_trace_posix.cc 231 else if (info->si_code == ILL_COPROC)
232 PrintToStderr(" ILL_COPROC ");
  /system/core/debuggerd/libdebuggerd/
utility.cpp 307 case ILL_COPROC: return "ILL_COPROC";
  /art/runtime/
runtime_common.cc 73 case ILL_COPROC: return "ILL_COPROC";
  /external/libchrome/base/debug/
stack_trace_posix.cc 261 else if (info->si_code == ILL_COPROC)
262 PrintToStderr(" ILL_COPROC ");
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 458 PHPBN2(ILL_COPROC);
  /external/valgrind/include/vki/
vki-darwin.h 516 #define VKI_ILL_COPROC ILL_COPROC
vki-solaris.h 1009 #define VKI_ILL_COPROC ILL_COPROC
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 521 ILL_COPROC = 7
STROPTS.py 518 ILL_COPROC = 7
    [all...]

Completed in 694 milliseconds