Searched refs:SYMBOL_HASHSIZE (Results 1 – 5 of 5) sorted by relevance
88 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy…113 #define SYMBOL_HASHSIZE 9973 macro
32 P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
811 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()853 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
29 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
105 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
Completed in 9 milliseconds