Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dxcofflink.c2511 struct xcoff_link_hash_entry *hfn; in xcoff_find_function() local
2520 hfn = xcoff_link_hash_lookup (xcoff_hash_table (info), in xcoff_find_function()
2523 if (hfn != NULL in xcoff_find_function()
2524 && hfn->smclas == XMC_PR in xcoff_find_function()
2525 && (hfn->root.type == bfd_link_hash_defined in xcoff_find_function()
2526 || hfn->root.type == bfd_link_hash_defweak)) in xcoff_find_function()
2529 h->descriptor = hfn; in xcoff_find_function()
2530 hfn->descriptor = h; in xcoff_find_function()