Searched refs:weaks (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c3081 struct elf_link_hash_entry *weaks;
3537 weaks = NULL;
3863 h->u.weakdef = weaks;
3864 weaks = h;
4257 if (weaks != NULL)
4293 while (weaks != NULL)
4301 hlook = weaks;
4302 weaks = hlook->u.weakdef;
3072 struct elf_link_hash_entry *weaks; local
/haiku-buildtools/binutils/bfd/
H A Delflink.c3674 struct elf_link_hash_entry *weaks;
4177 weaks = NULL;
4539 h->u.weakdef = weaks;
4540 weaks = h;
5024 if (weaks != NULL)
5061 while (weaks != NULL)
5068 hlook = weaks;
5069 weaks = hlook->u.weakdef;
3665 struct elf_link_hash_entry *weaks; local

Completed in 144 milliseconds