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

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
ptrace.h 38 #define PTRACE_O_TRACEVFORK 0x00000004
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
ptrace.h 38 #define PTRACE_O_TRACEVFORK 0x00000004
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
ptrace.h 38 #define PTRACE_O_TRACEVFORK 0x00000004
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ptrace.h 137 PTRACE_O_TRACEVFORK = 0x00000004,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ptrace.h 137 PTRACE_O_TRACEVFORK = 0x00000004,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ptrace.h 137 PTRACE_O_TRACEVFORK = 0x00000004,
  /external/kernel-headers/original/linux/
ptrace.h 33 #define PTRACE_O_TRACEVFORK 0x00000004
  /external/strace/
defs.h 325 # define PTRACE_O_TRACEVFORK 0x00000004
process.c 927 & (PTRACE_O_TRACECLONE | PTRACE_O_TRACEFORK | PTRACE_O_TRACEVFORK))
928 == (PTRACE_O_TRACECLONE | PTRACE_O_TRACEFORK | PTRACE_O_TRACEVFORK))
    [all...]
strace.c 705 PTRACE_O_TRACEVFORK;
    [all...]

Completed in 866 milliseconds

12