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

1 2

  /external/strace/xlat/
prctl_options.h 11 #if !(defined(PR_SET_DUMPABLE) || (defined(HAVE_DECL_PR_SET_DUMPABLE) && HAVE_DECL_PR_SET_DUMPABLE))
12 # define PR_SET_DUMPABLE 4
155 XLAT(PR_SET_DUMPABLE),
  /external/libcap/libcap/include/uapi/linux/
prctl.h 11 #define PR_SET_DUMPABLE 4
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
prctl.h 11 #define PR_SET_DUMPABLE 4
  /bionic/libc/kernel/uapi/linux/
prctl.h 25 #define PR_SET_DUMPABLE 4
  /external/kernel-headers/original/uapi/linux/
prctl.h 14 #define PR_SET_DUMPABLE 4
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 609 #ifndef PR_SET_DUMPABLE
610 #define PR_SET_DUMPABLE 4
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 395 public static final int PR_SET_DUMPABLE = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 727 PR_SET_DUMPABLE = 0x4
    [all...]
zerrors_linux_amd64.go 727 PR_SET_DUMPABLE = 0x4
    [all...]
zerrors_linux_arm.go 731 PR_SET_DUMPABLE = 0x4
    [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 727 PR_SET_DUMPABLE = 0x4
    [all...]
zerrors_linux_amd64.go 727 PR_SET_DUMPABLE = 0x4
    [all...]
zerrors_linux_arm.go 731 PR_SET_DUMPABLE = 0x4
    [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]

Completed in 289 milliseconds

1 2