Home | History | Annotate | Download | only in bfd

Lines Matching refs:weakdef

2139 	  if (h->u.weakdef != NULL)
2140 h->u.weakdef->mark = 1;
2361 || h->u.weakdef != NULL
2394 if (h->u.weakdef != NULL)
2396 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
2397 || h->u.weakdef->root.type == bfd_link_hash_defweak);
2398 h->root.u.def.section = h->u.weakdef->root.u.def.section;
2399 h->root.u.def.value = h->u.weakdef->root.u.def.value;