出典:Wikipedia
出典:『Wikipedia』 (2011/07/19 22:15 UTC 版)
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.