Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man3proc/Ppltdest.3proc.man.txt
+++ new/usr/src/man/man3proc/Ppltdest.3proc.man.txt
1 1 PPLTDEST(3PROC) Process Control Library Functions PPLTDEST(3PROC)
2 2
3 3 NAME
4 4 Ppltdest - determine PLT destination symbol
5 5
6 -SYNOPSIS
6 +LIBRARY
7 7 Process Control Library (libproc, -lproc)
8 +
9 +SYNOPSIS
8 10 #include <libproc.h>
9 11
10 12 const char *
11 13 Ppltdest(struct ps_prochandle *P, uintptr_t addr);
12 14
13 15 DESCRIPTION
14 16 The Ppltdest() function determines if the address at addr in the process
15 17 handle P corresponds to an entry in the procedure linkage table (PLT) and
16 18 if so, returns a pointer to a null-terminated character string that
17 19 contains the symbol's name. The returned pointer is not valid after any
18 20 other calls to function in libproc(3LIB). The Ppltdest() is also a
19 21 useful way to determine if addr corresponds to an address in the PLT.
20 22
21 23 RETURN VALUES
22 24 Upon successful completion, the Ppltdest() returns a pointer to a
23 25 character string with the name. Otherwise, NULL is returned.
24 26
25 27 INTERFACE STABILITY
26 28 Uncommitted
27 29
28 30 MT-LEVEL
29 31 See LOCKING in libproc(3LIB).
30 32
31 33 SEE ALSO
32 34 libproc(3LIB)
33 35
34 36 Linkers and Libraries Guide.
35 37
36 38 illumos May 11, 2016 illumos
↓ open down ↓ |
19 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX