Home
last modified time | relevance | path

Searched refs:PR_SET_DUMPABLE (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Dprctl_options.h16 #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),
Dprctl_options.in4 PR_SET_DUMPABLE 4
/external/kernel-headers/original/uapi/linux/
Dprctl.h13 #define PR_SET_DUMPABLE 4 macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc340 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/
Dexception_handler.cc419 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/
Dprctl.c64 case PR_SET_DUMPABLE: in prctl_enter()
DChangeLog-CVS488 PR_SET_DUMPABLE, PR_GET_DUMPABLE, PR_SET_KEEPCAPS, PR_GET_KEEPCAPS.
/external/openssh/
Dssh-agent.c1172 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in main()
1174 prctl(PR_SET_DUMPABLE, 0); in main()
Dsftp-server.c1591 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in sftp_server_main()
1598 if (prctl(PR_SET_DUMPABLE, 0) != 0) in sftp_server_main()
DChangeLog2685 PR_SET_DUMPABLE, so adjust ifdef; reported by Tom Christensen
/external/dnsmasq/src/
Ddnsmasq.c458 prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in main()
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h609 #ifndef PR_SET_DUMPABLE
610 #define PR_SET_DUMPABLE 4 macro