diff options
Diffstat (limited to 'usr/src/man/man3c/dladdr.3c')
-rw-r--r-- | usr/src/man/man3c/dladdr.3c | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/usr/src/man/man3c/dladdr.3c b/usr/src/man/man3c/dladdr.3c index 646358f997..151932ebc5 100644 --- a/usr/src/man/man3c/dladdr.3c +++ b/usr/src/man/man3c/dladdr.3c @@ -4,7 +4,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH dladdr 3C "4 Feb 2009" "SunOS 5.11" "Standard C Library Functions" +.TH DLADDR 3C "Feb 4, 2009" .SH NAME dladdr, dladdr1 \- translate address to symbolic information .SH SYNOPSIS @@ -51,34 +51,28 @@ The \fBDl_info_t\fR structure includes the following members: The \fBDl_info_t\fR members provide the following information. .sp .ne 2 -.mk .na \fB\fBdli_fname\fR\fR .ad .RS 13n -.rt Contains a pointer to the filename of the containing object. .RE .sp .ne 2 -.mk .na \fB\fBdli_fbase\fR\fR .ad .RS 13n -.rt Contains the base address of the containing object. .RE .sp .ne 2 -.mk .na \fB\fBdli_sname\fR\fR .ad .RS 13n -.rt Contains a pointer to the symbol name that is nearest to the specified address. This symbol either represents the exact address that was specified, or is the nearest symbol with a lower address. @@ -86,12 +80,10 @@ nearest symbol with a lower address. .sp .ne 2 -.mk .na \fB\fBdli_saddr\fR\fR .ad .RS 13n -.rt Contains the actual address of the symbol pointed to by \fBdli_sname\fR. .RE @@ -101,12 +93,10 @@ The \fBdladdr1()\fR function provides for addition information to be returned as specified by the \fIflags\fR argument: .sp .ne 2 -.mk .na \fB\fBRTLD_DL_SYMENT\fR\fR .ad .RS 19n -.rt Obtain the \fBELF\fR symbol table entry for the matched symbol. The \fIinfo\fR argument points to a symbol pointer as defined in <\fBsys/elf.h\fR> (\fBElf32_Sym **\fR\fIinfo\fR or \fBElf64_Sym **\fR\fIinfo\fR). Most of the @@ -119,12 +109,10 @@ attributes. See the \fILinker and Libraries Guild\fR for more information. .sp .ne 2 -.mk .na \fB\fBRTLD_DL_LINKMAP\fR\fR .ad .RS 19n -.rt Obtain the \fBLink_map\fR for the matched file. The \fIinfo\fR argument points to a \fBLink_map\fR pointer as defined in <\fBsys/link.h\fR> (\fBLink_map **\fR\fIinfo\fR). @@ -151,13 +139,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -MT-LevelMT-Safe +MT-Level MT-Safe .TE .SH SEE ALSO |