Searched refs:sym_entry (Results 1 – 1 of 1) sorted by relevance
59 register struct hash_entry *sym_entry = table[hash_val]; local63 while ( sym_entry )65 if ( ! strcmp( sym, sym_entry->name ) )70 sym_entry = sym_entry->next;140 register struct hash_entry *sym_entry = local143 while ( sym_entry )145 if ( ! strcmp( sym, sym_entry->name ) )146 return sym_entry;147 sym_entry = sym_entry->next;