Lines Matching full:dynamic

8 dldump \- create a new file from a dynamic object component of the calling
21 The \fBdldump()\fR function creates a new dynamic object \fIopath\fR from an
22 existing dynamic object \fIipath\fR that is bound to the current process. An
23 \fIipath\fR value of \fB0\fR is interpreted as the dynamic object that started
26 dynamic objects, or fix the object to a specific memory location. In addition,
35 application of relocations to the new dynamic object \fIopath\fR can restrict
41 The runtime linker verifies that the dynamic object \fIipath\fR is mapped as
42 part of the current process. Thus, the object must either be the dynamic object
47 As part of the runtime processing of a dynamic object, \fIrelocation\fR records
56 symbol, and results in a \fIbinding\fR to the dynamic object that defines this
57 symbol. The symbol definition can originate from any of the dynamic objects
59 the process's dependencies, an object that has been preloaded, or the dynamic
64 attributes of producing the new dynamic object \fIopath\fR. Without any
92 Symbolic relocations that result in binding \fIipath\fR to the dynamic object
93 that started the process, commonly a dynamic executable, are applied to the
103 Symbolic relocations that result in binding \fIipath\fR to any of the dynamic
151 Note that for dynamic executables, \fBRTLD_REL_RELATIVE\fR,
167 The following additional attributes for creating the new dynamic object
180 when processing a dynamic executable, any allocated memory that follows the end
198 are not part of the dynamic objects' memory image are removed. \fBRTLD_STRIP\fR
210 processing a dynamic executable with the \fBRTLD_MEMORY\fR attribute and allows
221 does not provide a panacea for checkpoint and resume. A new dynamic executable,
236 The following code fragment, which can be part of a dynamic executable
237 \fBa.out\fR, can be used to create a new shared object from one of the dynamic
254 \fIipath\fR bound to the dynamic executable \fBa.out\fR. All relative
261 defined within the new object, and thus the dynamic binding to external symbols
270 object to some or all of the dynamic objects presently mapped as part of the
295 The following code fragment, which is part of the dynamic executable
296 \fBa.out\fR, can be used to create a new version of the dynamic executable:
320 * dump the dynamic executables memory image.
331 Any modifications made to the dynamic executable, up to the point the
341 information. The elements of the dynamic executable \fIipath\fR that have been
345 dynamic executable to be flexible, and correctly bind and initialize to its
354 Therefore, if the new dynamic executables' dependencies have no specialized
361 Note that for dynamic executables, \fBRTLD_REL_RELATIVE,\fR
363 within the dynamic executable will have been fixed when it was created by
401 direct access to the dynamic linking facilities. These facilities are available
449 to be a dynamic executable. The dumped object can be processed by the runtime