Searched refs:RD_DLACTIVITY (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | link.h | 553 RD_DLACTIVITY /* a dlopen or dlclose has happened */ enumerator
|
/titanic_50/usr/src/cmd/sgs/librtld_db/common/ |
H A D | rtld_db.c | 250 case RD_DLACTIVITY: in rd_event_addr()
|
H A D | rd_elf.c | 500 if (emsg->type == RD_DLACTIVITY) { in _rd_event_getmsg32()
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | util.c | 98 case RD_DLACTIVITY: in Dbg_util_dbnotify()
|
H A D | liblddbg.msg | 1647 @ MSG_UTL_EVNT_DLACT "RD_DLACTIVITY"
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | ps.c | 217 if (rd_event_addr(procp->pp_rap, RD_DLACTIVITY, &rd_notify) == RD_OK) { in ps_init()
|
H A D | bpt.c | 232 if (emt.type == RD_DLACTIVITY) { in handle_sp_break()
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | setup.c | 1088 rd_event(&lml_main, RD_DLACTIVITY, RT_CONSISTENT); in setup() 1089 rd_event(&lml_rtld, RD_DLACTIVITY, RT_CONSISTENT); in setup()
|
H A D | util.c | 130 case RD_DLACTIVITY: in rd_event() 1067 rd_event(lml, RD_DLACTIVITY, RT_ADD); in lm_append() 1190 rd_event(lml, RD_DLACTIVITY, RT_DELETE); in lm_delete() 1246 rd_event(lml, RD_DLACTIVITY, RT_ADD); in lm_move() 3407 rd_event(lml, RD_DLACTIVITY, RT_CONSISTENT); in leave()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 283 case RD_DLACTIVITY: in dt_proc_rdevent() 351 dt_proc_rdwatch(dpr, RD_DLACTIVITY, "RD_DLACTIVITY"); in dt_proc_attach()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | fcall.c | 165 if (rd_event_addr(Rdb_agent, RD_DLACTIVITY, ¬ify) == RD_OK && in establish_breakpoints() 1291 if (event_msg.type == RD_DLACTIVITY) { in function_trace() 1322 case RD_DLACTIVITY: in function_trace()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 336 if (rdm.type == RD_DLACTIVITY && rdm.u.state == RD_CONSISTENT) { in pt_rtld_event() 396 if (rdm.type == RD_DLACTIVITY && rdm.u.state == RD_ADD && in pt_rtld_event() 495 if ((err = rd_event_addr(pt->p_rtld, RD_DLACTIVITY, in pt_post_attach()
|