Searched refs:SEGV_BNDERR (Results 1 – 5 of 5) sorted by relevance
20 #if defined(SEGV_BNDERR) || (defined(HAVE_DECL_SEGV_BNDERR) && HAVE_DECL_SEGV_BNDERR)22 static_assert((SEGV_BNDERR) == (3), "SEGV_BNDERR != 3");25 # define SEGV_BNDERR 373 XLAT(SEGV_BNDERR),
4 SEGV_BNDERR 3
237 #ifndef SEGV_BNDERR238 # define SEGV_BNDERR 3 macro251 if (si_code == SEGV_BNDERR) in si_code_str()308 (si->si_code == SEGV_BNDERR)) { in signal_handler()
223 #define SEGV_BNDERR 3 /* failed address bound checks */ macro
38677 * xlat/sigsegv_codes.in: Add SEGV_BNDERR, add default values.