Lines Matching defs:sym_hashes
440 struct elf_link_hash_entry ** sym_hashes;
454 sym_hashes = elf_sym_hashes (input_bfd);
455 sym_hashes_end = sym_hashes + num_global_syms;
505 for (h = sym_hashes; h < sym_hashes_end; h ++)
509 ptr->new_symndx = h - sym_hashes + num_local_syms;
525 new_sym_hashes = bfd_alloc (input_bfd, num_global_syms * sizeof * sym_hashes);
532 memcpy (new_sym_hashes, sym_hashes, (num_global_syms - 1) * sizeof * sym_hashes);
534 elf_sym_hashes (input_bfd) = sym_hashes = new_sym_hashes;
535 sym_hashes_end = sym_hashes + num_global_syms;
572 h = sym_hashes[r_symndx - num_local_syms];