Home | History | Annotate | Download | only in x86

Lines Matching refs:SEGV_BNDERR

216 #define SEGV_BNDERR     (__SI_FAULT|3)  /* failed address bound checks */
225 if (si_code & SEGV_BNDERR)
226 return "SEGV_BNDERR";
289 (si->si_code == SEGV_BNDERR)) {