Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/sigsegv_codes.in; do not edit. */
      2 #if !(defined(SEGV_MAPERR) || (defined(HAVE_DECL_SEGV_MAPERR) && HAVE_DECL_SEGV_MAPERR))
      3 # define SEGV_MAPERR 1
      4 #endif
      5 #if !(defined(SEGV_ACCERR) || (defined(HAVE_DECL_SEGV_ACCERR) && HAVE_DECL_SEGV_ACCERR))
      6 # define SEGV_ACCERR 2
      7 #endif
      8 #if !(defined(SEGV_BNDERR) || (defined(HAVE_DECL_SEGV_BNDERR) && HAVE_DECL_SEGV_BNDERR))
      9 # define SEGV_BNDERR 3
     10 #endif
     11 
     12 #ifdef IN_MPERS
     13 
     14 extern const struct xlat sigsegv_codes[];
     15 
     16 #else
     17 
     18 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
     19 static
     20 # endif
     21 const struct xlat sigsegv_codes[] = {
     22  XLAT(SEGV_MAPERR),
     23  XLAT(SEGV_ACCERR),
     24  XLAT(SEGV_BNDERR),
     25  XLAT_END
     26 };
     27 
     28 #endif /* !IN_MPERS */
     29