]> granicus.if.org Git - strace/blob - xlat/sigfpe_codes.in
netlink_smc_diag: decode SMC_DIAG_SHUTDOWN attribute value
[strace] / xlat / sigfpe_codes.in
1 FPE_INTDIV 1
2 FPE_INTOVF 2
3 FPE_FLTDIV 3
4 FPE_FLTOVF 4
5 FPE_FLTUND 5
6 FPE_FLTRES 6
7 FPE_FLTINV 7
8 FPE_FLTSUB 8
9 FPE_MDAOVF   /*  9 - frv */
10 __FPE_DECOVF /*  9 - ia64 */
11 __FPE_DECDIV /* 10 - ia64 */
12 __FPE_DECERR /* 11 - ia64 */
13 __FPE_INVASC /* 12 - ia64 */
14 __FPE_INVDEC /* 13 - ia64 */
15 FPE_FLTUNK 14
16 FPE_CONDTRAP 15