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

/freebsd-9.3-release/contrib/binutils/gas/
H A Dread.c269 static struct hash_control *po_hash;
484 errtxt = hash_insert (po_hash, pop->poc_name, (char *) pop);
506 po_hash = hash_new ();
835 pop = (pseudo_typeS *) hash_find (po_hash, s);
850 pop = (pseudo_typeS *) hash_find (po_hash, s + 1);
2536 && hash_find (po_hash, name) != NULL)
2539 && hash_find (po_hash, name + 1) != NULL))
5690 hash_print_statistics (file, "pseudo-op table", po_hash);
267 static struct hash_control *po_hash; variable in typeref:struct:hash_control

Completed in 186 milliseconds