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

1 2

  /external/strace/tests/
set_ptracer_any.c 46 # ifndef PR_SET_PTRACER_ANY
47 # define PR_SET_PTRACER_ANY -1UL
49 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0);
  /external/strace/tests-m32/
set_ptracer_any.c 46 # ifndef PR_SET_PTRACER_ANY
47 # define PR_SET_PTRACER_ANY -1UL
49 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0);
  /external/strace/tests-mx32/
set_ptracer_any.c 46 # ifndef PR_SET_PTRACER_ANY
47 # define PR_SET_PTRACER_ANY -1UL
49 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0);
  /external/elfutils/tests/
deleted.c 50 #ifdef PR_SET_PTRACER_ANY
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 122 # define PR_SET_PTRACER_ANY ((unsigned long)-1)
  /external/libcap/libcap/include/uapi/linux/
prctl.h 128 # define PR_SET_PTRACER_ANY ((unsigned long)-1)
  /bionic/libc/kernel/uapi/linux/
prctl.h 113 #define PR_SET_PTRACER_ANY ((unsigned long) - 1)
  /external/kernel-headers/original/uapi/linux/
prctl.h 156 # define PR_SET_PTRACER_ANY ((unsigned long)-1)
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 71 if (prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0) == -1) {
75 PLOG(ERROR) << "prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) failed for pid " << getpid();
  /system/core/debuggerd/handler/
debuggerd_handler.cpp 505 if (prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) != 0) {
507 // This kernel does not support PR_SET_PTRACER_ANY, or Yama is not enabled.
  /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...]
  /bionic/tests/
sys_ptrace_test.cpp 404 if (prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0) == -1) {
408 err(1, "prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) failed for pid %d", getpid());
  /external/strace/
strace.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
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...]
  /prebuilts/go/linux-x86/src/syscall/
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...]
  /art/runtime/
runtime.cc 741 CHECK_EQ(prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY), 0);
    [all...]

Completed in 832 milliseconds

1 2