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

  /src/external/gpl3/binutils/dist/bfd/
elf64-ia64-vms.c 5304 struct bfd_link_hash_entry **next_pundef; local
5319 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
5327 next_pundef = &(*pundef)->u.undef.next;
5341 *pundef = *next_pundef;
5342 next_pundef = pundef;
vms-alpha.c 9123 struct bfd_link_hash_entry **next_pundef;
9138 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
9146 next_pundef = &(*pundef)->u.undef.next;
9160 *pundef = *next_pundef;
9161 next_pundef = pundef;
9110 struct bfd_link_hash_entry **next_pundef; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ia64-vms.c 5305 struct bfd_link_hash_entry **next_pundef; local
5320 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
5328 next_pundef = &(*pundef)->u.undef.next;
5342 *pundef = *next_pundef;
5343 next_pundef = pundef;
vms-alpha.c 9101 struct bfd_link_hash_entry **next_pundef;
9116 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
9124 next_pundef = &(*pundef)->u.undef.next;
9138 *pundef = *next_pundef;
9139 next_pundef = pundef;
9088 struct bfd_link_hash_entry **next_pundef; local
  /src/external/gpl3/gdb/dist/bfd/
elf64-ia64-vms.c 5303 struct bfd_link_hash_entry **next_pundef; local
5318 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
5326 next_pundef = &(*pundef)->u.undef.next;
5340 *pundef = *next_pundef;
5341 next_pundef = pundef;
vms-alpha.c 9101 struct bfd_link_hash_entry **next_pundef;
9116 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
9124 next_pundef = &(*pundef)->u.undef.next;
9138 *pundef = *next_pundef;
9139 next_pundef = pundef;
9088 struct bfd_link_hash_entry **next_pundef; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ia64-vms.c 5304 struct bfd_link_hash_entry **next_pundef; local
5319 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
5327 next_pundef = &(*pundef)->u.undef.next;
5341 *pundef = *next_pundef;
5342 next_pundef = pundef;
vms-alpha.c 9087 struct bfd_link_hash_entry **next_pundef;
9102 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
9110 next_pundef = &(*pundef)->u.undef.next;
9124 *pundef = *next_pundef;
9125 next_pundef = pundef;
9074 struct bfd_link_hash_entry **next_pundef; local

Completed in 72 milliseconds