Interfaces for libdl

Table 6-35 defines the library name and shared object name for the libdl library

Table 6-35. libdl Definition

Library:libdl
SONAME:libdl.so.2

The behavior of the interfaces in this library is specified by the following specifications:

Linux Standard Base
ISO/IEC 9945:2003 Portable Operating System(POSIX)and The Single UNIX® Specification(SUS) V3

Dynamic Loader

Interfaces for Dynamic Loader

An LSB conforming implementation shall provide the architecture specific functions for Dynamic Loader specified in Table 6-36, with the full functionality as described in the referenced underlying specification.

Table 6-36. libdl - Dynamic Loader Function Interfaces

dladdr(GLIBC_2.0) [1]dlclose(GLIBC_2.0) [2]dlerror(GLIBC_2.0) [2]dlopen(GLIBC_2.1) [1]dlsym(GLIBC_2.0) [1]

Referenced Specification(s)