Searched refs:hash_next (Results 1 – 4 of 4) sorted by relevance
171 for (sym = symtab[h]; sym; sym = sym->hash_next) in find_symbol()242 for (sym = symtab[h]; sym; sym = sym->hash_next) { in __add_symbol()280 for (psym = &symtab[h]; *psym; psym = &(*psym)->hash_next) { in __add_symbol()282 *psym = sym->hash_next; in __add_symbol()297 sym->hash_next = symtab[h]; in __add_symbol()
45 struct symbol *hash_next; member
38 unsigned hash_next:28; member593 return to_entry(ht->es, e->hash_next); in h_next()598 e->hash_next = ht->buckets[bucket]; in __h_insert()628 prev->hash_next = e->hash_next; in __h_unlink()630 ht->buckets[h] = e->hash_next; in __h_unlink()698 e->hash_next = INDEXER_NULL; in init_entry()
80 __be16 hash_next; member