Query: libdl
OS: sunos
Section: 3lib
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
libdl(3LIB) Interface Libraries libdl(3LIB)NAMElibdl - dynamic linking librarySYNOPSIScc [ flag... ] file... -ldl [ library... ]DESCRIPTIONHistorically, 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 imple- mented as a filter on the runtime linker. See ld.so.1(1). New application development need not specify -ldl.INTERFACESThe shared object libdl.so.1 provides the following public interfaces. See intro(3) for additional information on shared object interfaces. dladdr dladdr1 dlclose dldump dlerror dlinfo dlmopen dlopen dlsymFILES/lib/libdl.so.1 shared object /lib/64/libdl.so.1 64-bit shared objectATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+SEE ALSOld.so.1(1), pvs(1), intro(3), libc(3LIB), attributes(5) SunOS 5.10 24 Mar 2004 libdl(3LIB)
Related Man Pages |
---|
libthread(3lib) - x11r4 |
libthread(3lib) - centos |
libthread(3lib) - php |
libthread(3lib) - mojave |
libthread(3lib) - suse |
Similar Topics in the Unix Linux Community |
---|
Runtime Linking shared Objects |
Clarification about shared Libraries |
overriding the dynamic library |
Loading the shared library I want |
/proc/pid/maps |