Searched refs:HASHTAB (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | m88k-dis.c | 29 typedef struct HASHTAB { struct 31 struct HASHTAB *next; argument 32 } HASHTAB; typedef 527 HASHTAB *hashtable[HASHVAL] = {0}; 579 const HASHTAB *entry_ptr; 770 struct HASHTAB *hashentries; in init_disasm() 775 hashentries = (struct HASHTAB *) xmalloc (hashsize * sizeof (struct HASHTAB)); in init_disasm()
|
| D | ChangeLog-0203 | 1107 (HASHTAB): New type, used to build instruction hash tables. 1112 (hashtable): Now an aray of pointer-to-HASHTAB, not INSTAB.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | m88k-dis.c | 30 typedef struct HASHTAB struct 33 struct HASHTAB *next; argument 34 } HASHTAB; typedef 522 HASHTAB *hashtable[HASHVAL] = {0}; 535 struct HASHTAB *hashentries; in init_disasm() 540 hashentries = xmalloc (hashsize * sizeof (struct HASHTAB)); in init_disasm() 697 const HASHTAB *entry_ptr; in m88kdis()
|
| D | ChangeLog-0203 | 1107 (HASHTAB): New type, used to build instruction hash tables. 1112 (hashtable): Now an aray of pointer-to-HASHTAB, not INSTAB.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ChangeLog.6 | 12712 * Makefile.in (GETRUNTIME, HASHTAB, HOST_GETRUNTIME, HOST_HASHTAB,
|
| D | ChangeLog.7 | 9565 * Makefile.in (GETRUNTIME, HASHTAB, HOST_GETRUNTIME, HOST_HASHTAB,
|