/external/strace/tests-m32/ |
D | set_ptracer_any.c | 43 # 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/ |
D | set_ptracer_any.c | 43 # 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/ |
D | set_ptracer_any.c | 43 # 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/ |
D | sleeper.c | 25 #ifndef PR_SET_PTRACER 26 # define PR_SET_PTRACER 0x59616d61 macro 44 if (prctl(PR_SET_PTRACER, pid, 0, 0, 0)) { in main()
|
D | thread-prctl.c | 23 #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/ |
D | prctl_options.h | 237 #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),
|
D | prctl_options.in | 34 PR_SET_PTRACER 0x59616d61
|
/external/wayland/tests/ |
D | test-runner.c | 41 #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/ |
D | linux_ptrace_dumper_unittest.cc | 61 #ifndef PR_SET_PTRACER 62 #define PR_SET_PTRACER 0x59616d61 macro 77 prctl(PR_SET_PTRACER, child_pid_); in SetUp()
|
/external/elfutils/tests/ |
D | deleted.c | 50 prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); in main()
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 127 #define PR_SET_PTRACER 0x59616d61 macro
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler.cc | 104 #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/ |
D | prctl.h | 155 #define PR_SET_PTRACER 0x59616d61 macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 422 #ifdef PR_SET_PTRACER in StopTheWorld() 423 internal_prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0); in StopTheWorld()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 953 #ifdef PR_SET_PTRACER 954 { "PR_SET_PTRACER", (unsigned long) PR_SET_PTRACER },
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | mov_ss_trap.c | 151 if (prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0) == 0) in main()
|
/external/strace/ |
D | prctl.c | 344 case PR_SET_PTRACER: in SYS_FUNC()
|
D | strace.c | 1379 #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/ |
D | seccomp_bpf_tests.c | 28 #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/ |
D | sys_386.const | 426 PR_SET_PTRACER = 1499557217
|
D | sys_amd64.const | 426 PR_SET_PTRACER = 1499557217
|
D | sys_arm.const | 426 PR_SET_PTRACER = 1499557217
|
D | sys_ppc64le.const | 426 PR_SET_PTRACER = 1499557217
|
D | sys_arm64.const | 426 PR_SET_PTRACER = 1499557217
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 42 #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()
|