Ppltdest
—
determine PLT destination symbol
Process Control Library (libproc, -lproc)
#include
<libproc.h>
const char *
Ppltdest
(
struct
ps_prochandle *P,
uintptr_t addr);
The
Ppltdest
() function determines if the
address at
addr in the process handle
P corresponds to an entry in the procedure
linkage table (PLT) and if so, returns a pointer to a null-terminated
character string that contains the symbol's name. The returned pointer is not
valid after any other calls to function in
libproc(3LIB). The
Ppltdest
() is also a useful way to
determine if
addr corresponds to an address
in the PLT.
Upon successful completion, the
Ppltdest
()
returns a pointer to a character string with the name. Otherwise,
NULL
is returned.
Uncommitted
See
LOCKING in
libproc(3LIB).
libproc(3LIB)
Linkers and Libraries
Guide.