/external/strace/tests-mx32/ |
D | prctl-dumpable.c | 36 #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()
|
D | printpath-umovestr-undumpable.c | 36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE 55 if (prctl(PR_SET_DUMPABLE, 0)) in main()
|
D | printstrn-umoven-undumpable.c | 36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE 55 if (prctl(PR_SET_DUMPABLE, 0)) in main()
|
/external/strace/tests/ |
D | prctl-dumpable.c | 36 #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()
|
D | printpath-umovestr-undumpable.c | 36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE 55 if (prctl(PR_SET_DUMPABLE, 0)) in main()
|
D | printstrn-umoven-undumpable.c | 36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE 55 if (prctl(PR_SET_DUMPABLE, 0)) in main()
|
/external/strace/tests-m32/ |
D | prctl-dumpable.c | 36 #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()
|
D | printpath-umovestr-undumpable.c | 36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE 55 if (prctl(PR_SET_DUMPABLE, 0)) in main()
|
D | printstrn-umoven-undumpable.c | 36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE 55 if (prctl(PR_SET_DUMPABLE, 0)) in main()
|
/external/openssh/ |
D | platform-tracing.c | 36 #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/ |
D | test-helpers.c | 135 #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/ |
D | prctl_options.h | 27 #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),
|
D | prctl_options.in | 4 PR_SET_DUMPABLE 4
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 13 #define PR_SET_DUMPABLE 4 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 14 #define PR_SET_DUMPABLE 4 macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 344 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/ |
D | client.cc | 64 prctl(PR_SET_DUMPABLE, 0); in UnsetDumpable() 183 prctl(PR_SET_DUMPABLE, 1); in CreateAndHandshake()
|
/external/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl02.c | 84 {PR_SET_DUMPABLE, &num_2, &num_0, EINVAL, "PR_SET_DUMPABLE"},
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cpp | 367 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/ |
D | safesetid-test.c | 305 if (prctl(PR_SET_DUMPABLE, 1, 0, 0, 0)) in main()
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler.cc | 449 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/ |
D | migrate_pages02.c | 222 if (prctl(PR_SET_DUMPABLE, 1)) in test_migrate_other_process()
|
/external/strace/ |
D | prctl.c | 266 case PR_SET_DUMPABLE: in SYS_FUNC()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 3886 #ifdef PR_SET_DUMPABLE 3887 { "PR_SET_DUMPABLE", (unsigned long) PR_SET_DUMPABLE },
|
/external/dnsmasq/src/ |
D | dnsmasq.c | 406 if (daemon->options & OPT_DEBUG) prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in main()
|