Searched refs:current_hash (Results 1 – 3 of 3) sorted by relevance
169 search.current_hash = 0; in cgen_keyword_search_init()181 if (search->current_hash == search->table->hash_table_size) in cgen_keyword_search_next()195 ++search->current_hash; in cgen_keyword_search_next()197 while (search->current_hash < search->table->hash_table_size) in cgen_keyword_search_next()199 search->current_entry = search->table->name_hash_table[search->current_hash]; in cgen_keyword_search_next()202 ++search->current_hash; in cgen_keyword_search_next()
101 struct elf_link_hash_entry * current_hash; member162 node->current_hash = NULL; in sh_symbian_import_as()463 ptr->current_hash = elf_link_hash_lookup (hash_table, ptr->current_name, FALSE, FALSE, TRUE); in sh_symbian_relocate_section()465 if (ptr->current_hash == NULL) in sh_symbian_relocate_section()601 if (h == ptr->current_hash) in sh_symbian_relocate_section()
538 unsigned int current_hash; member