Home
last modified time | relevance | path

Searched refs:PR_SET_FPEXC (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dprctl_options.h35 #if !(defined(PR_SET_FPEXC) || (defined(HAVE_DECL_PR_SET_FPEXC) && HAVE_DECL_PR_SET_FPEXC))
36 # define PR_SET_FPEXC 12 macro
160 XLAT(PR_SET_FPEXC),
Dprctl_options.in12 PR_SET_FPEXC 12
/external/libcap/libcap/include/uapi/linux/
Dprctl.h32 #define PR_SET_FPEXC 12 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h34 #define PR_SET_FPEXC 12 macro
/external/strace/
Dprctl.c164 case PR_SET_FPEXC: in SYS_FUNC()