Home
last modified time | relevance | path

Searched refs:FPE_FLTSUB (Results 1 – 14 of 14) 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/one-true-awk/
Dmain.c70 [FPE_FLTSUB] = "Subscript out of range", in fpecatch()
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h208 #define FPE_FLTSUB 8 /* subscript out of range */ macro
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DCrashReason.cpp109 case FPE_FLTSUB: in GetCrashReasonForSIGFPE()
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py145 FPE_FLTSUB = 8 variable
DFILE.py150 FPE_FLTSUB = 8 variable
/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
/external/minijail/linux-x86/
Dlibconstants.gen.c2239 #ifdef FPE_FLTSUB
2240 { "FPE_FLTSUB", (unsigned long) FPE_FLTSUB },