Home | History | Annotate | Download | only in config

Lines Matching full:avr_hash

402 static struct hash_control *avr_hash;
636 avr_hash = hash_new ();
642 hash_insert (avr_hash, opcode->name, (char *) opcode);
1646 opcode = (struct avr_opcodes_s *) hash_find (avr_hash, op);