1libdl(3LIB)                   Interface Libraries                  libdl(3LIB)
2
3
4

NAME

6       libdl - dynamic linking library
7

SYNOPSIS

9       cc [ flag... ] file... -ldl [ library... ]
10
11

DESCRIPTION

13       Historically,  functions in libdl provided for dynamic linking support.
14       This functionality now resides in libc(3LIB).
15
16
17       This library is maintained to provide backward compatibility  for  both
18       runtime  and compilation environments. The shared object is implemented
19       as a filter on the runtime  linker.  See  ld.so.1(1).  New  application
20       development need not specify -ldl.
21

INTERFACES

23       The  shared object libdl.so.1 provides the following public interfaces.
24       See Intro(3) for additional information on shared object interfaces.
25
26
27
28
29       dladdr                        dladdr1
30       dlclose                       dldump
31       dlerror                       dlinfo
32       dlmopen                       dlopen
33       dlsym
34
35

FILES

37       /lib/libdl.so.1       shared object
38
39
40       /lib/64/libdl.so.1    64-bit shared object
41
42

ATTRIBUTES

44       See attributes(5) for descriptions of the following attributes:
45
46
47
48
49       ┌─────────────────────────────┬─────────────────────────────┐
50       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
51       ├─────────────────────────────┼─────────────────────────────┤
52       │Availability                 │SUNWcsl (32-bit)             │
53       ├─────────────────────────────┼─────────────────────────────┤
54       │                             │SUNWcslx (64-bit)            │
55       ├─────────────────────────────┼─────────────────────────────┤
56       │MT-Level                     │Safe                         │
57       └─────────────────────────────┴─────────────────────────────┘
58

SEE ALSO

60       ld.so.1(1), pvs(1), Intro(3), libc(3LIB), attributes(5)
61
62
63
64SunOS 5.11                        24 Mar 2004                      libdl(3LIB)
Impressum