Searched refs:PR_SET_DUMPABLE (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | prctl_options.h | 16 #if !(defined(PR_SET_DUMPABLE) || (defined(HAVE_DECL_PR_SET_DUMPABLE) && HAVE_DECL_PR_SET_DUMPABLE)) 17 # define PR_SET_DUMPABLE 4 macro 19 XLAT(PR_SET_DUMPABLE),
|
D | prctl_options.in | 4 PR_SET_DUMPABLE 4
|
/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 | 340 internal_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in StopTheWorldScope() 346 internal_prctl(PR_SET_DUMPABLE, 0, 0, 0, 0); in ~StopTheWorldScope()
|
/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/strace/ |
D | prctl.c | 64 case PR_SET_DUMPABLE: in prctl_enter()
|
D | ChangeLog-CVS | 488 PR_SET_DUMPABLE, PR_GET_DUMPABLE, PR_SET_KEEPCAPS, PR_GET_KEEPCAPS.
|
/external/openssh/ |
D | ssh-agent.c | 1172 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in main() 1174 prctl(PR_SET_DUMPABLE, 0); in main()
|
D | sftp-server.c | 1591 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in sftp_server_main() 1598 if (prctl(PR_SET_DUMPABLE, 0) != 0) in sftp_server_main()
|
D | ChangeLog | 2685 PR_SET_DUMPABLE, so adjust ifdef; reported by Tom Christensen
|
/external/dnsmasq/src/ |
D | dnsmasq.c | 458 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
|