Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c257 #define FP_FLAGS (SF1_SUNW_FPKNWN | SF1_SUNW_FPUSED) in sf1_cap() macro
303 if ((val & FP_FLAGS) == SF1_SUNW_FPUSED) { in sf1_cap()
347 if ((ofl->ofl_ocapset.oc_sf_1.cm_val & FP_FLAGS) == FP_FLAGS) { in sf1_cap()
352 if ((val & FP_FLAGS) != FP_FLAGS) in sf1_cap()
359 val &= ~FP_FLAGS; in sf1_cap()
367 ofl->ofl_ocapset.oc_sf_1.cm_val &= ~FP_FLAGS; in sf1_cap()
370 val &= ~FP_FLAGS; in sf1_cap()
378 #undef FP_FLAGS in sf1_cap()