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

1 2 3 4

  /external/strace/xlat/
sigbus_codes.h 2 #if !(defined(BUS_ADRALN) || (defined(HAVE_DECL_BUS_ADRALN) && HAVE_DECL_BUS_ADRALN))
3 # define BUS_ADRALN 1
28 XLAT(BUS_ADRALN),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
siginfo.h 206 BUS_ADRALN = 1, /* Invalid address alignment. */
207 # define BUS_ADRALN BUS_ADRALN
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 206 BUS_ADRALN = 1, /* Invalid address alignment. */
207 # define BUS_ADRALN BUS_ADRALN
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 206 BUS_ADRALN = 1, /* Invalid address alignment. */
207 # define BUS_ADRALN BUS_ADRALN
  /external/e2fsprogs/e2fsck/
sigcatcher.c 189 #ifdef BUS_ADRALN
190 DEFINE_ENTRY(BUS_ADRALN)
241 #ifdef BUS_ADRALN
242 DEFINE_ENTRY(BUS_ADRALN)
  /prebuilts/go/darwin-x86/src/runtime/
defs_dragonfly.go 91 BUS_ADRALN = C.BUS_ADRALN
defs_openbsd.go 88 BUS_ADRALN = C.BUS_ADRALN
defs_arm_linux.go 105 BUS_ADRALN = C.BUS_ADRALN & 0xFFFF
defs_freebsd.go 98 BUS_ADRALN = C.BUS_ADRALN
defs_linux.go 96 BUS_ADRALN = C.BUS_ADRALN
defs_netbsd.go 92 BUS_ADRALN = C.BUS_ADRALN
defs_solaris.go 100 BUS_ADRALN = C.BUS_ADRALN
defs2_linux.go 108 BUS_ADRALN = C.BUS_ADRALN
defs_darwin.go 126 BUS_ADRALN = C.BUS_ADRALN
  /prebuilts/go/linux-x86/src/runtime/
defs_dragonfly.go 91 BUS_ADRALN = C.BUS_ADRALN
defs_openbsd.go 88 BUS_ADRALN = C.BUS_ADRALN
defs_arm_linux.go 105 BUS_ADRALN = C.BUS_ADRALN & 0xFFFF
defs_freebsd.go 98 BUS_ADRALN = C.BUS_ADRALN
defs_linux.go 96 BUS_ADRALN = C.BUS_ADRALN
defs_netbsd.go 92 BUS_ADRALN = C.BUS_ADRALN
defs_solaris.go 100 BUS_ADRALN = C.BUS_ADRALN
defs2_linux.go 108 BUS_ADRALN = C.BUS_ADRALN
defs_darwin.go 126 BUS_ADRALN = C.BUS_ADRALN
  /development/ndk/platforms/android-21/include/asm-generic/
siginfo.h 195 #define BUS_ADRALN (__SI_FAULT|1)
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 157 #define BUS_ADRALN (__SI_FAULT|1)

Completed in 49 milliseconds

1 2 3 4