Home | History | Annotate | Download | only in opcodes

Lines Matching full:hash_slot

1048   struct opcode_hash_entry **hash_slot, **entry, *next;
1107 hash_slot = (struct opcode_hash_entry **)
1112 if (*hash_slot == NULL)
1130 *hash_slot = opcode_array[i];
1136 entry = hash_slot;
1142 (*entry)->name = (*hash_slot)->name;