Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigfpe_codes.h55 #if defined(FPE_FLTSUB) || (defined(HAVE_DECL_FPE_FLTSUB) && HAVE_DECL_FPE_FLTSUB)
57 static_assert((FPE_FLTSUB) == (8), "FPE_FLTSUB != 8");
60 # define FPE_FLTSUB 8
96 XLAT(FPE_FLTSUB),
Dsigfpe_codes.in8 FPE_FLTSUB 8
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-16-buildonly.c7 #ifndef FPE_FLTSUB
8 #error FPE_FLTSUB not defined
Dsigmacrolist.txt16 FPE_FLTSUB
/external/e2fsprogs/e2fsck/
Dsigcatcher.c224 #ifdef FPE_FLTSUB
225 DEFINE_ENTRY(FPE_FLTSUB)
/external/minijail/linux-x86/
Dlibconstants.gen.c587 #ifdef FPE_FLTSUB
588 { "FPE_FLTSUB", (unsigned long) FPE_FLTSUB },
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h208 #define FPE_FLTSUB 8 /* subscript out of range */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py145 FPE_FLTSUB = 8 variable
DFILE.py150 FPE_FLTSUB = 8 variable
/external/v8/src/base/debug/
Dstack_trace_posix.cc217 else if (info->si_code == FPE_FLTSUB) in StackDumpSignalHandler()
/external/libchrome/base/debug/
Dstack_trace_posix.cc281 else if (info->si_code == FPE_FLTSUB) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py534 FPE_FLTSUB = 8 variable
DSTROPTS.py531 FPE_FLTSUB = 8 variable