Home
last modified time | relevance | path

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

12

/external/strace/tests-mx32/
Dprctl-dumpable.c36 #if defined __NR_prctl && defined PR_GET_DUMPABLE && defined PR_SET_DUMPABLE \
70 prctl(PR_SET_DUMPABLE, 3); in main()
74 prctl(PR_SET_DUMPABLE, bogus_dumpable1); in main()
83 prctl(PR_SET_DUMPABLE, bogus_dumpable2); in main()
88 prctl(PR_SET_DUMPABLE, i); in main()
Dprintpath-umovestr-undumpable.c36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE
55 if (prctl(PR_SET_DUMPABLE, 0)) in main()
Dprintstrn-umoven-undumpable.c36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE
55 if (prctl(PR_SET_DUMPABLE, 0)) in main()
/external/strace/tests/
Dprctl-dumpable.c36 #if defined __NR_prctl && defined PR_GET_DUMPABLE && defined PR_SET_DUMPABLE \
70 prctl(PR_SET_DUMPABLE, 3); in main()
74 prctl(PR_SET_DUMPABLE, bogus_dumpable1); in main()
83 prctl(PR_SET_DUMPABLE, bogus_dumpable2); in main()
88 prctl(PR_SET_DUMPABLE, i); in main()
Dprintpath-umovestr-undumpable.c36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE
55 if (prctl(PR_SET_DUMPABLE, 0)) in main()
Dprintstrn-umoven-undumpable.c36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE
55 if (prctl(PR_SET_DUMPABLE, 0)) in main()
/external/strace/tests-m32/
Dprctl-dumpable.c36 #if defined __NR_prctl && defined PR_GET_DUMPABLE && defined PR_SET_DUMPABLE \
70 prctl(PR_SET_DUMPABLE, 3); in main()
74 prctl(PR_SET_DUMPABLE, bogus_dumpable1); in main()
83 prctl(PR_SET_DUMPABLE, bogus_dumpable2); in main()
88 prctl(PR_SET_DUMPABLE, i); in main()
Dprintpath-umovestr-undumpable.c36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE
55 if (prctl(PR_SET_DUMPABLE, 0)) in main()
Dprintstrn-umoven-undumpable.c36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE
55 if (prctl(PR_SET_DUMPABLE, 0)) 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()
/external/wayland/tests/
Dtest-helpers.c135 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in test_disable_coredumps()
136 prctl(PR_SET_DUMPABLE, 0, 0, 0, 0); in test_disable_coredumps()
/external/strace/xlat/
Dprctl_options.h27 #if defined(PR_SET_DUMPABLE) || (defined(HAVE_DECL_PR_SET_DUMPABLE) && HAVE_DECL_PR_SET_DUMPABLE)
29 static_assert((PR_SET_DUMPABLE) == (4), "PR_SET_DUMPABLE != 4");
32 # define PR_SET_DUMPABLE 4
377 XLAT(PR_SET_DUMPABLE),
Dprctl_options.in4 PR_SET_DUMPABLE 4
/external/libcap/libcap/include/uapi/linux/
Dprctl.h13 #define PR_SET_DUMPABLE 4 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h14 #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/perfetto/src/profiling/memory/
Dclient.cc64 prctl(PR_SET_DUMPABLE, 0); in UnsetDumpable()
183 prctl(PR_SET_DUMPABLE, 1); in CreateAndHandshake()
/external/ltp/testcases/kernel/syscalls/prctl/
Dprctl02.c84 {PR_SET_DUMPABLE, &num_2, &num_0, EINVAL, "PR_SET_DUMPABLE"},
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cpp367 internal_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in StopTheWorldScope()
373 internal_prctl(PR_SET_DUMPABLE, 0, 0, 0, 0); in ~StopTheWorldScope()
/external/linux-kselftest/tools/testing/selftests/safesetid/
Dsafesetid-test.c305 if (prctl(PR_SET_DUMPABLE, 1, 0, 0, 0)) in main()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc449 sys_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in HandleSignal()
675 sys_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in WriteMinidump()
/external/ltp/testcases/kernel/syscalls/migrate_pages/
Dmigrate_pages02.c222 if (prctl(PR_SET_DUMPABLE, 1)) in test_migrate_other_process()
/external/strace/
Dprctl.c266 case PR_SET_DUMPABLE: in SYS_FUNC()
/external/minijail/linux-x86/
Dlibconstants.gen.c3886 #ifdef PR_SET_DUMPABLE
3887 { "PR_SET_DUMPABLE", (unsigned long) PR_SET_DUMPABLE },
/external/dnsmasq/src/
Ddnsmasq.c406 if (daemon->options & OPT_DEBUG) prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in main()

12