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

  /external/libcap/libcap/include/uapi/linux/
prctl.h 32 #define PR_SET_FPEXC 12
  /external/strace/xlat/
prctl_options.h 83 #if defined(PR_SET_FPEXC) || (defined(HAVE_DECL_PR_SET_FPEXC) && HAVE_DECL_PR_SET_FPEXC)
85 static_assert((PR_SET_FPEXC) == (12), "PR_SET_FPEXC != 12");
88 # define PR_SET_FPEXC 12
385 XLAT(PR_SET_FPEXC),
  /bionic/libc/kernel/uapi/linux/
prctl.h 37 #define PR_SET_FPEXC 12
  /external/kernel-headers/original/uapi/linux/
prctl.h 35 #define PR_SET_FPEXC 12
  /external/minijail/linux-x86/
libconstants.gen.c 896 #ifdef PR_SET_FPEXC
897 { "PR_SET_FPEXC", (unsigned long) PR_SET_FPEXC },
898 #endif // PR_SET_FPEXC
    [all...]
  /external/strace/
prctl.c 260 case PR_SET_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 1868 milliseconds