/external/strace/tests/ |
D | prctl-dumpable.c | 35 #if defined __NR_prctl && defined PR_GET_DUMPABLE && defined PR_SET_DUMPABLE 68 prctl(PR_SET_DUMPABLE, 3); in main() 72 prctl(PR_SET_DUMPABLE, bogus_dumpable1); in main() 81 prctl(PR_SET_DUMPABLE, bogus_dumpable2); in main() 86 prctl(PR_SET_DUMPABLE, i); in main()
|
/external/strace/tests-m32/ |
D | prctl-dumpable.c | 35 #if defined __NR_prctl && defined PR_GET_DUMPABLE && defined PR_SET_DUMPABLE 68 prctl(PR_SET_DUMPABLE, 3); in main() 72 prctl(PR_SET_DUMPABLE, bogus_dumpable1); in main() 81 prctl(PR_SET_DUMPABLE, bogus_dumpable2); in main() 86 prctl(PR_SET_DUMPABLE, i); in main()
|
/external/strace/tests-mx32/ |
D | prctl-dumpable.c | 35 #if defined __NR_prctl && defined PR_GET_DUMPABLE && defined PR_SET_DUMPABLE 68 prctl(PR_SET_DUMPABLE, 3); in main() 72 prctl(PR_SET_DUMPABLE, bogus_dumpable1); in main() 81 prctl(PR_SET_DUMPABLE, bogus_dumpable2); in main() 86 prctl(PR_SET_DUMPABLE, i); in main()
|
/external/openssh/ |
D | platform-tracing.c | 36 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in platform_disable_tracing() 38 if (prctl(PR_SET_DUMPABLE, 0) != 0 && strict) in platform_disable_tracing()
|
D | ChangeLog | 3792 Move prctl PR_SET_DUMPABLE into platform.c.
|
/external/strace/xlat/ |
D | prctl_options.h | 11 #if !(defined(PR_SET_DUMPABLE) || (defined(HAVE_DECL_PR_SET_DUMPABLE) && HAVE_DECL_PR_SET_DUMPABLE)) 12 # define PR_SET_DUMPABLE 4 macro 155 XLAT(PR_SET_DUMPABLE),
|
D | prctl_options.in | 4 PR_SET_DUMPABLE 4
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 11 #define PR_SET_DUMPABLE 4 macro
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | die.cc | 41 Syscall::Call(__NR_prctl, PR_SET_DUMPABLE, (void*)0, (void*)0, (void*)0); in ExitGroup()
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 13 #define PR_SET_DUMPABLE 4 macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 344 internal_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in StopTheWorldScope() 350 internal_prctl(PR_SET_DUMPABLE, 0, 0, 0, 0); in ~StopTheWorldScope()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 887 #ifdef PR_SET_DUMPABLE 888 { "PR_SET_DUMPABLE", (unsigned long) PR_SET_DUMPABLE },
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler.cc | 419 sys_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in HandleSignal() 627 sys_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in WriteMinidump()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 154 .CASES((PR_GET_NAME, PR_SET_NAME, PR_GET_DUMPABLE, PR_SET_DUMPABLE in RestrictPrctl()
|
D | baseline_policy_unittest.cc | 292 const int prctl_ret = prctl(PR_SET_DUMPABLE, is_dumpable, 0, 0, 0, 0); in BPF_TEST_C()
|
/external/strace/ |
D | prctl.c | 201 case PR_SET_DUMPABLE: in SYS_FUNC()
|
D | ChangeLog-CVS | 488 PR_SET_DUMPABLE, PR_GET_DUMPABLE, PR_SET_KEEPCAPS, PR_GET_KEEPCAPS.
|
D | ChangeLog | 7629 and the second syscall argument of PR_SET_DUMPABLE operation
|
/external/libchrome/sandbox/linux/suid/ |
D | sandbox.c | 317 if (prctl(PR_SET_DUMPABLE, 0, 0, 0, 0)) { in DropRoot()
|
/external/dnsmasq/src/ |
D | dnsmasq.c | 433 prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in main()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 609 #ifndef PR_SET_DUMPABLE 610 #define PR_SET_DUMPABLE 4 macro
|