Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigbus_codes.h20 #if defined(BUS_OBJERR) || (defined(HAVE_DECL_BUS_OBJERR) && HAVE_DECL_BUS_OBJERR)
22 static_assert((BUS_OBJERR) == (3), "BUS_OBJERR != 3");
25 # define BUS_OBJERR 3
56 XLAT(BUS_OBJERR),
Dsigbus_codes.in3 BUS_OBJERR 3
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-21-buildonly.c7 #ifndef BUS_OBJERR
8 #error BUS_OBJERR not defined
Dsigmacrolist.txt21 BUS_OBJERR
/external/e2fsprogs/e2fsck/
Dsigcatcher.c196 #ifdef BUS_OBJERR
197 DEFINE_ENTRY(BUS_OBJERR)
248 #ifdef BUS_OBJERR
249 DEFINE_ENTRY(BUS_OBJERR)
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h241 #define BUS_OBJERR 3 /* object specific hardware error */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py152 BUS_OBJERR = 3 variable
DFILE.py157 BUS_OBJERR = 3 variable
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DCrashReason.cpp124 case BUS_OBJERR: in GetCrashReasonForSIGBUS()
/external/libchrome/base/debug/
Dstack_trace_posix.cc268 else if (info->si_code == BUS_OBJERR) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py541 BUS_OBJERR = 3 variable
DSTROPTS.py538 BUS_OBJERR = 3 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c1183 #ifdef BUS_OBJERR
1184 { "BUS_OBJERR", (unsigned long) BUS_OBJERR },