Home
last modified time | relevance | path

Searched refs:FPE_FLTSUB (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/core/debuggerd/libdebuggerd/test/
H A Dhost_signal_fixup.h42 #define NSIGFPE FPE_FLTSUB
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dsiginfo.h162 #define FPE_FLTSUB 8 macro
/aosp12/bionic/tests/headers/posix/
H A Dsignal_h.c167 i = FPE_FLTSUB; in signal_h()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dutility.cpp352 case FPE_FLTSUB: return "FPE_FLTSUB"; in get_sigcode()
/aosp12/art/runtime/
H A Druntime_common.cc93 case FPE_FLTSUB: return "FPE_FLTSUB"; in GetSignalCodeName()