Lines Matching refs:hashes
2843 struct elf_link_hash_entry **hashes; in mn10300_elf_relax_section() local
2852 hashes = elf_sym_hashes (input_bfd); in mn10300_elf_relax_section()
2853 end_hashes = hashes + symcount; in mn10300_elf_relax_section()
2865 struct elf_link_hash_entry **lhashes = hashes; in mn10300_elf_relax_section()
2918 for (; hashes < end_hashes; hashes++) in mn10300_elf_relax_section()
2920 hash = (struct elf32_mn10300_link_hash_entry *) *hashes; in mn10300_elf_relax_section()
3047 struct elf_link_hash_entry **hashes; in mn10300_elf_relax_section() local
3170 hashes = elf_sym_hashes (input_bfd); in mn10300_elf_relax_section()
3171 end_hashes = hashes + symcount; in mn10300_elf_relax_section()
3172 for (; hashes < end_hashes; hashes++) in mn10300_elf_relax_section()
3176 sym_hash = (struct elf32_mn10300_link_hash_entry *) *hashes; in mn10300_elf_relax_section()