Lines Matching defs:dynamic

94   /* Symbol index as a dynamic symbol.  Initialized to -1, and remains
95 -1 if this is not a dynamic symbol. */
104 not in the dynamic symbol table, but rather that the symbol is
159 /* Symbol was forced to be dynamic due to a version script file. */
160 unsigned int dynamic : 1;
176 /* String table index in .dynstr if this is a dynamic symbol. */
181 /* If this is a weak defined symbol from a dynamic object, this
197 from the dynamic object. */
239 /* Records local symbols to be emitted in the dynamic symbol table. */
251 /* The index in the outgoing dynamic symbol table. */
319 /* Whether we have created the special dynamic sections required
323 /* True if this target has relocatable executables, so needs dynamic
348 /* The string table of dynamic symbols, which becomes the .dynstr
353 This is based on the number of dynamic symbols. */
356 /* A linked list of DT_NEEDED names found in dynamic objects
384 /* A linked list of DT_RPATH/DT_RUNPATH names found in dynamic
569 /* The BFD flags applied to sections created for dynamic linking. */
687 linker the first time it encounters a dynamic object in the link.
688 This function must create any sections required for dynamic
689 linking. The ABFD argument is a dynamic object. The .interp,
690 .dynamic, .dynsym, .dynstr, and .hash functions have already been
698 dynamic symbol for the section. */
735 linker for every symbol which is defined by a dynamic object and
740 defined in a section from a dynamic object. Dynamic object
760 It is only called when linking against a dynamic object. It must
761 set the sizes of the dynamic sections, and may fill in their
814 dynamic sections. Note that FINISH_DYNAMIC_SYMBOL is called on
816 on those symbols which are defined by a dynamic object. */
822 linker just before it writes all the dynamic sections out to the
824 all dynamic symbols. */
905 /* Copy any information related to dynamic linking from a pre-existing
908 newly created and plt/got refcounts and dynamic indices should not
914 /* Modify any information related to dynamic linking such that the
1191 record the dynamic symbol index for a section symbol
1193 no dynamic symbol for this section. */
1208 /* A pointer to a linked list tracking dynamic relocs copied for
1212 /* A pointer to the bfd section used for dynamic relocs. */
1385 know what filename should be used for a dynamic object if the
1386 dynamic object is found using a search. The emulation code then
1444 text/data symbols defined in dynamic objects. */
2131 ((INFO)->symbolic || ((INFO)->dynamic && !(H)->dynamic))