HomeSort by relevance Sort by last modified time
    Searched refs:SEGV_BNDERR (Results 1 - 7 of 7) 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
27 XLAT(SEGV_BNDERR),
  /art/runtime/
runtime_common.cc 97 #if defined(SEGV_BNDERR)
98 case SEGV_BNDERR: return "SEGV_BNDERR";
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 169 #define SEGV_BNDERR (__SI_FAULT | 3)
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 95 /* used when si_code=SEGV_BNDERR */
214 #define SEGV_BNDERR (__SI_FAULT|3) /* failed address bound checks */
  /system/core/debuggerd/libdebuggerd/
tombstone.cpp 141 #if defined(SEGV_BNDERR)
142 case SEGV_BNDERR: return "SEGV_BNDERR";
150 #elif defined(SEGV_BNDERR)
151 static_assert(NSIGSEGV == SEGV_BNDERR, "missing SEGV_* si_code");
  /external/linux-kselftest/tools/testing/selftests/x86/
protection_keys.c 216 #define SEGV_BNDERR (__SI_FAULT|3) /* failed address bound checks */
225 if (si_code & SEGV_BNDERR)
226 return "SEGV_BNDERR";
289 (si->si_code == SEGV_BNDERR)) {
    [all...]
mpx-mini-test.c 395 #define SEGV_BNDERR (__SI_FAULT|3) /* failed address bound checks */
401 dprintf2("info->si_code == SEGV_BNDERR: %d\n",
402 (si->si_code == SEGV_BNDERR));
    [all...]

Completed in 979 milliseconds