HomeSort by relevance Sort by last modified time
    Searched defs:PR_SET_PTRACER (Results 1 - 25 of 38) sorted by null

1 2

  /external/strace/tests/
set_ptracer_any.c 43 # ifndef PR_SET_PTRACER
44 # define PR_SET_PTRACER 0x59616d61
49 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0);
  /external/strace/tests-m32/
set_ptracer_any.c 43 # ifndef PR_SET_PTRACER
44 # define PR_SET_PTRACER 0x59616d61
49 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0);
  /external/strace/tests-mx32/
set_ptracer_any.c 43 # ifndef PR_SET_PTRACER
44 # define PR_SET_PTRACER 0x59616d61
49 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0);
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
sleeper.c 25 #ifndef PR_SET_PTRACER
26 # define PR_SET_PTRACER 0x59616d61
44 if (prctl(PR_SET_PTRACER, pid, 0, 0, 0)) {
thread-prctl.c 23 #ifndef PR_SET_PTRACER
24 # define PR_SET_PTRACER 0x59616d61
55 ret = prctl (PR_SET_PTRACER, tracer, 0, 0, 0);
138 /* Handle setting PR_SET_PTRACER. */
141 ret = prctl (PR_SET_PTRACER, tracer, 0, 0, 0);
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 61 #ifndef PR_SET_PTRACER
62 #define PR_SET_PTRACER 0x59616d61
77 prctl(PR_SET_PTRACER, child_pid_);
  /external/strace/xlat/
prctl_options.h 101 #if !(defined(PR_SET_PTRACER) || (defined(HAVE_DECL_PR_SET_PTRACER) && HAVE_DECL_PR_SET_PTRACER))
102 # define PR_SET_PTRACER 0x59616d61
185 XLAT(PR_SET_PTRACER),
  /external/wayland/tests/
test-runner.c 41 #ifndef PR_SET_PTRACER
42 # define PR_SET_PTRACER 0x59616d61
322 rc = prctl(PR_SET_PTRACER, pid);
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 104 #ifndef PR_SET_PTRACER
105 #define PR_SET_PTRACER 0x59616d61
517 sys_prctl(PR_SET_PTRACER, child, 0, 0, 0);
  /external/libcap/libcap/include/uapi/linux/
prctl.h 127 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
prctl.h 121 #define PR_SET_PTRACER 0x59616d61
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 36 #ifndef PR_SET_PTRACER
37 # define PR_SET_PTRACER 0x59616d61
868 prctl(PR_SET_PTRACER, self->tracer, 0, 0, 0);
    [all...]
  /bionic/libc/kernel/uapi/linux/
prctl.h 112 #define PR_SET_PTRACER 0x59616d61
  /external/kernel-headers/original/uapi/linux/
prctl.h 155 #define PR_SET_PTRACER 0x59616d61
  /external/seccomp-tests/linux/
seccomp_bpf.c 42 #ifndef PR_SET_PTRACER
43 # define PR_SET_PTRACER 0x59616d61
1102 prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 52 #ifndef PR_SET_PTRACER
53 # define PR_SET_PTRACER 0x59616d61
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 734 PR_SET_PTRACER = 0x59616d61
    [all...]
zerrors_linux_amd64.go 734 PR_SET_PTRACER = 0x59616d61
    [all...]
zerrors_linux_arm.go 738 PR_SET_PTRACER = 0x59616d61
    [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...]
zerrors_linux_ppc64.go     [all...]

Completed in 688 milliseconds

1 2