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

/freebsd-11-stable/contrib/binutils/gas/
H A Dsymbols.c42 static struct hash_control *sy_hash; variable in typeref:struct:hash_control
502 if ((error_string = hash_jam (sy_hash, S_GET_NAME (symbolP), (PTR) symbolP)))
702 sym = ((symbolS *) hash_find (sy_hash, name));
2711 sy_hash = hash_new ();
2946 hash_print_statistics (file, "symbol table", sy_hash);

Completed in 111 milliseconds