Searched refs:SEGV_BNDERR (Results 1 – 7 of 7) 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
56 #ifndef SEGV_BNDERR in GetCrashReasonForSIGSEGV()57 #define SEGV_BNDERR 3 in GetCrashReasonForSIGSEGV() macro59 case SEGV_BNDERR: in GetCrashReasonForSIGSEGV()
223 #define SEGV_BNDERR 3 /* failed address bound checks */ macro
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()
4243 #ifdef SEGV_BNDERR4244 { "SEGV_BNDERR", (unsigned long) SEGV_BNDERR },
38677 * xlat/sigsegv_codes.in: Add SEGV_BNDERR, add default values.