Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c204 static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; variable
243 symbolhash[hash] = alloc_symbol(name, 0, symbolhash[hash]); in new_symbol()
245 return symbolhash[hash]; in new_symbol()
256 for (s = symbolhash[tdb_hash(name) % SYMBOL_HASH_SIZE]; s; s = s->next) { in find_symbol()
2512 symbol = symbolhash[n]; in write_dump()
2672 for (s = symbolhash[n]; s; s = s->next) { in main()