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

12

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
ptrace.h 15 #define PTRACE_TRACEME 0
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
ptrace.h 15 #define PTRACE_TRACEME 0
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
ptrace.h 15 #define PTRACE_TRACEME 0
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
ptrace.h 15 #define PTRACE_TRACEME 0
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
ptrace.h 15 #define PTRACE_TRACEME 0
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
ptrace.h 15 #define PTRACE_TRACEME 0
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
ptrace.h 15 #define PTRACE_TRACEME 0
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
ptrace.h 15 #define PTRACE_TRACEME 0
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
ptrace.h 15 #define PTRACE_TRACEME 0
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
ptrace.h 15 #define PTRACE_TRACEME 0
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
ptrace.h 15 #define PTRACE_TRACEME 0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ptrace.h 33 PTRACE_TRACEME = 0,
34 #define PT_TRACE_ME PTRACE_TRACEME
157 For all requests except PTRACE_TRACEME, PID specifies the process to be
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ptrace.h 33 PTRACE_TRACEME = 0,
34 #define PT_TRACE_ME PTRACE_TRACEME
157 For all requests except PTRACE_TRACEME, PID specifies the process to be
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ptrace.h 33 PTRACE_TRACEME = 0,
34 #define PT_TRACE_ME PTRACE_TRACEME
157 For all requests except PTRACE_TRACEME, PID specifies the process to be
  /system/extras/tests/bionic/libc/common/
test_clone.c 46 ptrace (PTRACE_TRACEME, 0, 0, 0);
  /external/kernel-headers/original/linux/
ptrace.h 8 #define PTRACE_TRACEME 0
86 extern int ptrace_traceme(void);
  /external/strace/
strace.c 602 if (ptrace(PTRACE_TRACEME, 0, (char *) 1, 0) < 0) {
603 perror("strace: ptrace(PTRACE_TRACEME, ...)");
707 if (ptrace(PTRACE_TRACEME, 0, (char *)1, 0) < 0)
    [all...]
process.c     [all...]

Completed in 675 milliseconds

12