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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
siginfo.h 161 ILL_ILLTRP, /* Illegal trap. */
162 # define ILL_ILLTRP ILL_ILLTRP
  /bionic/libc/kernel/common/asm-generic/
siginfo.h 136 #define ILL_ILLTRP (__SI_FAULT|4)
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 136 #define ILL_ILLTRP (__SI_FAULT|4)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
siginfo.h 149 #define ILL_ILLTRP (__SI_FAULT|4) /* illegal trap */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 136 #define ILL_ILLTRP (__SI_FAULT|4)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 136 #define ILL_ILLTRP (__SI_FAULT|4)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 136 #define ILL_ILLTRP (__SI_FAULT|4)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h 136 #define ILL_ILLTRP (__SI_FAULT|4)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h 136 #define ILL_ILLTRP (__SI_FAULT|4)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h 136 #define ILL_ILLTRP (__SI_FAULT|4)
  /external/kernel-headers/original/asm-generic/
siginfo.h 162 #define ILL_ILLTRP (__SI_FAULT|4) /* illegal trap */
  /system/core/debuggerd/
debuggerd.c 329 case ILL_ILLTRP: return "ILL_ILLTRP";
  /external/strace/
signal.c 407 #define ILL_ILLTRP 4 /* illegal trap */
569 { ILL_ILLTRP, "ILL_ILLTRP" },
    [all...]

Completed in 278 milliseconds