Lines Matching refs:sym_hashes
355 struct elf_link_hash_entry **sym_hashes; in ft32_elf_relocate_section() local
360 sym_hashes = elf_sym_hashes (input_bfd); in ft32_elf_relocate_section()
397 r_symndx, symtab_hdr, sym_hashes, in ft32_elf_relocate_section()
773 struct elf_link_hash_entry **sym_hashes; in elf32_ft32_relax_delete_bytes() local
915 sym_hashes = start_hashes = elf_sym_hashes (abfd); in elf32_ft32_relax_delete_bytes()
916 end_hashes = sym_hashes + symcount; in elf32_ft32_relax_delete_bytes()
918 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_ft32_relax_delete_bytes()
920 struct elf_link_hash_entry *sym_hash = *sym_hashes; in elf32_ft32_relax_delete_bytes()
934 for (cur_sym_hashes = start_hashes; cur_sym_hashes < sym_hashes; in elf32_ft32_relax_delete_bytes()
942 if (cur_sym_hashes < sym_hashes) in elf32_ft32_relax_delete_bytes()
971 struct elf_link_hash_entry **sym_hashes; in elf32_ft32_relax_is_branch_target() local
1033 sym_hashes = start_hashes = elf_sym_hashes (abfd); in elf32_ft32_relax_is_branch_target()
1034 end_hashes = sym_hashes + symcount; in elf32_ft32_relax_is_branch_target()
1036 for (; sym_hashes < end_hashes; sym_hashes++) in elf32_ft32_relax_is_branch_target()
1038 struct elf_link_hash_entry *sym_hash = *sym_hashes; in elf32_ft32_relax_is_branch_target()
1052 for (cur_sym_hashes = start_hashes; cur_sym_hashes < sym_hashes; in elf32_ft32_relax_is_branch_target()
1060 if (cur_sym_hashes < sym_hashes) in elf32_ft32_relax_is_branch_target()