Content-type: text/html Man page of libdl

libdl

Section: Interface Libraries (3LIB)
Updated: 24 Mar 2004
Index Return to Main Contents
 

NAME

libdl - dynamic linking library  

SYNOPSIS

cc [ flag... ] file... -ldl [ library... ]
 

DESCRIPTION

Historically, functions in libdl provided for dynamic linking support. This functionality now resides in libc(3LIB).

This library is maintained to provide backward compatibility for both runtime and compilation environments. The shared object is implemented as a filter on the runtime linker. See ld.so.1(1). New application development need not specify -ldl.  

INTERFACES

The shared object libdl.so.1 provides the following public interfaces. See intro(3) for additional information on shared object interfaces.

dladdrdladdr1
dlclosedldump
dlerrordlinfo
dlmopendlopen
dlsym

 

FILES

/lib/libdl.so.1 shared object

/lib/64/libdl.so.1 64-bit shared object

 

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
AvailabilitySUNWcsl (32-bit)
SUNWcslx (64-bit)
MT-LevelSafe

 

SEE ALSO

ld.so.1(1), pvs(1), intro(3), libc(3LIB), attributes(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
INTERFACES
FILES
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:38:41 GMT, October 02, 2010