HomeSort by relevance Sort by last modified time
    Searched defs:PR_GET_DUMPABLE (Results 1 - 25 of 41) sorted by null

1 2

  /external/e2fsprogs/lib/blkid/
cache.c 25 #define PR_GET_DUMPABLE 3
43 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
47 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/e2fsprogs/lib/ss/
pager.c 35 #define PR_GET_DUMPABLE 3
49 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
53 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/e2fsprogs/lib/et/
error_message.c 27 #define PR_GET_DUMPABLE 3
206 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
210 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/e2fsprogs/lib/ext2fs/
test_io.c 29 #define PR_GET_DUMPABLE 3
154 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
158 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/strace/xlat/
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
154 XLAT(PR_GET_DUMPABLE),
  /external/e2fsprogs/contrib/
spd_readdir.c 57 #define PR_GET_DUMPABLE 3
105 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
109 if (syscall(SYS_prctl, PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/libcap/libcap/include/uapi/linux/
prctl.h 10 #define PR_GET_DUMPABLE 3
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
prctl.h 10 #define PR_GET_DUMPABLE 3
  /bionic/libc/kernel/uapi/linux/
prctl.h 24 #define PR_GET_DUMPABLE 3
  /external/kernel-headers/original/uapi/linux/
prctl.h 13 #define PR_GET_DUMPABLE 3
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 606 #ifndef PR_GET_DUMPABLE
607 #define PR_GET_DUMPABLE 3
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 394 public static final int PR_GET_DUMPABLE = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 707 PR_GET_DUMPABLE = 0x3
    [all...]
zerrors_linux_amd64.go 707 PR_GET_DUMPABLE = 0x3
    [all...]
zerrors_linux_arm.go 708 PR_GET_DUMPABLE = 0x3
    [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 707 PR_GET_DUMPABLE = 0x3
    [all...]
zerrors_linux_amd64.go 707 PR_GET_DUMPABLE = 0x3
    [all...]

Completed in 1981 milliseconds

1 2