Home | History | Annotate | Download | only in bfd

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)
1512 if (! (*info->callbacks->notice) (info, h, inh,
1743 if (inh->type == bfd_link_hash_indirect
1744 && inh->u.i.link == h)
1752 if (inh->type == bfd_link_hash_new)
1754 inh->type = bfd_link_hash_undefined;
1755 inh->u.undef.abfd = abfd;
1756 bfd_link_add_undef (info->hash, inh);
1763 /* ??? If inh->type == bfd_link_hash_undefweak this
1764 converts inh to bfd_link_hash_undefined. */
1770 h->u.i.link = inh;