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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
siginfo.h 159 ILL_ILLADR, /* Illegal addressing mode. */
160 # define ILL_ILLADR ILL_ILLADR
  /bionic/libc/kernel/common/asm-generic/
siginfo.h 135 #define ILL_ILLADR (__SI_FAULT|3)
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 135 #define ILL_ILLADR (__SI_FAULT|3)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
siginfo.h 148 #define ILL_ILLADR (__SI_FAULT|3) /* illegal addressing mode */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 135 #define ILL_ILLADR (__SI_FAULT|3)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 135 #define ILL_ILLADR (__SI_FAULT|3)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 135 #define ILL_ILLADR (__SI_FAULT|3)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h 135 #define ILL_ILLADR (__SI_FAULT|3)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h 135 #define ILL_ILLADR (__SI_FAULT|3)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h 135 #define ILL_ILLADR (__SI_FAULT|3)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 135 #define ILL_ILLADR (__SI_FAULT|3)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 135 #define ILL_ILLADR (__SI_FAULT|3)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/
siginfo.h 135 #define ILL_ILLADR (__SI_FAULT|3)
  /external/kernel-headers/original/asm-generic/
siginfo.h 161 #define ILL_ILLADR (__SI_FAULT|3) /* illegal addressing mode */
  /external/valgrind/main/auxprogs/
aix5_VKI_info.c 290 printf("#define VKI_ILL_ILLADR %d\n", ILL_ILLADR);
  /system/core/debuggerd/
debuggerd.c 136 case ILL_ILLADR: return "ILL_ILLADR";
  /external/strace/
signal.c 406 #define ILL_ILLADR 3 /* illegal addressing mode */
568 { ILL_ILLADR, "ILL_ILLADR" },
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 493 #define VKI_ILL_ILLADR ILL_ILLADR

Completed in 535 milliseconds