/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/ |
D | prctl-dumpable.c | 35 #if defined __NR_prctl && defined PR_GET_DUMPABLE && defined PR_SET_DUMPABLE 89 long rc = prctl(PR_GET_DUMPABLE, bogus_dumpable2); in main()
|
/external/strace/tests-m32/ |
D | prctl-dumpable.c | 35 #if defined __NR_prctl && defined PR_GET_DUMPABLE && defined PR_SET_DUMPABLE 89 long rc = prctl(PR_GET_DUMPABLE, bogus_dumpable2); in main()
|
/external/strace/tests-mx32/ |
D | prctl-dumpable.c | 35 #if defined __NR_prctl && defined PR_GET_DUMPABLE && defined PR_SET_DUMPABLE 89 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 | 8 #if !(defined(PR_GET_DUMPABLE) || (defined(HAVE_DECL_PR_GET_DUMPABLE) && HAVE_DECL_PR_GET_DUMPABLE)) 9 # define PR_GET_DUMPABLE 3 macro 154 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 | 12 #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()
|
/external/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise08.c | 70 switch (prctl(PR_GET_DUMPABLE)) { in setup()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 818 #ifdef PR_GET_DUMPABLE 819 { "PR_GET_DUMPABLE", (unsigned long) PR_GET_DUMPABLE },
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 154 .CASES((PR_GET_NAME, PR_SET_NAME, PR_GET_DUMPABLE, PR_SET_DUMPABLE in RestrictPrctl()
|
D | baseline_policy_unittest.cc | 290 const int is_dumpable = prctl(PR_GET_DUMPABLE, 0, 0, 0, 0); in BPF_TEST_C()
|
/external/strace/ |
D | prctl.c | 112 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 | 7628 (SYS_FUNC(prctl)): Decode returned value of PR_GET_DUMPABLE operation 19917 PR_GET_DUMPABLE, PR_GET_KEEPCAPS, PR_GET_SECCOMP, PR_GET_TIMERSLACK,
|
/external/libchrome/sandbox/linux/suid/ |
D | sandbox.c | 322 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0)) { in DropRoot()
|
/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
|