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

/haiku-buildtools/legacy/binutils/gas/
H A Dread.c266 static struct hash_control *po_hash;
476 errtxt = hash_insert (po_hash, pop->poc_name, (char *) pop);
498 po_hash = hash_new ();
837 pop = (pseudo_typeS *) hash_find (po_hash, s);
852 pop = (pseudo_typeS *) hash_find (po_hash, s + 1);
2343 && hash_find (po_hash, name) != NULL)
2346 && hash_find (po_hash, name + 1) != NULL))
5389 hash_print_statistics (file, "pseudo-op table", po_hash);
264 static struct hash_control *po_hash; variable in typeref:struct:hash_control
/haiku-buildtools/binutils/gas/
H A Dread.c297 static struct hash_control *po_hash;
519 errtxt = hash_insert (po_hash, pop->poc_name, (char *) pop);
541 po_hash = hash_new ();
1070 pop = (pseudo_typeS *) hash_find (po_hash, s);
1085 pop = (pseudo_typeS *) hash_find (po_hash, s + 1);
2729 && hash_find (po_hash, name) != NULL)
2732 && hash_find (po_hash, name + 1) != NULL))
6258 hash_print_statistics (file, "pseudo-op table", po_hash);
295 static struct hash_control *po_hash; variable in typeref:struct:hash_control

Completed in 73 milliseconds