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

  /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 49 #ifdef PR_SET_PTRACER_ANY
50 prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0);
  /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)
  /external/linux-kselftest/tools/testing/selftests/x86/
mov_ss_trap.c 151 if (prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0) == 0)
  /bionic/tests/
sys_ptrace_test.cpp 385 if (prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0) == -1) {
389 err(1, "prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) failed for pid %d", getpid());
  /external/strace/
strace.c     [all...]
  /art/runtime/
runtime.cc 818 CHECK_EQ(prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY), 0);
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
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...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 1898 milliseconds