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

1 23

  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
ptrace.h 22 #define PTRACE_TRACEME 0
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
ptrace.h 22 #define PTRACE_TRACEME 0
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
ptrace.h 22 #define PTRACE_TRACEME 0
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
ptrace.h 22 #define PTRACE_TRACEME 0
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
ptrace.h 22 #define PTRACE_TRACEME 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ptrace.h 33 PTRACE_TRACEME = 0,
34 #define PT_TRACE_ME PTRACE_TRACEME
185 For all requests except PTRACE_TRACEME, PID specifies the process to be
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ptrace.h 33 PTRACE_TRACEME = 0,
34 #define PT_TRACE_ME PTRACE_TRACEME
185 For all requests except PTRACE_TRACEME, PID specifies the process to be
  /external/elfutils/tests/
backtrace-child.c 19 --ptraceme will call ptrace (PTRACE_TRACEME) in the two threads.
156 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL);
228 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL);
backtrace-dwarf.c 145 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL);
backtrace-data.c 279 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL);
  /external/libchrome/sandbox/linux/seccomp-bpf/
bpf_tests_unittest.cc 121 int ret = ptrace(PTRACE_TRACEME, -1, NULL, NULL);
137 int ret = ptrace(PTRACE_TRACEME, -1, NULL, NULL);
  /bionic/libc/kernel/uapi/linux/
ptrace.h 22 #define PTRACE_TRACEME 0
  /external/kernel-headers/original/uapi/linux/
ptrace.h 10 #define PTRACE_TRACEME 0
  /external/valgrind/memcheck/tests/linux/
getregset.c 38 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) == -1)
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
ptrace.cc 26 ptrace(PTRACE_TRACEME, 0, NULL, NULL);
  /external/strace/xlat/
ptrace_cmds.h 11 #if defined(PTRACE_TRACEME) || (defined(HAVE_DECL_PTRACE_TRACEME) && HAVE_DECL_PTRACE_TRACEME)
12 XLAT(PTRACE_TRACEME),
  /external/compiler-rt/test/asan/TestCases/Linux/
ptrace.cc 69 ptrace(PTRACE_TRACEME, 0, NULL, NULL);
  /external/libunwind/tests/
test-ptrace.c 220 ptrace (PTRACE_TRACEME, 0, 0, 0);
  /external/ltrace/sysdeps/linux-gnu/
trace.c 82 if (ptrace(PTRACE_TRACEME, 0, 0, 0) < 0) {
83 perror("PTRACE_TRACEME");
    [all...]
  /external/strace/
strace.c 1132 if (ptrace(PTRACE_TRACEME, 0L, 0L, 0L) < 0) {
1133 perror_msg_and_die("ptrace(PTRACE_TRACEME, ...)");
    [all...]
  /cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c     [all...]

Completed in 456 milliseconds

1 23