Home | History | Annotate | Download | only in include

Lines Matching defs:table

47 /* Describes the type of hash table entry structure being used.
48 Different hash table structure have different fields and so
58 table. */
86 /* The linking routines use a hash table which uses this structure for
91 /* Base hash table entry structure. */
113 the link hash table itself. As symbols are defined, they need
161 /* This is the link hash table. It is a derived class of
166 /* The hash table itself. */
167 struct bfd_hash_table table;
173 /* The type of the link hash table. */
177 /* Look up an entry in a link hash table. If FOLLOW is TRUE, this
184 /* Look up an entry in the main linker hash table if the symbol might
192 /* Traverse a link hash table. */
204 (struct bfd_link_hash_table *table);
276 /* TRUE if BFD should export all symbols in the dynamic symbol table
424 /* Hash table handled by BFD. */
427 /* Hash table of symbols to keep. This is NULL unless strip is
431 /* Hash table of symbols to report back via the notice callback. If
436 /* Hash table of symbols which are being wrapped (the --wrap linker
547 the link hash table entry for the set itself (e.g.,
583 the link hash table entry for the symbol the reloc is against.
770 /* Hash table for non-wildcards. */