Lines Matching refs:table
35 /* The generic linker uses a hash table which is a derived class of
36 the standard linker hash table, just as the other backend specific
37 linkers do. Do not confuse the generic linker hash table with the
38 standard BFD linker hash table it is built upon. */
40 /* Generic linker hash table entries. */
51 /* Generic linker hash table. */
58 /* Look up an entry in a generic link hash table. */
60 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \
62 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
64 /* Traverse a generic link hash table. */
66 #define _bfd_generic_link_hash_traverse(table, func, info) \
68 (&(table)->root, \
72 /* Get the generic link hash table from the info structure. This is
106 /* Generic link hash table entry creation routine. */