Searched refs:SYMBOL_HASHSIZE (Results 1 – 6 of 6) sorted by relevance
134 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy…162 #define SYMBOL_HASHSIZE 9973 macro
30 extern struct symbol * symbol_hash[SYMBOL_HASHSIZE];
855 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()897 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
29 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
18 P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
106 #define SYMBOL_HASHSIZE 257 macro