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

/linux-master/scripts/mod/
H A Dmodpost.c221 static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; variable in typeref:struct:symbol
256 sym->next = symbolhash[hash];
257 symbolhash[hash] = sym;
278 for (s = symbolhash[tdb_hash(name) % SYMBOL_HASH_SIZE]; s; s = s->next) {

Completed in 101 milliseconds