Searched refs:SEGV_BNDERR (Results 1 – 5 of 5) sorted by relevance
8 #if !(defined(SEGV_BNDERR) || (defined(HAVE_DECL_SEGV_BNDERR) && HAVE_DECL_SEGV_BNDERR))9 # define SEGV_BNDERR 3 macro27 XLAT(SEGV_BNDERR),
3 SEGV_BNDERR 3
214 #define SEGV_BNDERR (__SI_FAULT|3) /* failed address bound checks */ macro
395 #define SEGV_BNDERR (__SI_FAULT|3) /* failed address bound checks */ in handler() macro402 (si->si_code == SEGV_BNDERR)); in handler()
19487 * xlat/sigsegv_codes.in: Add SEGV_BNDERR, add default values.