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

1 2 3 4 5

  /external/valgrind/none/tests/
bug234814.c 8 const char kSigbus[] = "I caught the SIGBUS signal!\n";
23 if (sigaction(SIGBUS, &sa, NULL) == -1) {
27 kill(getpid(), SIGBUS);
  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 17 SIGBUS = 7 # Bus error
  /external/libmojo/third_party/catapult/devil/devil/android/
device_signal.py 17 SIGBUS = 7 # Bus error
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 40 #define SIGBUS 10 /* bus error */
  /toolchain/binutils/binutils-2.27/bfd/
cisco-core.c 35 #ifndef SIGBUS
36 # define SIGBUS 10
185 case 2 : abfd->tdata.cisco_core_data->sig = SIGBUS; break;
187 case 3 : abfd->tdata.cisco_core_data->sig = SIGBUS; break;
206 this cannot be triggered by software. Call it a SIGBUS. */
207 case 13: abfd->tdata.cisco_core_data->sig = SIGBUS; break;
  /external/syslinux/gpxe/src/arch/i386/core/
gdbidt.S 109 #define SIGBUS 7
133 movl $SIGBUS, (%esp)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 40 #define SIGBUS 7 /* BUS error (4.2 BSD). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 40 #define SIGBUS 7 /* BUS error (4.2 BSD). */
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 32 #define SIGBUS 7
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 32 #define SIGBUS 7
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 39 #define SIGBUS 10
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 36 #define SIGBUS 7
  /external/kernel-headers/original/uapi/asm-arm/asm/
signal.h 25 #define SIGBUS 7
  /external/kernel-headers/original/uapi/asm-generic/
signal.h 18 #define SIGBUS 7
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 35 #define SIGBUS 10 /* BUS error (4.2 BSD). */
  /external/kernel-headers/original/uapi/asm-x86/asm/
signal.h 30 #define SIGBUS 7
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal.h 17 #define SIGBUS 7
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
signal.h 26 #define SIGBUS 7
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
signal.h 26 #define SIGBUS 7
  /prebuilts/go/darwin-x86/src/runtime/
defs_arm_linux.go 71 SIGBUS = C.SIGBUS
defs_dragonfly.go 59 SIGBUS = C.SIGBUS
defs_linux.go 62 SIGBUS = C.SIGBUS
defs_netbsd.go 60 SIGBUS = C.SIGBUS
defs_openbsd.go 56 SIGBUS = C.SIGBUS
  /prebuilts/go/linux-x86/src/runtime/
defs_arm_linux.go 71 SIGBUS = C.SIGBUS

Completed in 383 milliseconds

1 2 3 4 5