Searched refs:Pxlookup_by_addr (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 286 Pxlookup_by_addr.3proc \ 362 Pxlookup_by_addr.3proc := LINKSRC = Plookup_by_addr.3proc
|
/illumos-gate/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 170 if (Pxlookup_by_addr(P, pc, NULL, 0, &sym, &si) != 0) in argcount_ctf() 400 if (Pxlookup_by_addr(P, pc, NULL, 0, &sym, &si) != 0) in read_args()
|
/illumos-gate/usr/src/lib/libproc/i386/ |
H A D | Pisadep.c | 130 if (Pxlookup_by_addr(P, pc, NULL, 0, &sym, &si) != 0) in argcount_ctf()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 334 Pxlookup_by_addr;
|
H A D | libproc.h | 546 extern int Pxlookup_by_addr(struct ps_prochandle *,
|
H A D | Psymtab.c | 2859 Pxlookup_by_addr(struct ps_prochandle *P, uintptr_t addr, char *buf, in Pxlookup_by_addr() function
|
/illumos-gate/usr/src/cmd/plockstat/ |
H A D | plockstat.c | 506 if (P == NULL || Pxlookup_by_addr(P, addr, name, sizeof (name), in getsym()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3proc.inc | 178 link path=usr/share/man/man3proc/Pxlookup_by_addr.3proc \
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 2919 rv = Pxlookup_by_addr(P, addr, buf, nbytes, in pt_lookup_by_addr()
|