4 .\" You may only use this file in accordance with the terms of version
5 .\" 1.0 of the CDDL.
6 .\"
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
10 .\"
11 .\"
12 .\" Copyright 2015 Joyent, Inc.
13 .\"
14 .Dd May 11, 2016
15 .Dt PLOOKUP_BY_ADDR 3PROC
16 .Os
17 .Sh NAME
18 .Nm Plookup_by_addr ,
19 .Nm Pxlookup_by_addr ,
20 .Nm Pxlookup_by_addr_resolved ,
21 .Nm Plookup_by_name ,
22 .Nm Pxlookup_by_name
23 .Nd lookup symbols in a process
24 .Sh SYNOPSIS
25 .Lb libproc
26 .In libproc.h
27 .Ft int
28 .Fo Plookup_by_addr
29 .Fa "struct ps_prochandle *P"
30 .Fa "uintptr_t addr"
31 .Fa "char *buf"
32 .Fa "size_t size"
33 .Fa "Gelf_Sym *symp"
34 .Fc
35 .Ft int
36 .Fo Pxlookup_by_addr
37 .Fa "struct ps_prochandle *P"
38 .Fa "uintptr_t addr"
39 .Fa "char *buf"
40 .Fa "size_t size"
41 .Fa "Gelf_Sym *symp"
42 .Fa "prsyminfo_t *sip"
43 .Fc
44 .Ft int
45 .Fo Pxlookup_by_addr_resolved
|
4 .\" You may only use this file in accordance with the terms of version
5 .\" 1.0 of the CDDL.
6 .\"
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
10 .\"
11 .\"
12 .\" Copyright 2015 Joyent, Inc.
13 .\"
14 .Dd May 11, 2016
15 .Dt PLOOKUP_BY_ADDR 3PROC
16 .Os
17 .Sh NAME
18 .Nm Plookup_by_addr ,
19 .Nm Pxlookup_by_addr ,
20 .Nm Pxlookup_by_addr_resolved ,
21 .Nm Plookup_by_name ,
22 .Nm Pxlookup_by_name
23 .Nd lookup symbols in a process
24 .Sh LIBRARY
25 .Lb libproc
26 .Sh SYNOPSIS
27 .In libproc.h
28 .Ft int
29 .Fo Plookup_by_addr
30 .Fa "struct ps_prochandle *P"
31 .Fa "uintptr_t addr"
32 .Fa "char *buf"
33 .Fa "size_t size"
34 .Fa "Gelf_Sym *symp"
35 .Fc
36 .Ft int
37 .Fo Pxlookup_by_addr
38 .Fa "struct ps_prochandle *P"
39 .Fa "uintptr_t addr"
40 .Fa "char *buf"
41 .Fa "size_t size"
42 .Fa "Gelf_Sym *symp"
43 .Fa "prsyminfo_t *sip"
44 .Fc
45 .Ft int
46 .Fo Pxlookup_by_addr_resolved
|