Lines Matching full:dynamic
8 ld.so.1 \- runtime linker for dynamic objects
16 \fB/lib/ld.so.1\fR [\fB-e\fR \fIenvar\fR] \fIdynamic-object\fR [\fIobject args\fR]...
20 Dynamic applications consist of one or more dynamic objects. A dynamic
21 application is typically a dynamic executable and one or more shared object
22 dependencies. As part of the initialization and execution of a dynamic
28 During the link-editing of a dynamic executable, a special \fB\&.interp\fR
36 During the process of executing a dynamic executable, the kernel maps the file,
61 within a dynamic executable by using the \fB-c\fR option of \fBld\fR(1).
67 The runtime linker analyzes the application's dynamic information section,
68 \fB\&.dynamic\fR, to determine which shared object dependencies are required.
74 The runtime linker then locates and maps in these dependencies. The dynamic
91 possibly, by the dynamic executable are called. The functions are called in the
132 The runtime linker uses a prescribed search path for locating the dynamic
138 runpath is specified when the dynamic object is constructed using the \fB-R\fR
142 Typically, the runtime linker is invoked indirectly through executing a dynamic
148 the dynamic object to be executed, and any options required by this object.
150 dynamic object.
333 search path that the runtime linker uses to find dynamic dependencies.