/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-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/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/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/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 | 11 #define PR_SET_DUMPABLE 4 macro
|
/external/perfetto/src/profiling/memory/ |
D | client.cc | 80 prctl(PR_SET_DUMPABLE, 0); in UnsetDumpable() 142 prctl(PR_SET_DUMPABLE, 1); in CreateAndHandshake()
|
/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/minijail/linux-x86/ |
D | libconstants.gen.c | 887 #ifdef PR_SET_DUMPABLE 888 { "PR_SET_DUMPABLE", (unsigned long) PR_SET_DUMPABLE },
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler.cc | 419 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/ |
D | migrate_pages02.c | 241 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/honggfuzz/linux/ |
D | arch.c | 110 if (prctl(PR_SET_DUMPABLE, 1UL, 0UL, 0UL, 0UL) == -1) { in arch_launchChild()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 410 PR_SET_DUMPABLE = 4
|
D | sys_amd64.const | 410 PR_SET_DUMPABLE = 4
|
D | sys_arm.const | 410 PR_SET_DUMPABLE = 4
|
D | sys_ppc64le.const | 410 PR_SET_DUMPABLE = 4
|