Searched refs:symbolhash (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dmodpost.c166 static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; variable in typeref:struct:symbol
205 new = symbolhash[hash] = alloc_symbol(name, 0, symbolhash[hash]);
219 for (s = symbolhash[tdb_hash(name) % SYMBOL_HASH_SIZE]; s; s = s->next) {
2035 symbol = symbolhash[n];

Completed in 50 milliseconds