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

/haiku-buildtools/legacy/binutils/bfd/
H A Dxcofflink.c2584 struct xcoff_link_hash_entry *hfn;
2592 hfn = xcoff_link_hash_lookup (xcoff_hash_table (info),
2595 if (hfn != NULL
2596 && hfn->smclas == XMC_PR
2597 && (hfn->root.type == bfd_link_hash_defined
2598 || hfn->root.type == bfd_link_hash_defweak))
2601 h->descriptor = hfn;
2602 hfn->descriptor = h;
2579 struct xcoff_link_hash_entry *hfn; local
/haiku-buildtools/binutils/bfd/
H A Dxcofflink.c2528 struct xcoff_link_hash_entry *hfn;
2537 hfn = xcoff_link_hash_lookup (xcoff_hash_table (info),
2540 if (hfn != NULL
2541 && hfn->smclas == XMC_PR
2542 && (hfn->root.type == bfd_link_hash_defined
2543 || hfn->root.type == bfd_link_hash_defweak))
2546 h->descriptor = hfn;
2547 hfn->descriptor = h;
2520 struct xcoff_link_hash_entry *hfn; local

Completed in 105 milliseconds