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

1 2

  /bionic/libc/include/sys/
ptrace.h 57 #define PT_SETOPTIONS PTRACE_SETOPTIONS
  /external/strace/
ptrace.h 135 #ifndef PTRACE_SETOPTIONS
136 # define PTRACE_SETOPTIONS 0x4200
process.c 192 case PTRACE_SETOPTIONS:
strace.c 85 unsigned int ptrace_setoptions = PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC variable
342 r = ptrace(PTRACE_SEIZE, pid, 0L, (unsigned long) ptrace_setoptions);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ptrace.h 25 #define PTRACE_SETOPTIONS 0x4200
57 /* options set using PTRACE_SETOPTIONS */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ptrace.h 116 PTRACE_SETOPTIONS = 0x4200,
117 #define PT_SETOPTIONS PTRACE_SETOPTIONS
159 /* Options set using PTRACE_SETOPTIONS. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ptrace.h 116 PTRACE_SETOPTIONS = 0x4200,
117 #define PT_SETOPTIONS PTRACE_SETOPTIONS
159 /* Options set using PTRACE_SETOPTIONS. */
  /bionic/libc/kernel/uapi/linux/
ptrace.h 35 #define PTRACE_SETOPTIONS 0x4200
  /external/kernel-headers/original/uapi/linux/
ptrace.h 28 #define PTRACE_SETOPTIONS 0x4200
84 /* Options set using PTRACE_SETOPTIONS or using PTRACE_SEIZE @data param */
  /external/strace/xlat/
ptrace_cmds.h 74 #if defined(PTRACE_SETOPTIONS) || (defined(HAVE_DECL_PTRACE_SETOPTIONS) && HAVE_DECL_PTRACE_SETOPTIONS)
75 XLAT(PTRACE_SETOPTIONS),
  /system/extras/runconuid/
runconuid.cpp 211 ptrace(PTRACE_SETOPTIONS, child, 0, PTRACE_O_TRACESYSGOOD);
  /external/ltp/testcases/kernel/controllers/freezer/
vfork.c 351 if (ptrace(PTRACE_SETOPTIONS, child, NULL,
354 "ptrace(PTRACE_SETOPTIONS) "
  /external/strace/tests/
ptrace.c 414 do_ptrace(PTRACE_SETOPTIONS,
416 printf("ptrace(PTRACE_SETOPTIONS, %u, NULL"
  /external/strace/tests-m32/
ptrace.c 414 do_ptrace(PTRACE_SETOPTIONS,
416 printf("ptrace(PTRACE_SETOPTIONS, %u, NULL"
  /external/strace/tests-mx32/
ptrace.c 414 do_ptrace(PTRACE_SETOPTIONS,
416 printf("ptrace(PTRACE_SETOPTIONS, %u, NULL"
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c     [all...]
  /external/seccomp-tests/linux/
seccomp_bpf.c 1045 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, PTRACE_O_TRACESECCOMP);
    [all...]
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 781 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, PTRACE_O_TRACESECCOMP);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux.go 741 return ptrace(PTRACE_SETOPTIONS, pid, 0, uintptr(options))
zerrors_linux_386.go 783 PTRACE_SETOPTIONS = 0x4200
    [all...]
zerrors_linux_amd64.go 784 PTRACE_SETOPTIONS = 0x4200
    [all...]
zerrors_linux_arm.go 792 PTRACE_SETOPTIONS = 0x4200
    [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]

Completed in 1321 milliseconds

1 2