Home | History | Annotate | Download | only in opcodes

Lines Matching full:hashentries

535   struct HASHTAB *hashentries;
540 hashentries = xmalloc (hashsize * sizeof (struct HASHTAB));
548 hashentries[i].instr = &instructions[i];
549 hashentries[i].next = hashtable[hashvalue];
550 hashtable[hashvalue] = &hashentries[i];