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

1 2 3

  /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/libchrome/sandbox/linux/services/
yama.cc 24 #if !defined(PR_SET_PTRACER)
25 #define PR_SET_PTRACER 0x59616d61
42 const int ret = prctl(PR_SET_PTRACER, set_ptracer_arg);
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 50 #ifndef PR_SET_PTRACER
51 #define PR_SET_PTRACER 0x59616d61
150 // Will need to add seccomp compositing in the future. PR_SET_PTRACER is
156 , PR_SET_VMA, PR_SET_PTRACER
  /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),
  /development/ndk/platforms/android-21/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /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
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61

Completed in 871 milliseconds

1 2 3