Home
last modified time | relevance | path

Searched refs:Pname_to_ctf (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c600 if ((ctfp = Pname_to_ctf(proc_hdl, defname)) == NULL) in la_sparcv9_pltenter()
746 if ((ctfp = Pname_to_ctf(proc_hdl, defname)) == NULL) in la_pltexit64()
/titanic_50/usr/src/lib/libproc/common/
H A Dmapfile-vers148 Pname_to_ctf;
H A Dlibproc.h548 extern ctf_file_t *Pname_to_ctf(struct ps_prochandle *, const char *);
H A DPsymtab.c835 Pname_to_ctf(struct ps_prochandle *P, const char *name) in Pname_to_ctf() function
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_module.c554 fp = Pname_to_ctf(dcp->dpa_proc, obj); in dt_module_load_proc_count()
570 fp = Pname_to_ctf(dcp->dpa_proc, obj); in dt_module_load_proc_build()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c3244 if ((ret = Pname_to_ctf(t->t_pshandle, name)) == NULL) { in pt_name_to_ctf()