Deleted Added
full compact
dladdr.3 (33180) dladdr.3 (38702)
1.\"
2.\" Copyright (c) 1998 John D. Polstra
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 1998 John D. Polstra
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $Id: dladdr.3,v 1.1 1998/02/06 16:46:34 jdp Exp $
26.\" $Id: dladdr.3,v 1.1 1998/02/09 06:05:24 jdp Exp $
27.\"
28.Dd February 5, 1998
29.Os FreeBSD
30.Dt DLADDR 3
31.Sh NAME
32.Nm dladdr
33.Nd find the shared object containing a given address
34.Sh SYNOPSIS

--- 39 unchanged lines hidden (view full) ---

74.Nm
75returns 0.
76In that case, a message detailing the failure can be retrieved by
77calling
78.Fn dlerror .
79.Pp
80On success, a non-zero value is returned.
81.Sh SEE ALSO
27.\"
28.Dd February 5, 1998
29.Os FreeBSD
30.Dt DLADDR 3
31.Sh NAME
32.Nm dladdr
33.Nd find the shared object containing a given address
34.Sh SYNOPSIS

--- 39 unchanged lines hidden (view full) ---

74.Nm
75returns 0.
76In that case, a message detailing the failure can be retrieved by
77calling
78.Fn dlerror .
79.Pp
80On success, a non-zero value is returned.
81.Sh SEE ALSO
82.Xr dlopen 3 ,
83.Xr rtld 1
82.Xr rtld 1 ,
83.Xr dlopen 3
84.Sh HISTORY
85The
86.Nm
87function first appeared in the Solaris operating system.
88.Sh BUGS
89This implementation is bug-compatible with the Solaris
90implementation. In particular, the following bugs are present:
91.Bl -bullet

--- 30 unchanged lines hidden ---
84.Sh HISTORY
85The
86.Nm
87function first appeared in the Solaris operating system.
88.Sh BUGS
89This implementation is bug-compatible with the Solaris
90implementation. In particular, the following bugs are present:
91.Bl -bullet

--- 30 unchanged lines hidden ---