Home
last modified time | relevance | path

Searched refs:Prd_agent (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/cmd/ptools/pldd/
H A Dpldd.c131 if (Pgetauxval(Pr, AT_BASE) != -1L && Prd_agent(Pr) == NULL) { in main()
/titanic_50/usr/src/lib/libproc/common/
H A DPsymtab.c590 Prd_agent(struct ps_prochandle *P) in Prd_agent() function
995 (void) Prd_agent(P); in build_map_symtab()
2139 else if (Prd_agent(P) != NULL || P->state == PS_IDLE) in object_name_to_map()
2406 (void) Prd_agent(P); in i_Pxlookup_by_addr()
2502 (void) Prd_agent(P); in Pxlookup_by_name()
2601 (void) Prd_agent(P); in i_Pmapping_iter()
2640 (void) Prd_agent(P); /* create file_info_t's for all the mappings */ in i_Pobject_iter()
2686 (void) Prd_agent(P); in i_Pobjname()
2744 (void) Prd_agent(P); in Plmid()
H A Dmapfile-vers164 Prd_agent;
H A Dlibproc.h616 extern rd_agent_t *Prd_agent(struct ps_prochandle *);
H A Dllib-lproc179 rd_agent_t *Prd_agent(struct ps_prochandle *Pr);
H A DPgcore.c1060 (void) Prd_agent(P); in Pfgcore()
/titanic_50/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c1081 Prd_agent(Pr) == NULL) { in main()
/titanic_50/usr/src/cmd/ptools/pstack/
H A Dpstack.c256 if (Pgetauxval(Pr, AT_BASE) != -1L && Prd_agent(Pr) == NULL) { in main()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c467 if (pt->p_rtld == NULL && (pt->p_rtld = Prd_agent(P)) != NULL) { in pt_post_attach()
689 (void) Prd_agent(C); /* initialize librtld_db */ in pt_fork()
788 pt->p_rtld = Prd_agent(C); in pt_fork()
2208 AT_BASE) != -1L && Prd_agent(t->t_pshandle) == NULL) { in pt_activate_common()
2817 if ((rap = Prd_agent(P)) != NULL && in pt_lookup_by_addr()
2993 } else if (Prd_agent(t->t_pshandle) != NULL) { in pt_symbol_iter()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_proc.c347 if ((dpr->dpr_rtld = Prd_agent(dpr->dpr_proc)) != NULL && in dt_proc_attach()
/titanic_50/usr/src/cmd/ptools/pmap/
H A Dpmap.c437 Prd_agent(Pr) == NULL) { in main()
/titanic_50/usr/src/cmd/truss/
H A Dfcall.c154 (Rdb_agent = Prd_agent(Proc)) != NULL) { in establish_breakpoints()
H A Dmain.c2462 Rdb_agent = Prd_agent(Proc); in control()