Home | History | Annotate | Download | only in bfd

Lines Matching full:weaks

3329   struct elf_link_hash_entry *weaks;
3811 weaks = NULL;
4154 h->u.weakdef = weaks;
4155 weaks = h;
4619 the list WEAKS. We need this information so that if a regular
4628 if (weaks != NULL)
4664 while (weaks != NULL)
4671 hlook = weaks;
4672 weaks = hlook->u.weakdef;