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

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
22-3-buildonly.c 2 Test that the ILL_ILLADR macro is defined.
7 #ifndef ILL_ILLADR
8 #error ILL_ILLADR not defined
  /external/strace/xlat/
sigill_codes.h 8 #if !(defined(ILL_ILLADR) || (defined(HAVE_DECL_ILL_ILLADR) && HAVE_DECL_ILL_ILLADR))
9 # define ILL_ILLADR 3
39 XLAT(ILL_ILLADR),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 159 ILL_ILLADR, /* Illegal addressing mode. */
160 # define ILL_ILLADR ILL_ILLADR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 159 ILL_ILLADR, /* Illegal addressing mode. */
160 # define ILL_ILLADR ILL_ILLADR
  /external/e2fsprogs/e2fsck/
sigcatcher.c 172 #ifdef ILL_ILLADR
173 DEFINE_ENTRY(ILL_ILLADR)
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 142 #define ILL_ILLADR 3
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 177 #define ILL_ILLADR 3 /* illegal addressing mode */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 166 #define ILL_ILLADR (__SI_FAULT|3) /* illegal addressing mode */
  /external/minijail/linux-x86/
libconstants.gen.c 653 #ifdef ILL_ILLADR
654 { "ILL_ILLADR", (unsigned long) ILL_ILLADR },
655 #endif // ILL_ILLADR
    [all...]
  /bionic/tests/headers/posix/
signal_h.c 153 i = ILL_ILLADR;
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 131 ILL_ILLADR = 3
FILE.py 136 ILL_ILLADR = 3
  /external/v8/src/base/debug/
stack_trace_posix.cc 235 else if (info->si_code == ILL_ILLADR)
236 PrintToStderr(" ILL_ILLADR ");
  /system/core/debuggerd/libdebuggerd/
utility.cpp 303 case ILL_ILLADR: return "ILL_ILLADR";
  /art/runtime/
runtime_common.cc 69 case ILL_ILLADR: return "ILL_ILLADR";
  /external/libchrome/base/debug/
stack_trace_posix.cc 265 else if (info->si_code == ILL_ILLADR)
266 PrintToStderr(" ILL_ILLADR ");
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 459 PHPBN2(ILL_ILLADR);
  /external/valgrind/include/vki/
vki-darwin.h 512 #define VKI_ILL_ILLADR ILL_ILLADR
vki-solaris.h 1005 #define VKI_ILL_ILLADR ILL_ILLADR
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 517 ILL_ILLADR = 3
STROPTS.py 514 ILL_ILLADR = 3
    [all...]

Completed in 781 milliseconds