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

1 2 3 4 5

  /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/go/darwin-x86/src/runtime/
defs_arm_linux.go 106 BUS_ADRERR = C.BUS_ADRERR & 0xFFFF
defs_dragonfly.go 92 BUS_ADRERR = C.BUS_ADRERR
defs_linux.go 97 BUS_ADRERR = C.BUS_ADRERR
defs_netbsd.go 93 BUS_ADRERR = C.BUS_ADRERR
defs_openbsd.go 89 BUS_ADRERR = C.BUS_ADRERR
defs2_linux.go 109 BUS_ADRERR = C.BUS_ADRERR
defs_freebsd.go 102 BUS_ADRERR = C.BUS_ADRERR
defs_solaris.go 101 BUS_ADRERR = C.BUS_ADRERR
  /prebuilts/go/linux-x86/src/runtime/
defs_arm_linux.go 106 BUS_ADRERR = C.BUS_ADRERR & 0xFFFF
defs_dragonfly.go 92 BUS_ADRERR = C.BUS_ADRERR
defs_linux.go 97 BUS_ADRERR = C.BUS_ADRERR
defs_netbsd.go 93 BUS_ADRERR = C.BUS_ADRERR
defs_openbsd.go 89 BUS_ADRERR = C.BUS_ADRERR
defs2_linux.go 109 BUS_ADRERR = C.BUS_ADRERR
defs_freebsd.go 102 BUS_ADRERR = C.BUS_ADRERR
defs_solaris.go 101 BUS_ADRERR = C.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
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 173 #define BUS_ADRERR (__SI_FAULT | 2)
  /development/ndk/platforms/android-21/include/asm-generic/
siginfo.h 196 #define BUS_ADRERR (__SI_FAULT|2)
  /development/ndk/platforms/android-9/include/asm-generic/
siginfo.h 158 #define BUS_ADRERR (__SI_FAULT|2)
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 222 #define BUS_ADRERR (__SI_FAULT|2) /* non-existent physical address */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
siginfo.h 183 #define BUS_ADRERR (__SI_FAULT|2) /* non-existant physical address */

Completed in 116 milliseconds

1 2 3 4 5