Searched refs:SYS_prctl (Results 1 – 5 of 5) sorted by relevance
/external/e2fsprogs/lib/ss/ |
D | pager.c | 52 #if (defined(linux) && defined(SYS_prctl)) in ss_safe_getenv() 53 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in ss_safe_getenv()
|
/external/e2fsprogs/lib/blkid/ |
D | cache.c | 45 #if (defined(linux) && defined(SYS_prctl)) in safe_getenv() 46 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
|
/external/e2fsprogs/lib/et/ |
D | error_message.c | 184 #if (defined(linux) && defined(SYS_prctl)) in safe_getenv() 185 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
|
/external/e2fsprogs/lib/ext2fs/ |
D | test_io.c | 166 #if (defined(linux) && defined(SYS_prctl)) in safe_getenv() 167 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) in safe_getenv()
|
/external/strace/ |
D | syscall-android.h | 166 #define SYS_prctl __NR_prctl macro
|