/external/e2fsprogs/lib/ss/ |
D | pager.c | 35 #define PR_GET_DUMPABLE 3 macro 49 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in ss_safe_getenv() 53 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in ss_safe_getenv()
|
/external/strace/tests-mx32/ |
D | prctl-dumpable.c | 36 #if defined __NR_prctl && defined PR_GET_DUMPABLE && defined PR_SET_DUMPABLE \ 91 long rc = prctl(PR_GET_DUMPABLE, bogus_dumpable2); in main()
|
/external/strace/tests/ |
D | prctl-dumpable.c | 36 #if defined __NR_prctl && defined PR_GET_DUMPABLE && defined PR_SET_DUMPABLE \ 91 long rc = prctl(PR_GET_DUMPABLE, bogus_dumpable2); in main()
|
/external/strace/tests-m32/ |
D | prctl-dumpable.c | 36 #if defined __NR_prctl && defined PR_GET_DUMPABLE && defined PR_SET_DUMPABLE \ 91 long rc = prctl(PR_GET_DUMPABLE, bogus_dumpable2); in main()
|
/external/e2fsprogs/lib/blkid/ |
D | cache.c | 25 #define PR_GET_DUMPABLE 3 macro 43 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv() 47 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
|
/external/strace/xlat/ |
D | prctl_options.h | 20 #if defined(PR_GET_DUMPABLE) || (defined(HAVE_DECL_PR_GET_DUMPABLE) && HAVE_DECL_PR_GET_DUMPABLE) 22 static_assert((PR_GET_DUMPABLE) == (3), "PR_GET_DUMPABLE != 3"); 25 # define PR_GET_DUMPABLE 3 376 XLAT(PR_GET_DUMPABLE),
|
D | prctl_options.in | 3 PR_GET_DUMPABLE 3
|
/external/e2fsprogs/lib/et/ |
D | error_message.c | 27 #define PR_GET_DUMPABLE 3 macro 206 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv() 210 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 10 #define PR_GET_DUMPABLE 3 macro
|
/external/e2fsprogs/contrib/ |
D | spd_readdir.c | 57 #define PR_GET_DUMPABLE 3 macro 105 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv() 109 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 13 #define PR_GET_DUMPABLE 3 macro
|
/external/e2fsprogs/lib/ext2fs/ |
D | test_io.c | 29 #define PR_GET_DUMPABLE 3 macro 154 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv() 158 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
|
D | unix_io.c | 59 #define PR_GET_DUMPABLE 3 macro 136 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv() 140 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
|
/external/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise08.c | 63 switch (prctl(PR_GET_DUMPABLE)) { in setup()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 826 #ifdef PR_GET_DUMPABLE 827 {"PR_GET_DUMPABLE", (unsigned long)PR_GET_DUMPABLE},
|
/external/strace/ |
D | prctl.c | 139 case PR_GET_DUMPABLE: in SYS_FUNC()
|
D | ChangeLog-CVS | 488 PR_SET_DUMPABLE, PR_GET_DUMPABLE, PR_SET_KEEPCAPS, PR_GET_KEEPCAPS.
|
D | ChangeLog | 22272 (SYS_FUNC(prctl)): Decode returned value of PR_GET_DUMPABLE operation 34561 PR_GET_DUMPABLE, PR_GET_KEEPCAPS, PR_GET_SECCOMP, PR_GET_TIMERSLACK,
|
/external/perfetto/src/profiling/memory/ |
D | client.cc | 151 int orig_dumpable = prctl(PR_GET_DUMPABLE); in CreateAndHandshake()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 342 process_was_dumpable_ = internal_prctl(PR_GET_DUMPABLE, 0, 0, 0, 0); in StopTheWorldScope()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 606 #ifndef PR_GET_DUMPABLE 607 #define PR_GET_DUMPABLE 3 macro
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1037 pub const PR_GET_DUMPABLE: ::c_int = 3; constant
|
/external/rust/crates/libc/src/unix/uclibc/ |
D | mod.rs | 1331 pub const PR_GET_DUMPABLE: ::c_int = 3; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1410 pub const PR_GET_DUMPABLE: ::c_int = 3; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2489 pub const PR_GET_DUMPABLE: ::c_int = 3; constant
|