Home
last modified time | relevance | path

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

/external/strace/tests/
Dprctl-dumpable.c35 #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/
Dprctl-dumpable.c35 #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/
Dprctl-dumpable.c35 #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/
Dplatform-tracing.c36 #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()
DChangeLog3792 Move prctl PR_SET_DUMPABLE into platform.c.
/external/strace/xlat/
Dprctl_options.h11 #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),
Dprctl_options.in4 PR_SET_DUMPABLE 4
/external/libcap/libcap/include/uapi/linux/
Dprctl.h11 #define PR_SET_DUMPABLE 4 macro
/external/libchrome/sandbox/linux/seccomp-bpf/
Ddie.cc41 Syscall::Call(__NR_prctl, PR_SET_DUMPABLE, (void*)0, (void*)0, (void*)0); in ExitGroup()
/external/kernel-headers/original/uapi/linux/
Dprctl.h13 #define PR_SET_DUMPABLE 4 macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc344 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/
Dlibconstants.gen.c887 #ifdef PR_SET_DUMPABLE
888 { "PR_SET_DUMPABLE", (unsigned long) PR_SET_DUMPABLE },
/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/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc154 .CASES((PR_GET_NAME, PR_SET_NAME, PR_GET_DUMPABLE, PR_SET_DUMPABLE in RestrictPrctl()
Dbaseline_policy_unittest.cc292 const int prctl_ret = prctl(PR_SET_DUMPABLE, is_dumpable, 0, 0, 0, 0); in BPF_TEST_C()
/external/strace/
Dprctl.c201 case PR_SET_DUMPABLE: in SYS_FUNC()
DChangeLog-CVS488 PR_SET_DUMPABLE, PR_GET_DUMPABLE, PR_SET_KEEPCAPS, PR_GET_KEEPCAPS.
DChangeLog7629 and the second syscall argument of PR_SET_DUMPABLE operation
/external/libchrome/sandbox/linux/suid/
Dsandbox.c317 if (prctl(PR_SET_DUMPABLE, 0, 0, 0, 0)) { in DropRoot()
/external/dnsmasq/src/
Ddnsmasq.c433 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