Searched refs:hash_slot (Results 1 – 1 of 1) sorted by relevance
1048 struct opcode_hash_entry **hash_slot, **entry, *next; in process_i386_opcodes() local1107 hash_slot = (struct opcode_hash_entry **) in process_i386_opcodes()1112 if (*hash_slot == NULL) in process_i386_opcodes()1130 *hash_slot = opcode_array[i]; in process_i386_opcodes()1136 entry = hash_slot; in process_i386_opcodes()1142 (*entry)->name = (*hash_slot)->name; in process_i386_opcodes()