HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_EVENT_CLONE (Results 1 - 25 of 33) sorted by null

1 2

  /external/strace/xlat/
ptrace_events.h 17 #if defined(PTRACE_EVENT_CLONE) || (defined(HAVE_DECL_PTRACE_EVENT_CLONE) && HAVE_DECL_PTRACE_EVENT_CLONE)
18 XLAT(PTRACE_EVENT_CLONE),
  /external/strace/
ptrace.h 79 #ifndef PTRACE_EVENT_CLONE
80 # define PTRACE_EVENT_CLONE 3
114 # define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE)
strace.c     [all...]
  /bionic/libc/kernel/uapi/linux/
ptrace.h 56 #define PTRACE_EVENT_CLONE 3
65 #define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE)
  /external/kernel-headers/original/uapi/linux/
ptrace.h 76 #define PTRACE_EVENT_CLONE 3
88 #define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ptrace.h 72 #define PTRACE_EVENT_CLONE 3
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ptrace.h 177 PTRACE_EVENT_CLONE = 3,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ptrace.h 177 PTRACE_EVENT_CLONE = 3,
  /external/honggfuzz/
subproc.c 91 case PTRACE_EVENT_CLONE:
  /system/core/debuggerd/libdebuggerd/
utility.cpp 375 case PTRACE_EVENT_CLONE:
376 return "PTRACE_EVENT_CLONE";
  /system/core/debuggerd/
crash_dump.cpp 289 if (status >> 8 != (SIGTRAP | (PTRACE_EVENT_CLONE << 8))) {
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 752 PTRACE_EVENT_CLONE = 0x3
    [all...]
zerrors_linux_amd64.go 753 PTRACE_EVENT_CLONE = 0x3
    [all...]
zerrors_linux_arm.go 757 PTRACE_EVENT_CLONE = 0x3
    [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/
zerrors_linux_386.go 752 PTRACE_EVENT_CLONE = 0x3
    [all...]
zerrors_linux_amd64.go 753 PTRACE_EVENT_CLONE = 0x3
    [all...]
zerrors_linux_arm.go 757 PTRACE_EVENT_CLONE = 0x3
    [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]

Completed in 2302 milliseconds

1 2