Home
last modified time | relevance | path

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

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