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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
siginfo.h 197 SEGV_MAPERR = 1, /* Address not mapped to object. */
198 # define SEGV_MAPERR SEGV_MAPERR
  /external/valgrind/main/none/tests/
faultstatus.c 149 T(1, SIGSEGV, SEGV_MAPERR, BADADDR),
  /bionic/libc/kernel/common/asm-generic/
siginfo.h 153 #define SEGV_MAPERR (__SI_FAULT|1)
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 153 #define SEGV_MAPERR (__SI_FAULT|1)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
siginfo.h 172 #define SEGV_MAPERR (__SI_FAULT|1) /* address not mapped to object */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 153 #define SEGV_MAPERR (__SI_FAULT|1)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 153 #define SEGV_MAPERR (__SI_FAULT|1)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 153 #define SEGV_MAPERR (__SI_FAULT|1)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h 153 #define SEGV_MAPERR (__SI_FAULT|1)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h 153 #define SEGV_MAPERR (__SI_FAULT|1)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h 153 #define SEGV_MAPERR (__SI_FAULT|1)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 153 #define SEGV_MAPERR (__SI_FAULT|1)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 153 #define SEGV_MAPERR (__SI_FAULT|1)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/
siginfo.h 153 #define SEGV_MAPERR (__SI_FAULT|1)
  /external/kernel-headers/original/asm-generic/
siginfo.h 185 #define SEGV_MAPERR (__SI_FAULT|1) /* address not mapped to object */
  /external/valgrind/main/auxprogs/
aix5_VKI_info.c 269 printf("#define VKI_SEGV_MAPERR %d\n", SEGV_MAPERR);
  /system/core/debuggerd/
debuggerd.c 165 case SEGV_MAPERR: return "SEGV_MAPERR";
  /external/strace/
signal.c 420 #define SEGV_MAPERR 1 /* address not mapped to object */
632 { SEGV_MAPERR, "SEGV_MAPERR" },
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 489 #define VKI_SEGV_MAPERR SEGV_MAPERR

Completed in 46 milliseconds