HomeSort by relevance Sort by last modified time
    Searched defs:ILL_ILLOPC (Results 1 - 10 of 10) sorted by null

  /bionic/libc/kernel/common/asm-generic/
siginfo.h 133 #define ILL_ILLOPC (__SI_FAULT|1)
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 133 #define ILL_ILLOPC (__SI_FAULT|1)
  /external/kernel-headers/original/asm-generic/
siginfo.h 159 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 133 #define ILL_ILLOPC (__SI_FAULT|1)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 133 #define ILL_ILLOPC (__SI_FAULT|1)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 133 #define ILL_ILLOPC (__SI_FAULT|1)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h 133 #define ILL_ILLOPC (__SI_FAULT|1)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h 133 #define ILL_ILLOPC (__SI_FAULT|1)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h 133 #define ILL_ILLOPC (__SI_FAULT|1)
  /external/strace/
signal.c 403 #ifndef ILL_ILLOPC
404 #define ILL_ILLOPC 1 /* illegal opcode */
566 { ILL_ILLOPC, "ILL_ILLOPC" },
    [all...]

Completed in 25 milliseconds