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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c239 (SF1_SUNW_FPKNWN | SF1_SUNW_FPUSED)) == SF1_SUNW_FPUSED) {
241 EC_XWORD(SF1_SUNW_FPUSED));
242 capmask->cm_val &= ~SF1_SUNW_FPUSED;
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)
286 if ((val & FP_FLAGS) == SF1_SUNW_FPUSED) {
336 ofl->ofl_ocapset.oc_sf_1.cm_val &= ~SF1_SUNW_FPUSED;
/illumos-gate/usr/src/common/elfcap/
H A Delfcap.c95 SF1_SUNW_FPUSED, STRDESC("SF1_SUNW_FPUSED"),
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h795 #define SF1_SUNW_FPUSED 0x002 /* frame pointer is in use */ macro

Completed in 76 milliseconds