Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/elfcap/
H A Delfcap.c91 SF1_SUNW_FPKNWN, STRDESC("SF1_SUNW_FPKNWN"),
/titanic_50/usr/src/uts/common/sys/
H A Delf.h794 #define SF1_SUNW_FPKNWN 0x001 /* frame pointer usage is known */ macro
/titanic_50/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()
H A Dfiles.c240 #define FP_FLAGS (SF1_SUNW_FPKNWN | SF1_SUNW_FPUSED) in sf1_cap()
344 } else if ((ofl->ofl_ocapset.oc_sf_1.cm_val & SF1_SUNW_FPKNWN) == 0) { in sf1_cap()