Searched refs:Plookup_by_addr (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 66 Plookup_by_addr.3proc \ 362 Pxlookup_by_addr.3proc := LINKSRC = Plookup_by_addr.3proc 363 Pxlookup_by_addr_resolved.3proc := LINKSRC = Plookup_by_addr.3proc 364 Plookup_by_name.3proc := LINKSRC = Plookup_by_addr.3proc 365 Pxlookup_by_name.3proc := LINKSRC = Plookup_by_addr.3proc
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3proc.inc | 93 file path=usr/share/man/man3proc/Plookup_by_addr.3proc 95 target=Plookup_by_addr.3proc 179 target=Plookup_by_addr.3proc 181 target=Plookup_by_addr.3proc 183 target=Plookup_by_addr.3proc
|
/illumos-gate/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 590 if (Plookup_by_addr(Pr, pc, in print_frame() 665 if (Plookup_by_addr(Pr, tip->startfunc, in print_zombie()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 146 Plookup_by_addr;
|
H A D | libproc.h | 532 extern int Plookup_by_addr(struct ps_prochandle *,
|
H A D | Psymtab.c | 2873 Plookup_by_addr(struct ps_prochandle *P, uintptr_t addr, char *buf, in Plookup_by_addr() function
|
/illumos-gate/usr/src/cmd/ptools/psig/ |
H A D | psig.c | 319 Plookup_by_addr(Pr, haddr, hname, in look()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_subr.c | 890 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 | 1374 if (P != NULL && Plookup_by_addr(P, pc[i], in dt_print_ustack() 1477 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()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | fcall.c | 1593 if (Plookup_by_addr(Proc, frame[nframe].pc, sym_name, in trap_one_stack()
|