Searched defs:hashtab (Results 1 – 11 of 11) sorted by relevance
50 struct hashtab { /* Hash table */ struct57 typedef struct hashtab Hashtab; argument
79 extern struct hashtab { /* hash table for vocabulary */ struct80 int val; /* word type &index (ktab) */81 char *atab; /* pointer to actual string */
71 struct hashtab { struct 79 static struct hashtab strings; argument [all...]
170 const Elf_Symindx *hashtab = (const Elf_Symindx *) in _rtld_digest_dynamic() local 205 const Elf_Symindx *hashtab = (const Elf_Symindx *) in _rtld_digest_dynamic() local [all...]
51 static struct wlist *hashtab[HASHSIZE]; variable
54 static struct syment *hashtab[HASHSIZE]; variable
91 static struct hent *hashtab[HSHSIZE]; /* Hash table proper */ variable
205 Elf_Symindx *hashtab; in getsymbols() local
64 ndptr hashtab[HASHSIZE]; /* hash table for macros etc. */ variable
117 struct hashentry hashtab[MAXHASH]; variable
3114 hash_table <test_pattern_hasher> hashtab (128); in split_out_patterns() local