Home
last modified time | relevance | path

Searched refs:SEGV_BNDERR (Results 1 – 3 of 3) 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
24 XLAT(SEGV_BNDERR),
Dsigsegv_codes.in3 SEGV_BNDERR 3
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h208 #define SEGV_BNDERR (__SI_FAULT|3) /* failed address bound checks */ macro