Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/common/
H A Dmapfile-vers299 Pxlookup_by_addr;
H A Dlibproc.h523 extern int Pxlookup_by_addr(struct ps_prochandle *,
H A DPsymtab.c2456 Pxlookup_by_addr(struct ps_prochandle *P, uintptr_t addr, char *buf, in Pxlookup_by_addr() function
/titanic_41/usr/src/cmd/plockstat/
H A Dplockstat.c508 if (P == NULL || Pxlookup_by_addr(P, addr, name, sizeof (name), in getsym()
/titanic_41/usr/src/lib/libproc/amd64/
H A DPisadep.c371 if (Pxlookup_by_addr(P, pc, NULL, 0, &sym, &si) != 0) in read_args()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c2851 rv = Pxlookup_by_addr(P, addr, buf, nbytes, in pt_lookup_by_addr()