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

1 2 3 4 5

  /external/syslinux/com32/gdbstub/
int.S 3 #define SIGTRAP 5
56 movl $SIGTRAP, %eax
  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 15 SIGTRAP = 5 # Trap
  /external/libmojo/third_party/catapult/devil/devil/android/
device_signal.py 15 SIGTRAP = 5 # Trap
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 36 #define SIGTRAP 5 /* trace trap (not reset when caught) */
  /toolchain/binutils/binutils-2.27/bfd/
cisco-core.c 29 #ifndef SIGTRAP
30 # define SIGTRAP 5
199 case 9 : abfd->tdata.cisco_core_data->sig = SIGTRAP; break;
212 case 33: abfd->tdata.cisco_core_data->sig = SIGTRAP; break;
230 #define SIGEMT SIGTRAP
  /external/syslinux/gpxe/src/arch/i386/core/
gdbidt.S 108 #define SIGTRAP 5
120 pushl $SIGTRAP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 37 #define SIGTRAP 5 /* Trace trap (POSIX). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 37 #define SIGTRAP 5 /* Trace trap (POSIX). */
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 29 #define SIGTRAP 5
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 29 #define SIGTRAP 5
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 33 #define SIGTRAP 5
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 33 #define SIGTRAP 5
  /external/kernel-headers/original/uapi/asm-arm/asm/
signal.h 22 #define SIGTRAP 5
  /external/kernel-headers/original/uapi/asm-generic/
signal.h 15 #define SIGTRAP 5
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 29 #define SIGTRAP 5 /* Trace trap (POSIX). */
  /external/kernel-headers/original/uapi/asm-x86/asm/
signal.h 27 #define SIGTRAP 5
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal.h 14 #define SIGTRAP 5
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
signal.h 23 #define SIGTRAP 5
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
signal.h 23 #define SIGTRAP 5
  /prebuilts/go/darwin-x86/src/runtime/
defs_arm_linux.go 69 SIGTRAP = C.SIGTRAP
defs_dragonfly.go 54 SIGTRAP = C.SIGTRAP
defs_linux.go 60 SIGTRAP = C.SIGTRAP
defs_netbsd.go 55 SIGTRAP = C.SIGTRAP
defs_openbsd.go 51 SIGTRAP = C.SIGTRAP
  /prebuilts/go/linux-x86/src/runtime/
defs_arm_linux.go 69 SIGTRAP = C.SIGTRAP

Completed in 842 milliseconds

1 2 3 4 5