Home
last modified time | relevance | path

Searched refs:RD_POSTINIT (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dlink.h552 RD_POSTINIT, /* the Second rendezvous after .init */ enumerator
/titanic_50/usr/src/cmd/sgs/librtld_db/common/
H A Drtld_db.c246 case RD_POSTINIT: in rd_event_addr()
/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dutil.c94 case RD_POSTINIT: in Dbg_util_dbnotify()
H A Dliblddbg.msg1646 @ MSG_UTL_EVNT_POSTINIT "RD_POSTINIT"
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dps.c207 if (rd_event_addr(procp->pp_rap, RD_POSTINIT, &rd_notify) == RD_OK) { in ps_init()
H A Dbpt.c265 if (emt.type == RD_POSTINIT) in handle_sp_break()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_proc.c297 case RD_POSTINIT: in dt_proc_rdevent()
350 dt_proc_rdwatch(dpr, RD_POSTINIT, "RD_POSTINIT"); in dt_proc_attach()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c1216 rd_event(&lml_main, RD_POSTINIT, 0); in setup()
H A Dutil.c127 case RD_POSTINIT: in rd_event()
/titanic_50/usr/src/cmd/truss/
H A Dfcall.c162 if (rd_event_addr(Rdb_agent, RD_POSTINIT, &notify) == RD_OK && in establish_breakpoints()
1319 case RD_POSTINIT: in function_trace()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c382 if (rdm.type == RD_POSTINIT) { in pt_rtld_event()
486 if ((err = rd_event_addr(pt->p_rtld, RD_POSTINIT, in pt_post_attach()