Home
last modified time | relevance | path

Searched refs:SYMBOL_HASHSIZE (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/kconfig/
A Dexpr.h134 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy…
160 #define SYMBOL_HASHSIZE 9973 macro
A Dlkc_proto.h17 extern struct symbol * symbol_hash[SYMBOL_HASHSIZE];
A Dsymbol.c820 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
862 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
A Dparser.y30 struct symbol *symbol_hash[SYMBOL_HASHSIZE];
A Dparser.tab.c95 struct symbol *symbol_hash[SYMBOL_HASHSIZE];

Completed in 11 milliseconds