/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/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/xlat/ |
D | prctl_options.h | 11 #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),
|
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/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/strace/ |
D | prctl.c | 201 case PR_SET_DUMPABLE: in SYS_FUNC()
|
D | NEWS | 154 mips o32 after prctl(PR_SET_DUMPABLE, 0) makes PTRACE_PEEKTEXT impossible
|
D | ChangeLog-CVS | 488 PR_SET_DUMPABLE, PR_GET_DUMPABLE, PR_SET_KEEPCAPS, PR_GET_KEEPCAPS.
|
D | ChangeLog | 14711 and the second syscall argument of PR_SET_DUMPABLE operation
|
/external/honggfuzz/linux/ |
D | arch.c | 127 if (prctl(PR_SET_DUMPABLE, 1UL, 0UL, 0UL, 0UL) == -1) { in arch_launchChild()
|
/external/dnsmasq/src/ |
D | dnsmasq.c | 450 prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in main()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 609 #ifndef PR_SET_DUMPABLE 610 #define PR_SET_DUMPABLE 4 macro
|