Home
last modified time | relevance | path

Searched refs:PR_SET_PTRACER (Results 1 – 25 of 41) sorted by relevance

12

/external/strace/tests-m32/
Dset_ptracer_any.c43 # ifndef PR_SET_PTRACER in main()
44 # define PR_SET_PTRACER 0x59616d61 in main() macro
49 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); in main()
/external/strace/tests/
Dset_ptracer_any.c43 # ifndef PR_SET_PTRACER in main()
44 # define PR_SET_PTRACER 0x59616d61 in main() macro
49 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); in main()
/external/strace/tests-mx32/
Dset_ptracer_any.c43 # ifndef PR_SET_PTRACER in main()
44 # define PR_SET_PTRACER 0x59616d61 in main() macro
49 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); in main()
/external/autotest/client/site_tests/security_ptraceRestrictions/src/
Dsleeper.c25 #ifndef PR_SET_PTRACER
26 # define PR_SET_PTRACER 0x59616d61 macro
44 if (prctl(PR_SET_PTRACER, pid, 0, 0, 0)) { in main()
Dthread-prctl.c23 #ifndef PR_SET_PTRACER
24 # define PR_SET_PTRACER 0x59616d61 macro
55 ret = prctl (PR_SET_PTRACER, tracer, 0, 0, 0); in thr_fn()
141 ret = prctl (PR_SET_PTRACER, tracer, 0, 0, 0); in tracee_main()
/external/strace/xlat/
Dprctl_options.h237 #if defined(PR_SET_PTRACER) || (defined(HAVE_DECL_PR_SET_PTRACER) && HAVE_DECL_PR_SET_PTRACER)
239 static_assert((PR_SET_PTRACER) == (0x59616d61), "PR_SET_PTRACER != 0x59616d61");
242 # define PR_SET_PTRACER 0x59616d61
407 XLAT(PR_SET_PTRACER),
Dprctl_options.in34 PR_SET_PTRACER 0x59616d61
/external/wayland/tests/
Dtest-runner.c41 #ifndef PR_SET_PTRACER
42 # define PR_SET_PTRACER 0x59616d61 macro
322 rc = prctl(PR_SET_PTRACER, pid); in is_debugger_attached()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper_unittest.cc61 #ifndef PR_SET_PTRACER
62 #define PR_SET_PTRACER 0x59616d61 macro
77 prctl(PR_SET_PTRACER, child_pid_); in SetUp()
/external/elfutils/tests/
Ddeleted.c50 prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); in main()
/external/libcap/libcap/include/uapi/linux/
Dprctl.h127 #define PR_SET_PTRACER 0x59616d61 macro
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc104 #ifndef PR_SET_PTRACER
105 #define PR_SET_PTRACER 0x59616d61 macro
517 sys_prctl(PR_SET_PTRACER, child, 0, 0, 0); in GenerateDump()
/external/kernel-headers/original/uapi/linux/
Dprctl.h155 #define PR_SET_PTRACER 0x59616d61 macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc422 #ifdef PR_SET_PTRACER in StopTheWorld()
423 internal_prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0); in StopTheWorld()
/external/minijail/linux-x86/
Dlibconstants.gen.c953 #ifdef PR_SET_PTRACER
954 { "PR_SET_PTRACER", (unsigned long) PR_SET_PTRACER },
/external/linux-kselftest/tools/testing/selftests/x86/
Dmov_ss_trap.c151 if (prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0) == 0) in main()
/external/strace/
Dprctl.c344 case PR_SET_PTRACER: in SYS_FUNC()
Dstrace.c1379 #if defined HAVE_PRCTL && defined PR_SET_PTRACER && defined PR_SET_PTRACER_ANY in startup_child()
1381 prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY); in startup_child()
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c28 #ifndef PR_SET_PTRACER
29 # define PR_SET_PTRACER 0x59616d61 macro
860 prctl(PR_SET_PTRACER, self->tracer, 0, 0, 0); in FIXTURE_SETUP()
/external/syzkaller/sys/linux/
Dsys_386.const426 PR_SET_PTRACER = 1499557217
Dsys_amd64.const426 PR_SET_PTRACER = 1499557217
Dsys_arm.const426 PR_SET_PTRACER = 1499557217
Dsys_ppc64le.const426 PR_SET_PTRACER = 1499557217
Dsys_arm64.const426 PR_SET_PTRACER = 1499557217
/external/seccomp-tests/linux/
Dseccomp_bpf.c42 #ifndef PR_SET_PTRACER
43 # define PR_SET_PTRACER 0x59616d61 macro
1102 prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0); in setup_trace_fixture()

12