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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-s390.c305 static struct hash_control *s390_opformat_hash; variable in typeref:struct:hash_control
495 s390_opformat_hash = hash_new ();
500 retval = hash_insert (s390_opformat_hash, op->name, (PTR) op);
1624 hash_find (s390_opformat_hash, input_line_pointer);
/haiku-buildtools/binutils/gas/config/
H A Dtc-s390.c201 static struct hash_control *s390_opformat_hash; variable in typeref:struct:hash_control
574 s390_opformat_hash = hash_new ();
579 retval = hash_insert (s390_opformat_hash, op->name, (void *) op);
1754 hash_find (s390_opformat_hash, input_line_pointer);

Completed in 103 milliseconds