Searched refs:FPE_INTOVF (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | NetBSDSignals.cpp | 45 ADD_SIGCODE(SIGFPE, 8, FPE_INTOVF, 2, "integer overflow"); in Reset()
|
H A D | FreeBSDSignals.cpp | 48 ADD_SIGCODE(SIGFPE, 8, FPE_INTOVF, 1, "integer overflow"); in Reset()
|
H A D | LinuxSignals.cpp | 68 ADD_SIGCODE(SIGFPE, 8, FPE_INTOVF, 2, "integer overflow"); in Reset()
|
/freebsd/contrib/one-true-awk/ |
H A D | main.c | 71 case FPE_INTOVF: in fpecatch()
|
/freebsd/sys/sys/ |
H A D | signal.h | 312 #define FPE_INTOVF 1 /* Integer overflow. */ macro
|
/freebsd/sys/i386/i386/ |
H A D | trap.c | 436 ucode = FPE_INTOVF; in trap()
|
/freebsd/sys/amd64/amd64/ |
H A D | trap.c | 388 ucode = FPE_INTOVF; in trap()
|
/freebsd/sys/compat/linux/ |
H A D | linux_signal.c | 604 case FPE_INTOVF: in sigfpe_sicode2lsicode()
|