Searched refs:hds (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dxcofflink.c689 struct xcoff_link_hash_entry *hds;
691 hds = h->descriptor;
692 if (hds == NULL)
701 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), dsnm,
704 if (hds == NULL)
707 if (hds->root.type == bfd_link_hash_new)
709 hds->root.type = bfd_link_hash_undefined;
710 hds->root.u.undef.abfd = abfd;
715 hds->descriptor = h;
716 h->descriptor = hds;
685 struct xcoff_link_hash_entry *hds; local
1871 struct xcoff_link_hash_entry *hds; local
2463 struct xcoff_link_hash_entry *hds; local
2779 struct xcoff_link_hash_entry *hds; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dxcofflink.c948 struct xcoff_link_hash_entry *hds;
950 hds = h->descriptor;
951 if (hds == NULL)
960 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), dsnm,
963 if (hds == NULL)
966 hds->descriptor = h;
967 h->descriptor = hds;
970 if (xcoff_dynamic_definition_p (hds, &ldsym))
972 hds->root.type = h->root.type;
973 hds
942 struct xcoff_link_hash_entry *hds; local
2136 struct xcoff_link_hash_entry *hds; local
2773 struct xcoff_link_hash_entry *hds; local
3094 struct xcoff_link_hash_entry *hds; local
[all...]

Completed in 148 milliseconds