HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_GETEVENTMSG (Results 51 - 67 of 67) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
ptrace.h 40 #define PTRACE_GETEVENTMSG 0x4201
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
ptrace.h 40 #define PTRACE_GETEVENTMSG 0x4201
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
ptrace.h 40 #define PTRACE_GETEVENTMSG 0x4201
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
ptrace.h 40 #define PTRACE_GETEVENTMSG 0x4201
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
ptrace.h 40 #define PTRACE_GETEVENTMSG 0x4201
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
ptrace.h 40 #define PTRACE_GETEVENTMSG 0x4201
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
ptrace.h 40 #define PTRACE_GETEVENTMSG 0x4201
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ptrace.h 120 PTRACE_GETEVENTMSG = 0x4201,
121 #define PT_GETEVENTMSG PTRACE_GETEVENTMSG
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ptrace.h 120 PTRACE_GETEVENTMSG = 0x4201,
121 #define PT_GETEVENTMSG PTRACE_GETEVENTMSG
  /bionic/libc/kernel/uapi/linux/
ptrace.h 40 #define PTRACE_GETEVENTMSG 0x4201
  /external/kernel-headers/original/uapi/linux/
ptrace.h 28 #define PTRACE_GETEVENTMSG 0x4201
  /external/strace/xlat/
ptrace_cmds.h 77 #if defined(PTRACE_GETEVENTMSG) || (defined(HAVE_DECL_PTRACE_GETEVENTMSG) && HAVE_DECL_PTRACE_GETEVENTMSG)
78 XLAT(PTRACE_GETEVENTMSG),
  /external/ltrace/sysdeps/linux-gnu/
events.c 288 ptrace(PTRACE_GETEVENTMSG, pid, NULL, &data);
  /cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c 999 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg);
1157 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg);
1174 TH_LOG("Unknown PTRACE_GETEVENTMSG: 0x%lx", msg);
    [all...]
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 805 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 371 int ptrace_geteventmsg = PTRACE_GETEVENTMSG; member in namespace:__sanitizer
    [all...]
  /external/strace/
strace.c     [all...]

Completed in 472 milliseconds

1 23