Lines Matching full:hresolve
4884 struct aout_link_hash_entry *hresolve;
4899 hresolve to the base symbol. We also change *sym_hash so
4902 hresolve = h;
4907 hresolve = (struct aout_link_hash_entry *) h->root.u.i.link;
4908 while (hresolve->root.type == bfd_link_hash_indirect
4909 || hresolve->root.type == bfd_link_hash_warning)
4910 hresolve = ((struct aout_link_hash_entry *)
4911 hresolve->root.u.i.link);
4912 *sym_hash = hresolve;
4966 && (hresolve == NULL
4967 || (hresolve->root.type != bfd_link_hash_defined
4968 && hresolve->root.type != bfd_link_hash_defweak
4969 && hresolve->root.type != bfd_link_hash_common)))
4998 hresolve so that if we have defined an indirect
5021 else if (hresolve->root.type == bfd_link_hash_defined
5022 || hresolve->root.type == bfd_link_hash_defweak)
5029 input_section = hresolve->root.u.def.section;
5033 val = (hresolve->root.u.def.value
5049 type |= (hresolve->root.type == bfd_link_hash_defined
5053 type |= (hresolve->root.type == bfd_link_hash_defined
5057 type |= (hresolve->root.type == bfd_link_hash_defined
5061 type |= (hresolve->root.type == bfd_link_hash_defined
5065 else if (hresolve->root.type == bfd_link_hash_common)
5066 val = hresolve->root.u.c.size;
5067 else if (hresolve->root.type == bfd_link_hash_undefweak)