Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dcgen-opc.c169 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()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-sh-symbian.c101 struct elf_link_hash_entry * current_hash; member
162 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()
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dcgen.h538 unsigned int current_hash; member