Lines Matching refs:inh
1450 struct bfd_link_hash_entry *inh = NULL;
1462 inh = bfd_wrapped_link_hash_lookup (abfd, info, string, TRUE,
1464 if (inh == NULL)
1511 if (! (*info->callbacks->notice) (info, h, inh,
1746 if (inh->type == bfd_link_hash_indirect
1747 && inh->u.i.link == h)
1755 if (inh->type == bfd_link_hash_new)
1757 inh->type = bfd_link_hash_undefined;
1758 inh->u.undef.abfd = abfd;
1759 bfd_link_add_undef (info->hash, inh);
1766 /* ??? If inh->type == bfd_link_hash_undefweak this
1767 converts inh to bfd_link_hash_undefined. */
1773 h->u.i.link = inh;