HomeSort by relevance Sort by last modified time
    Searched refs:BUS_ADRERR (Results 1 - 25 of 41) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
22-20-buildonly.c 2 Test that the BUS_ADRERR macro is defined.
7 #ifndef BUS_ADRERR
8 #error BUS_ADRERR not defined
  /external/strace/xlat/
sigbus_codes.h 5 #if !(defined(BUS_ADRERR) || (defined(HAVE_DECL_BUS_ADRERR) && HAVE_DECL_BUS_ADRERR))
6 # define BUS_ADRERR 2
29 XLAT(BUS_ADRERR),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 208 BUS_ADRERR, /* Non-existant physical address. */
209 # define BUS_ADRERR BUS_ADRERR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 208 BUS_ADRERR, /* Non-existant physical address. */
209 # define BUS_ADRERR BUS_ADRERR
  /external/e2fsprogs/e2fsck/
sigcatcher.c 193 #ifdef BUS_ADRERR
194 DEFINE_ENTRY(BUS_ADRERR)
245 #ifdef BUS_ADRERR
246 DEFINE_ENTRY(BUS_ADRERR)
  /prebuilts/go/darwin-x86/src/runtime/
defs_dragonfly.go 92 BUS_ADRERR = C.BUS_ADRERR
defs_openbsd.go 89 BUS_ADRERR = C.BUS_ADRERR
defs_arm_linux.go 106 BUS_ADRERR = C.BUS_ADRERR & 0xFFFF
defs_freebsd.go 113 BUS_ADRERR = C.BUS_ADRERR
defs_linux.go 97 BUS_ADRERR = C.BUS_ADRERR
defs_netbsd.go 93 BUS_ADRERR = C.BUS_ADRERR
defs_solaris.go 101 BUS_ADRERR = C.BUS_ADRERR
defs2_linux.go 109 BUS_ADRERR = C.BUS_ADRERR
defs_darwin.go 127 BUS_ADRERR = C.BUS_ADRERR
  /prebuilts/go/linux-x86/src/runtime/
defs_dragonfly.go 92 BUS_ADRERR = C.BUS_ADRERR
defs_openbsd.go 89 BUS_ADRERR = C.BUS_ADRERR
defs_arm_linux.go 106 BUS_ADRERR = C.BUS_ADRERR & 0xFFFF
defs_freebsd.go 113 BUS_ADRERR = C.BUS_ADRERR
defs_linux.go 97 BUS_ADRERR = C.BUS_ADRERR
defs_netbsd.go 93 BUS_ADRERR = C.BUS_ADRERR
defs_solaris.go 101 BUS_ADRERR = C.BUS_ADRERR
defs2_linux.go 109 BUS_ADRERR = C.BUS_ADRERR
defs_darwin.go 127 BUS_ADRERR = C.BUS_ADRERR
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 164 #define BUS_ADRERR 2
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 211 #define BUS_ADRERR 2 /* non-existent physical address */

Completed in 418 milliseconds

1 2