Home | History | Annotate | Download | only in bfd

Lines Matching refs:weakdef

1900 	  if (h->u.weakdef != NULL)
1901 h->u.weakdef->mark = 1;
2105 || h->u.weakdef != NULL
2148 if (h->u.weakdef != NULL)
2150 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined
2151 || h->u.weakdef->root.type == bfd_link_hash_defweak);
2152 h->root.u.def.section = h->u.weakdef->root.u.def.section;
2153 h->root.u.def.value = h->u.weakdef->root.u.def.value;