Searched refs:Plookup_by_addr (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 550 if (Plookup_by_addr(Pr, pc, in print_frame() 621 if (Plookup_by_addr(Pr, tip->startfunc, in print_zombie()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 133 Plookup_by_addr;
|
H A D | libproc.h | 509 extern int Plookup_by_addr(struct ps_prochandle *,
|
H A D | llib-lproc | 185 int Plookup_by_addr(struct ps_prochandle *Pr, uintptr_t addr,
|
H A D | Psymtab.c | 2470 Plookup_by_addr(struct ps_prochandle *P, uintptr_t addr, char *buf, in Plookup_by_addr() function
|
/titanic_50/usr/src/cmd/ptools/psig/ |
H A D | psig.c | 321 Plookup_by_addr(Pr, haddr, hname, in look()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_subr.c | 889 if (Plookup_by_addr(P, addr, name, sizeof (name), &sym) == 0) { in dtrace_uaddr2str()
|
H A D | dt_pid.c | 345 (void) Plookup_by_addr(pp->dpp_pr, sym.st_value, pp->dpp_func, in dt_pid_per_mod()
|
H A D | dt_consume.c | 1372 if (P != NULL && Plookup_by_addr(P, pc[i], in dt_print_ustack() 1475 if (Plookup_by_addr(P, pc, NULL, 0, &sym) == 0) in dt_print_usym()
|
H A D | dt_aggregate.c | 342 if (Plookup_by_addr(P, *pc, NULL, 0, &sym) == 0) in dt_aggregate_usym()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | fcall.c | 1603 if (Plookup_by_addr(Proc, frame[nframe].pc, sym_name, in trap_one_stack()
|