/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/libchrome/sandbox/linux/services/ |
D | yama.cc | 24 #if !defined(PR_SET_PTRACER) 25 #define PR_SET_PTRACER 0x59616d61 macro 42 const int ret = prctl(PR_SET_PTRACER, set_ptracer_arg); in SetYamaPtracersRestriction()
|
/external/strace/tests-mx32/ |
D | set_ptracer_any.c | 39 #if defined HAVE_PRCTL && defined PR_SET_PTRACER && defined PR_SET_PTRACER_ANY in main() 42 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY); in main()
|
/external/strace/tests-m32/ |
D | set_ptracer_any.c | 39 #if defined HAVE_PRCTL && defined PR_SET_PTRACER && defined PR_SET_PTRACER_ANY in main() 42 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY); in main()
|
/external/strace/tests/ |
D | set_ptracer_any.c | 39 #if defined HAVE_PRCTL && defined PR_SET_PTRACER && defined PR_SET_PTRACER_ANY in main() 42 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY); in main()
|
/external/strace/xlat/ |
D | prctl_options.h | 101 #if !(defined(PR_SET_PTRACER) || (defined(HAVE_DECL_PR_SET_PTRACER) && HAVE_DECL_PR_SET_PTRACER)) 102 # define PR_SET_PTRACER 0x59616d61 macro 185 XLAT(PR_SET_PTRACER),
|
D | prctl_options.in | 34 PR_SET_PTRACER 0x59616d61
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 50 #ifndef PR_SET_PTRACER 51 #define PR_SET_PTRACER 0x59616d61 macro 156 , PR_SET_VMA, PR_SET_PTRACER in RestrictPrctl()
|
/external/elfutils/tests/ |
D | deleted.c | 51 prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); in main()
|
D | ChangeLog | 424 * deleted.c (main): Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY).
|
/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/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 127 #define PR_SET_PTRACER 0x59616d61 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 154 #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/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/valgrind/coregrind/m_gdbserver/ |
D | remote-utils.c | 171 #ifdef PR_SET_PTRACER in VG_() 193 ret = VG_(prctl) (PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); in VG_() 196 ret = VG_(prctl) (PR_SET_PTRACER, 1, 0, 0, 0); in VG_()
|
/external/strace/ |
D | prctl.c | 278 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()
|
D | ChangeLog | 4077 prctl: cast arg2 to int in PR_SET_PTRACER handler. 4081 * prctl.c (SYS_FUNC(prctl)) <PR_SET_PTRACER>: Cast arg2 to int before 10597 * tests/strace-ff.test: Wait for completion of PR_SET_PTRACER command. 26057 (startup_child) [HAVE_PRCTL && PR_SET_PTRACER && PR_SET_PTRACER_ANY]: 26062 * process.c (prctl_options): Add PR_SET_PTRACER.
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 36 #ifndef PR_SET_PTRACER 37 # define PR_SET_PTRACER 0x59616d61 macro 868 prctl(PR_SET_PTRACER, self->tracer, 0, 0, 0); in FIXTURE_SETUP()
|
/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()
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 42 #ifndef PR_SET_PTRACER 43 # define PR_SET_PTRACER 0x59616d61 macro 1108 prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0); in setup_trace_fixture()
|