Lines Matching refs:hh

1711   struct elf32_nios2_link_hash_entry *hh;  member
2033 hsh->hh = NULL; in stub_hash_newfunc()
2079 const struct elf32_nios2_link_hash_entry *hh, in nios2_stub_name() argument
2087 if (hh) in nios2_stub_name()
2089 len = 8 + 1 + 1 + 1+ strlen (hh->root.root.root.string) + 1 + 8 + 1; in nios2_stub_name()
2096 hh->root.root.root.string, in nios2_stub_name()
2122 struct elf32_nios2_link_hash_entry *hh, in nios2_get_stub_entry() argument
2141 if (hh != NULL && hh->hsh_cache != NULL in nios2_get_stub_entry()
2142 && hh->hsh_cache->hh == hh in nios2_get_stub_entry()
2143 && hh->hsh_cache->id_sec == id_sec in nios2_get_stub_entry()
2144 && hh->hsh_cache->stub_type == stub_type) in nios2_get_stub_entry()
2146 hsh = hh->hsh_cache; in nios2_get_stub_entry()
2152 stub_name = nios2_stub_name (id_sec, sym_sec, hh, rel, stub_type); in nios2_get_stub_entry()
2159 if (hh != NULL) in nios2_get_stub_entry()
2160 hh->hsh_cache = hsh; in nios2_get_stub_entry()
2431 struct elf32_nios2_link_hash_entry *hh, in nios2_type_of_stub() argument
2439 if (hh != NULL && in nios2_type_of_stub()
2440 !(hh->root.root.type == bfd_link_hash_defined in nios2_type_of_stub()
2441 || hh->root.root.type == bfd_link_hash_defweak)) in nios2_type_of_stub()
2707 struct elf32_nios2_link_hash_entry *hh; in nios2_elf32_size_stubs() local
2732 hh = NULL; in nios2_elf32_size_stubs()
2759 hh = ((struct elf32_nios2_link_hash_entry *) in nios2_elf32_size_stubs()
2762 while (hh->root.root.type == bfd_link_hash_indirect in nios2_elf32_size_stubs()
2763 || hh->root.root.type == bfd_link_hash_warning) in nios2_elf32_size_stubs()
2764 hh = ((struct elf32_nios2_link_hash_entry *) in nios2_elf32_size_stubs()
2765 hh->root.root.u.i.link); in nios2_elf32_size_stubs()
2767 if (hh->root.root.type == bfd_link_hash_defined in nios2_elf32_size_stubs()
2768 || hh->root.root.type == bfd_link_hash_defweak) in nios2_elf32_size_stubs()
2770 sym_sec = hh->root.root.u.def.section; in nios2_elf32_size_stubs()
2771 sym_value = hh->root.root.u.def.value; in nios2_elf32_size_stubs()
2780 else if (hh->root.root.type == bfd_link_hash_undefweak) in nios2_elf32_size_stubs()
2785 else if (hh->root.root.type == bfd_link_hash_undefined) in nios2_elf32_size_stubs()
2788 && (ELF_ST_VISIBILITY (hh->root.other) in nios2_elf32_size_stubs()
2800 stub_type = nios2_type_of_stub (section, irela, hh, htab, in nios2_elf32_size_stubs()
2812 stub_name = nios2_stub_name (id_sec, sym_sec, hh, irela, in nios2_elf32_size_stubs()
2836 hsh->hh = hh; in nios2_elf32_size_stubs()