Home | History | Annotate | Download | only in bfd

Lines Matching refs:sym_hash

1213   struct xcoff_link_hash_entry **sym_hash;
1268 sym_hash = bfd_zalloc (abfd, amt);
1269 if (sym_hash == NULL && symcount != 0)
1271 coff_data (abfd)->sym_hashes = (struct coff_link_hash_entry **) sym_hash;
1369 Advance esym, sym_hash, csect_hash ptrs. */
1380 sym_hash += sym.n_numaux + 1;
1630 /* We store h in *sym_hash for the
1633 *sym_hash = h;
1931 *sym_hash = xcoff_link_hash_lookup (xcoff_hash_table (info),
1936 *sym_hash = ((struct xcoff_link_hash_entry *)
1940 if (*sym_hash == NULL)
1942 if (((*sym_hash)->root.type == bfd_link_hash_defined
1943 || (*sym_hash)->root.type == bfd_link_hash_defweak)
1948 if (((*sym_hash)->flags & XCOFF_DEF_REGULAR) == 0
1949 && ((*sym_hash)->flags & XCOFF_DEF_DYNAMIC) != 0)
1953 (*sym_hash)->root.type = bfd_link_hash_undefined;
1954 (*sym_hash)->root.u.undef.abfd =
1955 (*sym_hash)->root.u.def.section->owner;
1966 || (*sym_hash)->root.type == bfd_link_hash_defweak)
1971 else if ((*sym_hash)->root.u.undef.next != NULL
1972 || info->hash->undefs_tail == &(*sym_hash)->root)
1979 else if ((*sym_hash)->smclas == aux.x_csect.x_smclas)
1986 (*sym_hash)->flags |= XCOFF_MULTIPLY_DEFINED;
1989 else if (((*sym_hash)->flags & XCOFF_MULTIPLY_DEFINED) != 0
1990 && (*sym_hash)->root.type == bfd_link_hash_defined
2002 &(*sym_hash)->root,
2006 (*sym_hash)->flags &= ~XCOFF_MULTIPLY_DEFINED;
2026 (struct bfd_link_hash_entry **) sym_hash)))
2032 if ((*sym_hash)->root.type != bfd_link_hash_common
2033 || (*sym_hash)->root.u.c.p->section != csect)
2037 (*sym_hash)->root.u.c.p->alignment_power
2051 (*sym_hash)->flags |= flag;
2053 if ((*sym_hash)->smclas == XMC_UA
2055 (*sym_hash)->smclas = aux.x_csect.x_smclas;
2070 sym_hash += sym.n_numaux + 1;
3834 struct xcoff_link_hash_entry **sym_hash;
3878 sym_hash = obj_xcoff_sym_hashes (sub);
3914 *sym_hash, csect, name);
3937 if (*sym_hash != 0)
3938 (*sym_hash
3945 sym_hash += sym.n_numaux + 1;
4120 struct xcoff_link_hash_entry **sym_hash;
4169 sym_hash = obj_xcoff_sym_hashes (input_bfd);
4201 && *sym_hash != NULL
4202 && (*sym_hash)->ldsym != NULL
4203 && xcoff_final_definition_p (input_bfd, *sym_hash, *csectpp))
4208 h = *sym_hash;
4300 BFD_ASSERT (*sym_hash != NULL);
4301 (*sym_hash)->indx = output_index;
4309 && *sym_hash != NULL)
4311 BFD_ASSERT (((*sym_hash)->flags & XCOFF_SET_TOC) == 0);
4312 BFD_ASSERT ((*sym_hash)->toc_section != NULL);
4313 (*sym_hash)->u.toc_indx = output_index;
4322 sym_hash += add;
4333 sym_hash = obj_xcoff_sym_hashes (input_bfd);
4387 && *sym_hash
4388 && ((*sym_hash)->flags & XCOFF_RTINIT) != 0)
4722 sym_hash += add;