Home
last modified time | relevance | path

Searched refs:NSIGFPE (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/debuggerd/libdebuggerd/test/
H A Dhost_signal_fixup.h41 #if !defined(NSIGFPE)
42 #define NSIGFPE FPE_FLTSUB macro
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dsiginfo.h170 #define NSIGFPE 15 macro
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dutility.cpp368 static_assert(NSIGFPE == FPE_CONDTRAP, "missing FPE_* si_code"); in get_sigcode()