Home | History | Annotate | Download | only in bfd

Lines Matching full:weakdef

925 		  || h->u.weakdef != NULL
1001 if (h->u.weakdef != NULL)
1003 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
1004 || h->u.weakdef->root.type == bfd_link_hash_defweak);
1005 h->root.u.def.section = h->u.weakdef->root.u.def.section;
1006 h->root.u.def.value = h->u.weakdef->root.u.def.value;