Searched refs:Pxlookup_by_addr (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 299 Pxlookup_by_addr;
|
H A D | libproc.h | 523 extern int Pxlookup_by_addr(struct ps_prochandle *,
|
H A D | Psymtab.c | 2456 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 D | plockstat.c | 508 if (P == NULL || Pxlookup_by_addr(P, addr, name, sizeof (name), in getsym()
|
/titanic_41/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 371 if (Pxlookup_by_addr(P, pc, NULL, 0, &sym, &si) != 0) in read_args()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 2851 rv = Pxlookup_by_addr(P, addr, buf, nbytes, in pt_lookup_by_addr()
|