Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dcap.c203 Dbg_cap_ptr_entry(lml, DBG_STATE_RESOLVED, CA_SUNW_ID, nid); in Dbg_cap_id()
H A Ddebug.c569 #if DBG_STATE_NUM != (DBG_STATE_RESOLVED + 1) in Dbg_state_str()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c375 DBG_CALL(Dbg_cap_val_entry(ofl->ofl_lml, DBG_STATE_RESOLVED, in sf1_cap()
436 DBG_CALL(Dbg_cap_val_entry(ofl->ofl_lml, DBG_STATE_RESOLVED, tag, in hw_cap()
482 DBG_STATE_RESOLVED, tag, capstr->cs_str)); in str_cap()
518 DBG_CALL(Dbg_cap_ptr_entry(ofl->ofl_lml, DBG_STATE_RESOLVED, in id_cap()
H A Dmap_v2.c284 DBG_STATE_RESOLVED, type, capmask->cm_val, ld_targ.t_m.m_mach)); in set_capmask()
429 DBG_STATE_RESOLVED, type, NULL)); in set_capstr()
433 DBG_STATE_RESOLVED, type, capstr->cs_str)); in set_capstr()
H A Dsections.c1547 DBG_CALL(Dbg_cap_val_entry(lml, DBG_STATE_RESOLVED, type, in capmask_value()
1597 Dbg_cap_ptr_entry(lml, DBG_STATE_RESOLVED, type, in capstr_value()
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h185 #define DBG_STATE_RESOLVED 10 /* resolved */ macro