Home | History | Annotate | Download | only in libelf

Lines Matching refs:table

90   struct nlist_fshash *table;
113 /* Find a symbol table. We prefer the real symbol table but if it
114 does not exist use the dynamic symbol table. */
138 table. */
152 /* Create the hash table. */
153 table = nlist_fshash_init (nsyms);
154 if (table == NULL)
180 /* And add it to the hash table. Note that we are using the
187 (void) nlist_fshash_overwrite (table, mem.str, 0, &mem);
199 /* Search for a matching entry in the hash table. */
201 found = nlist_fshash_find (table, nl->n_name, 0, &search);
228 nlist_fshash_fini (table);
239 nlist_fshash_fini (table);