Home
last modified time | relevance | path

Searched refs:FPE_INTDIV (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNetBSDSignals.cpp44 ADD_SIGCODE(SIGFPE, 8, FPE_INTDIV, 1, "integer divide by zero"); in Reset()
H A DFreeBSDSignals.cpp49 ADD_SIGCODE(SIGFPE, 8, FPE_INTDIV, 2, "integer divide by zero"); in Reset()
H A DLinuxSignals.cpp67 ADD_SIGCODE(SIGFPE, 8, FPE_INTDIV, 1, "integer divide by zero"); in Reset()
/freebsd/contrib/one-true-awk/
H A Dmain.c67 [FPE_INTDIV] = "Integer divide by zero", in fpecatch()
/freebsd/sys/sys/
H A Dsignal.h313 #define FPE_INTDIV 2 /* Integer divide by zero. */ macro
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_siginfo.c356 ATF_REQUIRE_EQ(info->si_code, FPE_INTDIV); in sigfpe_int_action()
/freebsd/sys/i386/i386/
H A Dtrap.c431 ucode = FPE_INTDIV; in trap()
/freebsd/sys/amd64/amd64/
H A Dtrap.c391 ucode = FPE_INTDIV; in trap()
/freebsd/sys/compat/linux/
H A Dlinux_signal.c606 case FPE_INTDIV: in sigfpe_sicode2lsicode()