HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_GETEVENTMSG (Results 101 - 125 of 137) sorted by null

1 2 3 45 6

  /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 36 #define PTRACE_GETEVENTMSG 0x4201
  /external/kernel-headers/original/uapi/linux/
ptrace.h 28 #define PTRACE_GETEVENTMSG 0x4201
  /external/strace/
process.c 212 case PTRACE_GETEVENTMSG:
238 case PTRACE_GETEVENTMSG:
strace.c     [all...]
  /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/strace/tests/
ptrace.c 249 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data);
250 printf("ptrace(PTRACE_GETEVENTMSG, %u, %#lx, %#lx) = %s\n",
  /external/strace/tests-m32/
ptrace.c 249 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data);
250 printf("ptrace(PTRACE_GETEVENTMSG, %u, %#lx, %#lx) = %s\n",
  /external/strace/tests-mx32/
ptrace.c 249 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data);
250 printf("ptrace(PTRACE_GETEVENTMSG, %u, %#lx, %#lx) = %s\n",
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 1142 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg);
    [all...]
  /external/seccomp-tests/linux/
seccomp_bpf.c 1136 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &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 376 int ptrace_geteventmsg = PTRACE_GETEVENTMSG; member in namespace:__sanitizer
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux.go 735 err = ptrace(PTRACE_GETEVENTMSG, pid, 0, uintptr(unsafe.Pointer(&data)))
zerrors_linux_386.go 758 PTRACE_GETEVENTMSG = 0x4201
    [all...]
zerrors_linux_amd64.go 759 PTRACE_GETEVENTMSG = 0x4201
    [all...]
zerrors_linux_arm.go 764 PTRACE_GETEVENTMSG = 0x4201
    [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux.go 735 err = ptrace(PTRACE_GETEVENTMSG, pid, 0, uintptr(unsafe.Pointer(&data)))
zerrors_linux_386.go 758 PTRACE_GETEVENTMSG = 0x4201
    [all...]
zerrors_linux_amd64.go 759 PTRACE_GETEVENTMSG = 0x4201
    [all...]

Completed in 1206 milliseconds

1 2 3 45 6