1 /* Generated by ./xlat/gen.sh from ./xlat/sigill_codes.in; do not edit. */ 2 3 static const struct xlat sigill_codes[] = { 4 #if defined(ILL_ILLOPC) || (defined(HAVE_DECL_ILL_ILLOPC) && HAVE_DECL_ILL_ILLOPC) 5 XLAT(ILL_ILLOPC), 6 #endif 7 #if defined(ILL_ILLOPN) || (defined(HAVE_DECL_ILL_ILLOPN) && HAVE_DECL_ILL_ILLOPN) 8 XLAT(ILL_ILLOPN), 9 #endif 10 #if defined(ILL_ILLADR) || (defined(HAVE_DECL_ILL_ILLADR) && HAVE_DECL_ILL_ILLADR) 11 XLAT(ILL_ILLADR), 12 #endif 13 #if defined(ILL_ILLTRP) || (defined(HAVE_DECL_ILL_ILLTRP) && HAVE_DECL_ILL_ILLTRP) 14 XLAT(ILL_ILLTRP), 15 #endif 16 #if defined(ILL_PRVOPC) || (defined(HAVE_DECL_ILL_PRVOPC) && HAVE_DECL_ILL_PRVOPC) 17 XLAT(ILL_PRVOPC), 18 #endif 19 #if defined(ILL_PRVREG) || (defined(HAVE_DECL_ILL_PRVREG) && HAVE_DECL_ILL_PRVREG) 20 XLAT(ILL_PRVREG), 21 #endif 22 #if defined(ILL_COPROC) || (defined(HAVE_DECL_ILL_COPROC) && HAVE_DECL_ILL_COPROC) 23 XLAT(ILL_COPROC), 24 #endif 25 #if defined(ILL_BADSTK) || (defined(HAVE_DECL_ILL_BADSTK) && HAVE_DECL_ILL_BADSTK) 26 XLAT(ILL_BADSTK), 27 #endif 28 XLAT_END 29 }; 30