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

1 2 3

  /external/strace/tests/
set_ptracer_any.c 41 #if defined HAVE_PRCTL && defined PR_SET_PTRACER && defined PR_SET_PTRACER_ANY
44 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY);
  /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/elfutils/tests/
deleted.c 51 prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0);
  /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/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
182 XLAT(PR_SET_PTRACER),
  /system/core/libmemunreachable/
PtracerThread.cpp 148 prctl(PR_SET_PTRACER, tracer_pid);
152 prctl(PR_SET_PTRACER, 0);
  /development/ndk/platforms/android-21/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /external/libcap/libcap/include/uapi/linux/
prctl.h 127 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61

Completed in 2057 milliseconds

1 2 3