Go to the first, previous, next, last section, table of contents.


Copyright (C) 1996 Free Software Foundation, Inc.

This is edition 1.3 of the GNU Dld documentation,
and is consistent with GNU Dld 3.3.

Published by the Free Software Foundation
675 Massachusetts Avenue,
Cambridge, MA 02139 USA

Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.

Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.

Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Free Software Foundation.

What is Dld?

Dld is a library package of C functions that performs dynamic link editing. Programs that use dld can add compiled object code to or remove such code from a process anytime during its execution. Loading modules, searching libraries, resolving external references, and allocating storage for global and static data structures are all performed at run time.

Dld is now available for VAX, Sun 3, SPARCstation, Sequent Symmetry, Atari ST, and Linux.

This text describes how the dld functions can be called and some technical details that you should be aware of. For the internals of dld and sample applications, please refer to An Approach to Genuine Dynamic Linking, Software--Practice and Experience, Vol. 21(4), 375-390 (April 1991). An early draft of that paper is included with the dld distribution.


Go to the first, previous, next, last section, table of contents.