Lines Matching defs:table
57 struct nlist_fshash *table;
80 /* Find a symbol table. We prefer the real symbol table but if it
81 does not exist use the dynamic symbol table. */
105 table. */
119 /* Create the hash table. */
120 table = nlist_fshash_init (nsyms);
121 if (table == NULL)
147 /* And add it to the hash table. Note that we are using the
154 (void) nlist_fshash_overwrite (table, mem.str, 0, &mem);
166 /* Search for a matching entry in the hash table. */
168 found = nlist_fshash_find (table, nl->n_name, 0, &search);
195 nlist_fshash_fini (table);
203 nlist_fshash_fini (table);