Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dcap.c201 Dbg_cap_ptr_entry(lml, DBG_STATE_CURRENT, CA_SUNW_ID, oid); in Dbg_cap_id()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c337 Dbg_cap_val_entry(ofl->ofl_lml, DBG_STATE_CURRENT, CA_SUNW_SF_1, in sf1_cap()
428 Dbg_cap_val_entry(ofl->ofl_lml, DBG_STATE_CURRENT, CA_SUNW_HW_1, in hw_cap()
463 DBG_STATE_CURRENT, tag, capstr->cs_str)); in str_cap()
501 DBG_CALL(Dbg_cap_ptr_entry(ofl->ofl_lml, DBG_STATE_CURRENT, in id_cap()
H A Dmap_v2.c249 DBG_CALL(Dbg_cap_val_entry(mf->mf_ofl->ofl_lml, DBG_STATE_CURRENT, in set_capmask()
316 DBG_STATE_CURRENT, type, NULL)); in set_capstr()
320 DBG_STATE_CURRENT, type, capstr->cs_str)); in set_capstr()
H A Dmap.c82 Dbg_cap_val_entry(ofl->ofl_lml, DBG_STATE_CURRENT, CA_SUNW_HW_1, in map_cap()
H A Dsections.c1540 DBG_CALL(Dbg_cap_val_entry(lml, DBG_STATE_CURRENT, type, in capmask_value()
1581 Dbg_cap_ptr_entry(lml, DBG_STATE_CURRENT, type, in capstr_value()
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h176 #define DBG_STATE_CURRENT 1 /* current */ macro