Lines Matching refs:h_list
13771 struct elf_link_hash_entry_list *h_list; member
14027 if ((m_list->h_list->h->root.type == bfd_link_hash_defined in nds32_elf_count_insn_times()
14028 || m_list->h_list->h->root.type == bfd_link_hash_defweak) in nds32_elf_count_insn_times()
14029 && (m_list->h_list->h->root.u.def.section != NULL in nds32_elf_count_insn_times()
14030 && m_list->h_list->h->root.u.def.section->output_section != NULL)) in nds32_elf_count_insn_times()
14032 relocation = (m_list->h_list->h->root.u.def.value + in nds32_elf_count_insn_times()
14033 m_list->h_list->h->root.u.def.section->output_section->vma + in nds32_elf_count_insn_times()
14034 m_list->h_list->h->root.u.def.section->output_offset); in nds32_elf_count_insn_times()
14530 struct elf_link_hash_entry_list *h_list; in nds32_elf_ex9_replace_instruction() local
14660 h_list = ex9_insn->m_list->h_list; in nds32_elf_ex9_replace_instruction()
14661 while (h_list) in nds32_elf_ex9_replace_instruction()
14663 if (h == h_list->h in nds32_elf_ex9_replace_instruction()
14671 h_list = h_list->next; in nds32_elf_ex9_replace_instruction()
14703 h_list = m_list->h_list; in nds32_elf_ex9_replace_instruction()
14705 while (h_list) in nds32_elf_ex9_replace_instruction()
14707 if (h == h_list->h in nds32_elf_ex9_replace_instruction()
14723 h_list = h_list->next; in nds32_elf_ex9_replace_instruction()
14942 h = ptr->m_list->h_list->h; in nds32_elf_ex9_reloc_insn()
15201 h = m_list->h_list->h; in nds32_elf_ex9_reloc_jmp()
15543 m_list_new->h_list = h_list_new; in nds32_elf_ex9_build_hash_table()
15554 struct elf_link_hash_entry_list *h_list; in nds32_elf_ex9_build_hash_table() local
15559 h_list = m_list->h_list; in nds32_elf_ex9_build_hash_table()
15560 if (h_list->h->root.u.def.value == h->root.u.def.value in nds32_elf_ex9_build_hash_table()
15561 && h_list->h->root.u.def.section->output_section->vma in nds32_elf_ex9_build_hash_table()
15563 && h_list->h->root.u.def.section->output_offset in nds32_elf_ex9_build_hash_table()
15569 while (h_list->h != h && h_list->next) in nds32_elf_ex9_build_hash_table()
15570 h_list = h_list->next; in nds32_elf_ex9_build_hash_table()
15571 if (h_list->h != h) in nds32_elf_ex9_build_hash_table()
15577 h_list->next = h_list_new; in nds32_elf_ex9_build_hash_table()
15596 m_list_new->h_list = h_list_new; in nds32_elf_ex9_build_hash_table()