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

  /external/strace/tests/
set_ptracer_any.c 14 #if defined HAVE_PRCTL && defined PR_SET_PTRACER && defined PR_SET_PTRACER_ANY
15 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY);
  /external/chromium_org/sandbox/linux/services/
yama.cc 23 #if !defined(PR_SET_PTRACER)
24 #define PR_SET_PTRACER 0x59616d61
41 const int ret = prctl(PR_SET_PTRACER, set_ptracer_arg);
  /bionic/libc/kernel/uapi/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /development/ndk/platforms/android-L/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /external/kernel-headers/original/uapi/linux/
prctl.h 127 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
prctl.h 111 #define PR_SET_PTRACER 0x59616d61
  /external/strace/xlat/
prctl_options.h 154 #if defined(PR_SET_PTRACER) || (defined(HAVE_DECL_PR_SET_PTRACER) && HAVE_DECL_PR_SET_PTRACER)
155 XLAT(PR_SET_PTRACER),
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 394 #ifdef PR_SET_PTRACER
395 internal_prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0);
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 170 #ifdef PR_SET_PTRACER
192 ret = VG_(prctl) (PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0);
195 ret = VG_(prctl) (PR_SET_PTRACER, 1, 0, 0, 0);
199 VG_(umsg)("error calling PR_SET_PTRACER, vgdb might block\n");
    [all...]
  /external/strace/
strace.c 1233 #if defined HAVE_PRCTL && defined PR_SET_PTRACER && defined PR_SET_PTRACER_ANY
1235 prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY);
    [all...]

Completed in 427 milliseconds