Home
last modified time | relevance | path

Searched refs:new_templ (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-aarch64.c6951 templates *templ, *new_templ; in fill_instruction_hash_table() local
6954 new_templ = (templates *) xmalloc (sizeof (templates)); in fill_instruction_hash_table()
6955 new_templ->opcode = opcode; in fill_instruction_hash_table()
6956 new_templ->next = NULL; in fill_instruction_hash_table()
6959 checked_hash_insert (aarch64_ops_hsh, opcode->name, (void *) new_templ); in fill_instruction_hash_table()
6962 new_templ->next = templ->next; in fill_instruction_hash_table()
6963 templ->next = new_templ; in fill_instruction_hash_table()