Home
last modified time | relevance | path

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

/titanic_51/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c239 (SF1_SUNW_FPKNWN | SF1_SUNW_FPUSED)) == SF1_SUNW_FPUSED) { in ld_map_cap_sanitize()
241 EC_XWORD(SF1_SUNW_FPUSED)); in ld_map_cap_sanitize()
242 capmask->cm_val &= ~SF1_SUNW_FPUSED; in ld_map_cap_sanitize()
H A Dfiles.c218 * SF1_SUNW_FPUSED the frame pointer is in use.
226 * state | SF1_SUNW_FPUSED | |
229 * SF1_SUNW_FPUSED | SF1_SUNW_FPUSED | | SF1_SUNW_FPUSED
235 * | SF1_SUNW_FPUSED | |
240 #define FP_FLAGS (SF1_SUNW_FPKNWN | SF1_SUNW_FPUSED) in sf1_cap()
286 if ((val & FP_FLAGS) == SF1_SUNW_FPUSED) { in sf1_cap()
336 ofl->ofl_ocapset.oc_sf_1.cm_val &= ~SF1_SUNW_FPUSED; in sf1_cap()
/titanic_51/usr/src/common/elfcap/
H A Delfcap.c95 SF1_SUNW_FPUSED, STRDESC("SF1_SUNW_FPUSED"),
/titanic_51/usr/src/uts/common/sys/
H A Delf.h947 #define SF1_SUNW_FPUSED 0x002 /* frame pointer is in use */ macro