Home
last modified time | relevance | path

Searched refs:Paddr_to_ctf (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libproc/common/
H A Dmapfile-vers93 Paddr_to_ctf;
H A Dlibproc.h547 extern ctf_file_t *Paddr_to_ctf(struct ps_prochandle *, uintptr_t);
H A DPsymtab.c803 Paddr_to_ctf(struct ps_prochandle *P, uintptr_t addr) in Paddr_to_ctf() function
/titanic_41/usr/src/lib/libproc/amd64/
H A DPisadep.c374 if ((ctfp = Paddr_to_ctf(P, pc)) == NULL) in read_args()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c3226 if ((ret = Paddr_to_ctf(t->t_pshandle, addr)) == NULL) { in pt_addr_to_ctf()