Searched refs:rd_notify (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | ps.c | 129 rd_notify_t rd_notify; in ps_init() local 197 if (rd_event_addr(procp->pp_rap, RD_PREINIT, &rd_notify) == RD_OK) { in ps_init() 198 if (set_breakpoint(procp, rd_notify.u.bptaddr, in ps_init() 202 rd_notify.u.bptaddr); in ps_init() 207 if (rd_event_addr(procp->pp_rap, RD_POSTINIT, &rd_notify) == RD_OK) { in ps_init() 208 if (set_breakpoint(procp, rd_notify.u.bptaddr, in ps_init() 212 rd_notify.u.bptaddr); in ps_init() 217 if (rd_event_addr(procp->pp_rap, RD_DLACTIVITY, &rd_notify) == RD_OK) { in ps_init() 218 if (set_breakpoint(procp, rd_notify.u.bptaddr, in ps_init() 222 rd_notify.u.bptaddr); in ps_init()
|
/titanic_50/usr/src/head/ |
H A D | rtld_db.h | 74 typedef struct rd_notify { struct
|