Lines Matching full:dynamic
35 .Op Fl B Cm dynamic | Fl B Cm static
123 operates in two modes, static or dynamic, as governed by the
134 In dynamic mode,
146 option, a dynamic executable is created.
159 Dynamic linking is the most common model for combining relocatable objects, and
311 In dynamic mode only, provides no special processing for dynamic executable
315 option, the link-editor applies techniques within a dynamic executable so that
324 option is intended for specialized dynamic objects and is not recommended for
368 .It Fl B Cm dynamic | Fl B Cm static
370 .Fl B Cm dynamic
371 is valid in dynamic mode only.
376 .Fl B Cm dynamic
453 used in the construction of a dynamic executable or shared object.
456 option is applied automatically when a dynamic executable or shared object is
460 In dynamic mode only.
474 option is intended for specialized dynamic objects and is not recommended for
495 uses dynamic linking.
504 .Fl B Cm dynamic | Fl B Cm static .
555 In dynamic mode only, produces a shared object.
564 In dynamic mode only, when building a shared object, records
566 in the object's dynamic section.
568 is recorded in any dynamic objects that are linked with this object rather than
588 .It Fl \&-dynamic-linker Ar name
593 In dynamic mode, the default is the name of the runtime linker,
611 In dynamic mode, unless the
708 .Sy .dynamic
717 .Sy .dynamic
718 entry is relative to the other dynamic dependencies discovered on the link-edit
822 can also be used to discover unused runpaths in dynamic objects, when used with
830 .Em Establishing Dependencies with Dynamic String Tokens ,
835 token is especially useful in allowing dynamic objects to be relocated to
911 Useful only when building a dynamic executable.
998 the runtime loading of dynamic objects.
1116 This option is only meaningful when building a dynamic executable.
1149 dynamic object.
1167 This allows the dynamic object to be loaded more quickly.
1191 Suggests that any dependency not referenced by the resulting dynamic object be
1207 Ignores, or records, dynamic dependencies that are not referenced as part of
1265 Enables or disables the marking of dynamic dependencies to be lazily loaded.
1266 Dynamic dependencies which are marked
1271 with associated runpaths for each dynamic object used within a process.
1273 .Em Lazy Loading of Dynamic Dependencies
1367 section in dynamic executables or sharable libraries.
1418 .Sy .dynamic
1602 In dynamic mode only, forces a fatal error if any relocations against
1606 However, its use is recommended to ensure that the text segment of the dynamic
1616 In dynamic mode only, allows relocations against all allocatable sections,
1621 In dynamic mode only, lists a warning if any relocations against non-writable,
1633 Dynamic executable
1637 Dynamic shared object
1743 environment variable also affects the runtime linkers search for dynamic
1860 In today's programming environment, where dynamic objects dominate, alternative