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

1 2 3 4

  /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.11-4.8/sysroot/usr/include/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/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 192 #ifdef BUS_ADRERR
193 DEFINE_ENTRY(BUS_ADRERR)
244 #ifdef BUS_ADRERR
245 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 99 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 99 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
  /development/ndk/platforms/android-21/include/asm-generic/
siginfo.h 196 #define BUS_ADRERR (__SI_FAULT|2)
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 158 #define BUS_ADRERR (__SI_FAULT|2)

Completed in 626 milliseconds

1 2 3 4