Home | History | Annotate | Download | only in config

Lines Matching refs:hashret

797   const char *hashret;
806 hashret = hash_insert (* hash_table, rreg->name, (char *) rreg);
807 if (hashret)
809 rreg->name, hashret);
827 const char *hashret;
830 hashret = hash_insert (cr16_inst_hash, mnemonic,
833 if (hashret != NULL && *hashret != '\0')
835 *hashret == 0 ? _("(unknown reason)") : hashret);