Searched refs:Dbg_cap_ptr_entry (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | cap.c | 147 Dbg_cap_ptr_entry(Lm_list *lml, dbg_state_t dbg_state, Xword tag, in Dbg_cap_ptr_entry() function 201 Dbg_cap_ptr_entry(lml, DBG_STATE_CURRENT, CA_SUNW_ID, oid); in Dbg_cap_id() 202 Dbg_cap_ptr_entry(lml, DBG_STATE_NEW, CA_SUNW_ID, nid); in Dbg_cap_id() 203 Dbg_cap_ptr_entry(lml, DBG_STATE_RESOLVED, CA_SUNW_ID, nid); in Dbg_cap_id()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 456 DBG_CALL(Dbg_cap_ptr_entry(ofl->ofl_lml, DBG_STATE_IGNORED, in str_cap() 462 DBG_CALL(Dbg_cap_ptr_entry(ofl->ofl_lml, in str_cap() 468 DBG_CALL(Dbg_cap_ptr_entry(ofl->ofl_lml, DBG_STATE_NEW, tag, pstr)); in str_cap() 481 DBG_CALL(Dbg_cap_ptr_entry(ofl->ofl_lml, in str_cap() 501 DBG_CALL(Dbg_cap_ptr_entry(ofl->ofl_lml, DBG_STATE_CURRENT, in id_cap() 506 DBG_CALL(Dbg_cap_ptr_entry(ofl->ofl_lml, in id_cap() 512 DBG_CALL(Dbg_cap_ptr_entry(ofl->ofl_lml, DBG_STATE_NEW, in id_cap() 518 DBG_CALL(Dbg_cap_ptr_entry(ofl->ofl_lml, DBG_STATE_RESOLVED, in id_cap() 1158 DBG_CALL(Dbg_cap_ptr_entry(ofl->ofl_lml, in process_cap() 1167 DBG_CALL(Dbg_cap_ptr_entry(ofl->ofl_lml, in process_cap() [all …]
|
H A D | map_v2.c | 315 DBG_CALL(Dbg_cap_ptr_entry(mf->mf_ofl->ofl_lml, in set_capstr() 319 DBG_CALL(Dbg_cap_ptr_entry(mf->mf_ofl->ofl_lml, in set_capstr() 341 DBG_CALL(Dbg_cap_ptr_entry(mf->mf_ofl->ofl_lml, in set_capstr() 345 DBG_CALL(Dbg_cap_ptr_entry(mf->mf_ofl->ofl_lml, in set_capstr() 382 DBG_CALL(Dbg_cap_ptr_entry(mf->mf_ofl->ofl_lml, in set_capstr() 417 DBG_CALL(Dbg_cap_ptr_entry(mf->mf_ofl->ofl_lml, in set_capstr() 428 DBG_CALL(Dbg_cap_ptr_entry(mf->mf_ofl->ofl_lml, in set_capstr() 432 DBG_CALL(Dbg_cap_ptr_entry(mf->mf_ofl->ofl_lml, in set_capstr()
|
H A D | sections.c | 1581 Dbg_cap_ptr_entry(lml, DBG_STATE_CURRENT, type, in capstr_value() 1588 DBG_CALL(Dbg_cap_ptr_entry(lml, in capstr_value() 1597 Dbg_cap_ptr_entry(lml, DBG_STATE_RESOLVED, type, in capstr_value()
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | debug.h | 312 #define Dbg_cap_ptr_entry Dbg64_cap_ptr_entry macro 543 #define Dbg_cap_ptr_entry Dbg32_cap_ptr_entry macro 816 extern void Dbg_cap_ptr_entry(Lm_list *, dbg_state_t, Xword, const char *);
|