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

  /external/libcap/libcap/include/uapi/linux/
prctl.h 31 #define PR_GET_FPEXC 11
  /external/strace/xlat/
prctl_options.h 76 #if defined(PR_GET_FPEXC) || (defined(HAVE_DECL_PR_GET_FPEXC) && HAVE_DECL_PR_GET_FPEXC)
78 static_assert((PR_GET_FPEXC) == (11), "PR_GET_FPEXC != 11");
81 # define PR_GET_FPEXC 11
384 XLAT(PR_GET_FPEXC),
  /bionic/libc/kernel/uapi/linux/
prctl.h 36 #define PR_GET_FPEXC 11
  /external/kernel-headers/original/uapi/linux/
prctl.h 34 #define PR_GET_FPEXC 11
  /external/minijail/linux-x86/
libconstants.gen.c 827 #ifdef PR_GET_FPEXC
828 { "PR_GET_FPEXC", (unsigned long) PR_GET_FPEXC },
829 #endif // PR_GET_FPEXC
    [all...]
  /external/strace/
prctl.c 132 case PR_GET_FPEXC:
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [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...]

Completed in 208 milliseconds