| Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
|
|||||
Dld is a library package of C functions that performs dynamic link editing. Programs that use dld can add or remove compiled object 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.