Home
last modified time | relevance | path

Searched refs:SEGV_BNDERR (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dsigsegv_codes.h8 #if !(defined(SEGV_BNDERR) || (defined(HAVE_DECL_SEGV_BNDERR) && HAVE_DECL_SEGV_BNDERR))
9 # define SEGV_BNDERR 3 macro
27 XLAT(SEGV_BNDERR),
Dsigsegv_codes.in3 SEGV_BNDERR 3
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h214 #define SEGV_BNDERR (__SI_FAULT|3) /* failed address bound checks */ macro
/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-mini-test.c395 #define SEGV_BNDERR (__SI_FAULT|3) /* failed address bound checks */ in handler() macro
402 (si->si_code == SEGV_BNDERR)); in handler()
/external/strace/
DChangeLog19487 * xlat/sigsegv_codes.in: Add SEGV_BNDERR, add default values.