HomeSort by relevance Sort by last modified time
    Searched refs:SYS_prctl (Results 1 - 6 of 6) 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 184 #if (defined(linux) && defined(SYS_prctl))
185 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/e2fsprogs/lib/ext2fs/
test_io.c 166 #if (defined(linux) && defined(SYS_prctl))
167 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/strace/
syscall-android.h 166 #define SYS_prctl __NR_prctl
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h 155 #define SYS_prctl __NR_prctl

Completed in 1184 milliseconds