Searched refs:opcode_array (Results 1 – 2 of 2) sorted by relevance
1654 struct opcode_hash_entry **opcode_array = *opcode_array_p; in expand_templates() local1674 opcode_array = (struct opcode_hash_entry **) in expand_templates()1675 xrealloc (opcode_array, in expand_templates()1676 sizeof (*opcode_array) * opcode_array_size); in expand_templates()1677 *opcode_array_p = opcode_array; in expand_templates()1680 opcode_array[idx] = (struct opcode_hash_entry *) in expand_templates()1682 opcode_array[idx]->name = xstrdup (name); in expand_templates()1683 *hash_slot = opcode_array[idx]; in expand_templates()1684 entry = &opcode_array[idx]->entry; in expand_templates()1824 struct opcode_hash_entry **opcode_array = NULL; in process_i386_opcodes() local[all …]
1594 struct opcode_hash_entry **opcode_array = *opcode_array_p; in expand_templates() local1613 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()[all …]