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

  /external/strace/xlat/
sigsegv_codes.h 8 #if !(defined(SEGV_BNDERR) || (defined(HAVE_DECL_SEGV_BNDERR) && HAVE_DECL_SEGV_BNDERR))
9 # define SEGV_BNDERR 3
24 XLAT(SEGV_BNDERR),
  /system/core/debuggerd/
tombstone.cpp 131 #if defined(SEGV_BNDERR)
132 case SEGV_BNDERR: return "SEGV_BNDERR";
135 #if defined(SEGV_BNDERR)
136 static_assert(NSIGSEGV == SEGV_BNDERR, "missing SEGV_* si_code");
  /art/runtime/
runtime_linux.cc 118 #if defined(SEGV_BNDERR)
119 case SEGV_BNDERR: return "SEGV_BNDERR";
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 201 #define SEGV_BNDERR (__SI_FAULT | 3)
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 208 #define SEGV_BNDERR (__SI_FAULT|3) /* failed address bound checks */

Completed in 122 milliseconds