Home | History | Annotate | Download | only in bfd

Lines Matching full:weakdef

473 		  || h->u.weakdef != NULL
485 if (h->u.weakdef != NULL)
487 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
488 || h->u.weakdef->root.type == bfd_link_hash_defweak);
489 h->root.u.def.section = h->u.weakdef->root.u.def.section;
490 h->root.u.def.value = h->u.weakdef->root.u.def.value;