Home
last modified time | relevance | path

Searched refs:Plookup_by_addr (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/ptools/pstack/
H A Dpstack.c550 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 Dmapfile-vers133 Plookup_by_addr;
H A Dlibproc.h509 extern int Plookup_by_addr(struct ps_prochandle *,
H A Dllib-lproc185 int Plookup_by_addr(struct ps_prochandle *Pr, uintptr_t addr,
H A DPsymtab.c2470 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 Dpsig.c321 Plookup_by_addr(Pr, haddr, hname, in look()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_subr.c889 if (Plookup_by_addr(P, addr, name, sizeof (name), &sym) == 0) { in dtrace_uaddr2str()
H A Ddt_pid.c345 (void) Plookup_by_addr(pp->dpp_pr, sym.st_value, pp->dpp_func, in dt_pid_per_mod()
H A Ddt_consume.c1372 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 Ddt_aggregate.c342 if (Plookup_by_addr(P, *pc, NULL, 0, &sym) == 0) in dt_aggregate_usym()
/titanic_50/usr/src/cmd/truss/
H A Dfcall.c1603 if (Plookup_by_addr(Proc, frame[nframe].pc, sym_name, in trap_one_stack()