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

1 2

  /external/strace/
ptrace.h 141 #ifndef PTRACE_GETSIGINFO
142 # define PTRACE_GETSIGINFO 0x4202
  /bionic/libc/kernel/uapi/linux/
ptrace.h 37 #define PTRACE_GETSIGINFO 0x4202
  /external/kernel-headers/original/uapi/linux/
ptrace.h 30 #define PTRACE_GETSIGINFO 0x4202
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ptrace.h 27 #define PTRACE_GETSIGINFO 0x4202
  /external/valgrind/coregrind/
vgdb-invoker-ptrace.c 67 // glibc versions prior to 2.5 do not define PTRACE_GETSIGINFO on
70 # ifndef PTRACE_GETSIGINFO
71 # define PTRACE_GETSIGINFO 0x4202
309 res = ptrace (PTRACE_GETSIGINFO, pid, NULL, newsiginfo);
311 ERROR(errno, "PTRACE_GETSIGINFO failed: signal lost !!!!\n");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ptrace.h 124 PTRACE_GETSIGINFO = 0x4202,
125 #define PT_GETSIGINFO PTRACE_GETSIGINFO
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ptrace.h 124 PTRACE_GETSIGINFO = 0x4202,
125 #define PT_GETSIGINFO PTRACE_GETSIGINFO
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 763 PTRACE_GETSIGINFO = 0x4202
    [all...]
zerrors_linux_amd64.go 764 PTRACE_GETSIGINFO = 0x4202
    [all...]
zerrors_linux_arm.go 769 PTRACE_GETSIGINFO = 0x4202
    [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 763 PTRACE_GETSIGINFO = 0x4202
    [all...]
zerrors_linux_amd64.go 764 PTRACE_GETSIGINFO = 0x4202
    [all...]
zerrors_linux_arm.go 769 PTRACE_GETSIGINFO = 0x4202
    [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]

Completed in 977 milliseconds

1 2