Lines Matching defs:table
68 struct nlist_fshash *table;
90 /* Find a symbol table. We prefer the real symbol table but if it
91 does not exist use the dynamic symbol table. */
115 table. */
133 /* Create the hash table. */
134 table = nlist_fshash_init (nsyms);
135 if (table == NULL)
161 /* And add it to the hash table. Note that we are using the
168 (void) nlist_fshash_overwrite (table, mem.str, 0, &mem);
180 /* Search for a matching entry in the hash table. */
182 found = nlist_fshash_find (table, nl->n_name, 0, &search);
209 nlist_fshash_fini (table);
220 nlist_fshash_fini (table);