HomeSort by relevance Sort by last modified time
    Searched defs:new_hash (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf32-sh-symbian.c 115 struct elf_link_hash_entry * new_hash; local
167 new_hash = elf_link_hash_lookup (elf_hash_table (info), node->new_name, TRUE, FALSE, TRUE);
168 bfd_elf_link_record_dynamic_symbol (info, new_hash);
169 if (new_hash->root.type == bfd_link_hash_new)
170 new_hash->root.type = bfd_link_hash_undefined;
460 struct elf_link_hash_entry * new_hash; local
472 new_hash = elf_link_hash_lookup (hash_table, ptr->new_name,
478 if (new_hash == NULL)
488 new_hash = (struct elf_link_hash_entry *) bh;
489 new_hash->type = STT_FUNC
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
nios2-dis.c 92 nios2_opcode_hash *new_hash; local
111 new_hash =
113 if (new_hash == NULL)
119 new_hash->opcode = op;
120 new_hash->next = NULL;
123 *bucket = new_hash;

Completed in 399 milliseconds