Searched refs:local_hash (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dsymbols.c45 static struct hash_control *local_hash; variable in typeref:struct:hash_control
208 hash_jam (local_hash, name_copy, (PTR) ret);
245 hash_jam (local_hash, locsym->lsy_name, NULL);
494 error_string = hash_jam (local_hash, S_GET_NAME (symbolP),
563 in local_hash would incorrectly replace the hash entry. Thus the
698 locsym = (struct local_symbol *) hash_find (local_hash, name);
1461 hash_traverse (local_hash, resolve_local_symbol);
2712 local_hash = hash_new ();
2947 hash_print_statistics (file, "mini local symbol table", local_hash);

Completed in 64 milliseconds