HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_GETSIGINFO (Results 26 - 37 of 37) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
ptrace.h 33 #define PTRACE_GETSIGINFO 0x4202
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
ptrace.h 33 #define PTRACE_GETSIGINFO 0x4202
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
ptrace.h 33 #define PTRACE_GETSIGINFO 0x4202
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ptrace.h 124 PTRACE_GETSIGINFO = 0x4202,
125 #define PT_GETSIGINFO PTRACE_GETSIGINFO
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ptrace.h 124 PTRACE_GETSIGINFO = 0x4202,
125 #define PT_GETSIGINFO PTRACE_GETSIGINFO
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ptrace.h 124 PTRACE_GETSIGINFO = 0x4202,
125 #define PT_GETSIGINFO PTRACE_GETSIGINFO
  /system/core/debuggerd/
utility.c 85 while (TEMP_FAILURE_RETRY(ptrace(PTRACE_GETSIGINFO, tid, 0, &si)) < 0 && errno == ESRCH) {
tombstone.c 139 if(ptrace(PTRACE_GETSIGINFO, tid, 0, &si)){
318 if (ptrace(PTRACE_GETSIGINFO, tid, 0, &si)) {
  /external/kernel-headers/original/linux/
ptrace.h 27 #define PTRACE_GETSIGINFO 0x4202
  /external/strace/
process.c     [all...]
defs.h 319 # define PTRACE_GETSIGINFO 0x4202
strace.c     [all...]

Completed in 715 milliseconds

12