libdl(4)
NAME
libdl − the dynamic linking interface library
SYNOPSIS
cc [ flag ... ] file ... −ldl [ library ... ]
DESCRIPTION
Functions in this library provide direct access to the dynamic linking facilities. This library is implemented as a filter on the runtime linker (see ld.so.1(1)).
The shared object libdl.so.1 provides the public interfaces defined below.
For additional information on shared object interfaces, see intro(4).
INTERFACES
SISCD_2.3 (SPARC only) - The SPARC Compliance Definition, revision 2.3:
| dlclose | dlerror | dlopen | dlsym |
SUNW_1.1 (generic) -
| dladdr |
SUNW_1.2 (generic) - This interface inherits all definitions from SUNW_1.1 and defines:
| dldump |
SUNW_1.3 (generic) - This interface inherits all definitions from SUNW_1.2 and defines:
| dlinfo | dlmopen |
SUNW_1.1 (SPARC) - This interface inherits all definitions from SISCD_2.3.
SUNW_1.1 (i386) - This interface contains all SISCD_2.3 definitions.
FILES
/usr/lib/libdl.so.1 shared object
/etc/lib/libdl.so.1 shared object (copy)
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| MT Level | Safe |
SEE ALSO
ld.so.1(1), pvs(1), intro(4), attributes(5)
SunOS 5.6 — Last change: 4 Mar 1997