Lines Matching refs:hh
1712 struct elf32_nios2_link_hash_entry *hh; member
2006 hsh->hh = NULL; in stub_hash_newfunc()
2051 const struct elf32_nios2_link_hash_entry *hh, in nios2_stub_name() argument
2059 if (hh) in nios2_stub_name()
2061 len = 8 + 1 + 1 + 1+ strlen (hh->root.root.root.string) + 1 + 8 + 1; in nios2_stub_name()
2068 hh->root.root.root.string, in nios2_stub_name()
2094 struct elf32_nios2_link_hash_entry *hh, in nios2_get_stub_entry() argument
2113 if (hh != NULL && hh->hsh_cache != NULL in nios2_get_stub_entry()
2114 && hh->hsh_cache->hh == hh in nios2_get_stub_entry()
2115 && hh->hsh_cache->id_sec == id_sec in nios2_get_stub_entry()
2116 && hh->hsh_cache->stub_type == stub_type) in nios2_get_stub_entry()
2118 hsh = hh->hsh_cache; in nios2_get_stub_entry()
2124 stub_name = nios2_stub_name (id_sec, sym_sec, hh, rel, stub_type); in nios2_get_stub_entry()
2131 if (hh != NULL) in nios2_get_stub_entry()
2132 hh->hsh_cache = hsh; in nios2_get_stub_entry()
2404 struct elf32_nios2_link_hash_entry *hh, in nios2_type_of_stub() argument
2412 if (hh != NULL && in nios2_type_of_stub()
2413 !(hh->root.root.type == bfd_link_hash_defined in nios2_type_of_stub()
2414 || hh->root.root.type == bfd_link_hash_defweak)) in nios2_type_of_stub()
2691 struct elf32_nios2_link_hash_entry *hh; in nios2_elf32_size_stubs() local
2716 hh = NULL; in nios2_elf32_size_stubs()
2743 hh = ((struct elf32_nios2_link_hash_entry *) in nios2_elf32_size_stubs()
2746 while (hh->root.root.type == bfd_link_hash_indirect in nios2_elf32_size_stubs()
2747 || hh->root.root.type == bfd_link_hash_warning) in nios2_elf32_size_stubs()
2748 hh = ((struct elf32_nios2_link_hash_entry *) in nios2_elf32_size_stubs()
2749 hh->root.root.u.i.link); in nios2_elf32_size_stubs()
2751 if (hh->root.root.type == bfd_link_hash_defined in nios2_elf32_size_stubs()
2752 || hh->root.root.type == bfd_link_hash_defweak) in nios2_elf32_size_stubs()
2754 sym_sec = hh->root.root.u.def.section; in nios2_elf32_size_stubs()
2755 sym_value = hh->root.root.u.def.value; in nios2_elf32_size_stubs()
2764 else if (hh->root.root.type == bfd_link_hash_undefweak) in nios2_elf32_size_stubs()
2769 else if (hh->root.root.type == bfd_link_hash_undefined) in nios2_elf32_size_stubs()
2772 && (ELF_ST_VISIBILITY (hh->root.other) in nios2_elf32_size_stubs()
2784 stub_type = nios2_type_of_stub (section, irela, hh, htab, in nios2_elf32_size_stubs()
2796 stub_name = nios2_stub_name (id_sec, sym_sec, hh, irela, in nios2_elf32_size_stubs()
2820 hsh->hh = hh; in nios2_elf32_size_stubs()