HomeSort by: relevance | last modified time | path
    Searched defs:weaks (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 4432 struct elf_link_hash_entry *weaks;
4983 weaks = NULL;
5421 h->u.alias = weaks;
5422 weaks = h;
5977 the list WEAKS. We need this information so that if a regular
5986 if (weaks != NULL)
6021 while (weaks != NULL)
6028 hlook = weaks;
6029 weaks = hlook->u.alias;
4423 struct elf_link_hash_entry *weaks; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 4396 struct elf_link_hash_entry *weaks;
4948 weaks = NULL;
5379 h->u.alias = weaks;
5380 weaks = h;
5932 the list WEAKS. We need this information so that if a regular
5941 if (weaks != NULL)
5976 while (weaks != NULL)
5983 hlook = weaks;
5984 weaks = hlook->u.alias;
4387 struct elf_link_hash_entry *weaks; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 4369 struct elf_link_hash_entry *weaks;
4921 weaks = NULL;
5350 h->u.alias = weaks;
5351 weaks = h;
5895 the list WEAKS. We need this information so that if a regular
5904 if (weaks != NULL)
5939 while (weaks != NULL)
5946 hlook = weaks;
5947 weaks = hlook->u.alias;
4360 struct elf_link_hash_entry *weaks; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 4354 struct elf_link_hash_entry *weaks;
4906 weaks = NULL;
5335 h->u.alias = weaks;
5336 weaks = h;
5881 the list WEAKS. We need this information so that if a regular
5890 if (weaks != NULL)
5925 while (weaks != NULL)
5932 hlook = weaks;
5933 weaks = hlook->u.alias;
4345 struct elf_link_hash_entry *weaks; local

Completed in 70 milliseconds