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

  /external/strace/tests/
set_ptracer_any.c 14 #if defined HAVE_PRCTL && defined PR_SET_PTRACER && defined PR_SET_PTRACER_ANY
17 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
prctl.h 122 # define PR_SET_PTRACER_ANY ((unsigned long)-1)
  /bionic/libc/kernel/uapi/linux/
prctl.h 136 #define PR_SET_PTRACER_ANY ((unsigned long) - 1)
  /development/ndk/platforms/android-21/include/linux/
prctl.h 112 #define PR_SET_PTRACER_ANY ((unsigned long)-1)
  /external/kernel-headers/original/uapi/linux/
prctl.h 155 # define PR_SET_PTRACER_ANY ((unsigned long)-1)
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
prctl.h 112 #define PR_SET_PTRACER_ANY ((unsigned long)-1)
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
prctl.h 112 #define PR_SET_PTRACER_ANY ((unsigned long)-1)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
prctl.h 112 #define PR_SET_PTRACER_ANY ((unsigned long)-1)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
prctl.h 112 #define PR_SET_PTRACER_ANY ((unsigned long)-1)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
prctl.h 112 #define PR_SET_PTRACER_ANY ((unsigned long)-1)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
prctl.h 112 #define PR_SET_PTRACER_ANY ((unsigned long)-1)
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 192 #ifdef PR_SET_PTRACER_ANY
193 ret = VG_(prctl) (PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0);
194 dlog(1, "set_ptracer to PR_SET_PTRACER_ANY result %d\n", ret);
    [all...]
  /external/strace/
strace.c 1238 #if defined HAVE_PRCTL && defined PR_SET_PTRACER && defined PR_SET_PTRACER_ANY
1240 prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY);
    [all...]

Completed in 804 milliseconds