Home | History | Annotate | Download | only in config

Lines Matching defs:new_entry

6332       insn_templates *new_entry;
6334 new_entry = xmalloc (sizeof (insn_templates));
6336 new_entry->template = template;
6337 new_entry->next = NULL;
6339 slot = (insn_templates **) htab_find_slot (mnemonic_htab, new_entry,
6349 last_entry->next = new_entry;
6353 *slot = new_entry;