Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3proc/Paddr_to_loadobj.3proc
Real path: /usr/share/man/man3proc/Paddr_to_loadobj.3proc
Zurück
'\" te .\" Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. .TH Paddr_to_loadobj 3PROC "7 Mar 2016" "Oracle Solaris 11.4" "Process Control Library Functions" .SH NAME Paddr_to_loadobj, Pname_to_loadobj \- map a process address or object name to an rtld load object .SH SYNOPSIS .LP .nf #include <rtld_db.h> #include <libproc.h> .fi .LP .nf const rd_loadobj_t *Paddr_to_loadobj(ps_prochandle_t *Pr, uintptr_t addr) .fi .LP .nf const rd_loadobj_t *Pname_to_loadobj(ps_prochandle_t *Pr, const char *name) .fi .SH DESCRIPTION .sp .LP The \fBPr\fR argument identifies a victim process or core file attached to the controlling process by the \fBcreate\fR and \fBgrab\fR interfaces. For more information, see the \fBPcreate\fR(3PROC) and \fBPgrab\fR(3PROC) man pages. .sp .LP The \fBPaddr_to_loadobj()\fR function retrieves the dynamic linker's load object structure corresponding to the virtual address of the victim process specified by the \fBaddr\fR argument. .sp .LP The \fBPname_to_loadobj()\fR function retrieves the load object structure of the dynamic linker corresponding to the dynamic object named by the \fBname\fR argument in the victim process. For example, the \fBlibc.so\fR library. .SH RETURN VALUES .sp .LP On successful completion, the \fBPaddr_to_loadobj()\fR and \fBPname_to_loadobj()\fR functions return a pointer to an \fBrtld\fR load object. On error, they return \fBNULL\fR and set \fBerrno\fR to indicate the error. For more information, see the \fBrtld_db\fR(3EXT) man page. .SH ERRORS .sp .LP On failure, this \fBerrno\fR value may be set: .sp .ne 2 .mk .na \fB\fBENODATA\fR\fR .ad .RS 11n .rt No object mapping was found .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Interface Stability Committed _ MT-Level Unsafe .TE .sp .SH SEE ALSO .sp .LP \fBlibproc\fR(3LIB), \fBlibproc.h\fR(3HEAD), \fBPcreate\fR(3PROC), \fBPgrab\fR(3PROC), \fBrtld_db\fR(3EXT)