HomeSort by relevance Sort by last modified time
    Searched refs:SYS_prctl (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/lib/ss/
pager.c 52 #if (defined(linux) && defined(SYS_prctl))
53 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/e2fsprogs/lib/blkid/
cache.c 45 #if (defined(linux) && defined(SYS_prctl))
46 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/e2fsprogs/lib/et/
error_message.c 127 #if (defined(linux) && defined(SYS_prctl))
128 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/e2fsprogs/lib/ext2fs/
test_io.c 151 #if (defined(linux) && defined(SYS_prctl))
152 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/strace/
syscall-android.h 166 #define SYS_prctl __NR_prctl

Completed in 92 milliseconds