Home | History | Annotate | Download | only in include

Lines Matching defs:table

46 /* Describes the type of hash table entry structure being used.
47 Different hash table structure have different fields and so
57 table. */
85 /* The linking routines use a hash table which uses this structure for
90 /* Base hash table entry structure. */
110 the link hash table itself. As symbols are defined, they need
159 /* This is the link hash table. It is a derived class of
164 /* The hash table itself. */
165 struct bfd_hash_table table;
171 /* The type of the link hash table. */
175 /* Look up an entry in a link hash table. If FOLLOW is TRUE, this
182 /* Look up an entry in the main linker hash table if the symbol might
190 /* Traverse a link hash table. */
202 (struct bfd_link_hash_table *table);
252 /* TRUE if BFD should export all symbols in the dynamic symbol table
391 /* Hash table handled by BFD. */
394 /* Hash table of symbols to keep. This is NULL unless strip is
398 /* Hash table of symbols to report back via the notice callback. If
403 /* Hash table of symbols which are being wrapped (the --wrap linker
517 the link hash table entry for the set itself (e.g.,
553 the link hash table entry for the symbol the reloc is against.
737 /* Hash table for non-wildcards. */