Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dgenksyms.c171 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()
H A Dgenksyms.h44 struct symbol *hash_next; member