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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
siginfo.h 157 ILL_ILLOPN, /* Illegal operand. */
158 # define ILL_ILLOPN ILL_ILLOPN
  /external/valgrind/main/none/tests/amd64/
faultstatus.c 117 T(1, SIGILL, ILL_ILLOPN, &test1_ill),
  /external/valgrind/main/none/tests/x86/
faultstatus.c 135 T(1, SIGILL, ILL_ILLOPN, &test1_ill),
  /bionic/libc/kernel/common/asm-generic/
siginfo.h 134 #define ILL_ILLOPN (__SI_FAULT|2)
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 134 #define ILL_ILLOPN (__SI_FAULT|2)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
siginfo.h 147 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 134 #define ILL_ILLOPN (__SI_FAULT|2)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 134 #define ILL_ILLOPN (__SI_FAULT|2)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 134 #define ILL_ILLOPN (__SI_FAULT|2)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h 134 #define ILL_ILLOPN (__SI_FAULT|2)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h 134 #define ILL_ILLOPN (__SI_FAULT|2)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h 134 #define ILL_ILLOPN (__SI_FAULT|2)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 134 #define ILL_ILLOPN (__SI_FAULT|2)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 134 #define ILL_ILLOPN (__SI_FAULT|2)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/
siginfo.h 134 #define ILL_ILLOPN (__SI_FAULT|2)
  /external/kernel-headers/original/asm-generic/
siginfo.h 160 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */
  /external/valgrind/main/auxprogs/
aix5_VKI_info.c 291 printf("#define VKI_ILL_ILLOPN %d\n", ILL_ILLOPN);
  /system/core/debuggerd/
debuggerd.c 135 case ILL_ILLOPN: return "ILL_ILLOPN";
  /external/strace/
signal.c 405 #define ILL_ILLOPN 2 /* illegal operand */
567 { ILL_ILLOPN, "ILL_ILLOPN" },
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 492 #define VKI_ILL_ILLOPN ILL_ILLOPN

Completed in 467 milliseconds