Lines Matching refs:opcode_array
1594 struct opcode_hash_entry **opcode_array = *opcode_array_p; in expand_templates() local
1613 opcode_array = (struct opcode_hash_entry **) in expand_templates()
1614 xrealloc (opcode_array, in expand_templates()
1615 sizeof (*opcode_array) * opcode_array_size); in expand_templates()
1616 *opcode_array_p = opcode_array; in expand_templates()
1619 opcode_array[idx] = (struct opcode_hash_entry *) in expand_templates()
1621 opcode_array[idx]->next = NULL; in expand_templates()
1622 opcode_array[idx]->name = xstrdup (name); in expand_templates()
1623 opcode_array[idx]->opcode = xstrdup (str); in expand_templates()
1624 opcode_array[idx]->lineno = lineno; in expand_templates()
1625 *hash_slot = opcode_array[idx]; in expand_templates()
1747 struct opcode_hash_entry **opcode_array = NULL; in process_i386_opcodes() local
1819 i = expand_templates (name, str, opcode_hash_table, &opcode_array, in process_i386_opcodes()
1828 for (next = opcode_array[j]; next; next = next->next) in process_i386_opcodes()