Home
last modified time | relevance | path

Searched refs:BUS_ADRALN (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dsigbus_codes.h6 #if defined(BUS_ADRALN) || (defined(HAVE_DECL_BUS_ADRALN) && HAVE_DECL_BUS_ADRALN)
8 static_assert((BUS_ADRALN) == (1), "BUS_ADRALN != 1");
11 # define BUS_ADRALN 1
54 XLAT(BUS_ADRALN),
Dsigbus_codes.in1 BUS_ADRALN 1
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-19-buildonly.c7 #ifndef BUS_ADRALN
8 #error BUS_ADRALN not defined
Dsigmacrolist.txt19 BUS_ADRALN
/external/e2fsprogs/e2fsck/
Dsigcatcher.c190 #ifdef BUS_ADRALN
191 DEFINE_ENTRY(BUS_ADRALN)
242 #ifdef BUS_ADRALN
243 DEFINE_ENTRY(BUS_ADRALN)
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h239 #define BUS_ADRALN 1 /* invalid address alignment */ macro
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DCrashReason.cpp120 case BUS_ADRALN: in GetCrashReasonForSIGBUS()
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py150 BUS_ADRALN = 1 variable
DFILE.py155 BUS_ADRALN = 1 variable
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.c293 case BUS_ADRALN: in show_siginfo()
/external/libchrome/base/debug/
Dstack_trace_posix.cc264 if (info->si_code == BUS_ADRALN) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py539 BUS_ADRALN = 1 variable
DSTROPTS.py536 BUS_ADRALN = 1 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c1171 #ifdef BUS_ADRALN
1172 { "BUS_ADRALN", (unsigned long) BUS_ADRALN },