Home
last modified time | relevance | path

Searched refs:PR_SET_DUMPABLE (Results 1 – 25 of 47) 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-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/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/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/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.h11 #define PR_SET_DUMPABLE 4 macro
/external/perfetto/src/profiling/memory/
Dclient.cc80 prctl(PR_SET_DUMPABLE, 0); in UnsetDumpable()
142 prctl(PR_SET_DUMPABLE, 1); in CreateAndHandshake()
/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/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/ltp/testcases/kernel/syscalls/migrate_pages/
Dmigrate_pages02.c241 if (prctl(PR_SET_DUMPABLE, 1)) in test_migrate_other_process()
/external/strace/
Dprctl.c266 case PR_SET_DUMPABLE: in SYS_FUNC()
/external/honggfuzz/linux/
Darch.c110 if (prctl(PR_SET_DUMPABLE, 1UL, 0UL, 0UL, 0UL) == -1) { in arch_launchChild()
/external/syzkaller/sys/linux/
Dsys_386.const410 PR_SET_DUMPABLE = 4
Dsys_amd64.const410 PR_SET_DUMPABLE = 4
Dsys_arm.const410 PR_SET_DUMPABLE = 4
Dsys_ppc64le.const410 PR_SET_DUMPABLE = 4

12