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

  /src/external/gpl3/binutils/dist/bfd/
ecoff.c 3609 struct bfd_link_hash_entry **pundef;
3645 pundef = &info->hash->undefs;
3646 while (*pundef != NULL)
3654 h = *pundef;
3666 if (*pundef != info->hash->undefs_tail)
3667 *pundef = (*pundef)->u.undef.next;
3669 pundef = &(*pundef)->u.undef.next;
3679 pundef = &(*pundef)->u.undef.next
3600 struct bfd_link_hash_entry **pundef; local
    [all...]
elf64-ia64-vms.c 5303 struct bfd_link_hash_entry **pundef; local
5319 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
5326 h = *pundef;
5327 next_pundef = &(*pundef)->u.undef.next;
5339 if (*pundef != info->hash->undefs_tail)
5341 *pundef = *next_pundef;
5342 next_pundef = pundef;
vms-alpha.c 9122 struct bfd_link_hash_entry **pundef;
9138 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
9145 h = *pundef;
9146 next_pundef = &(*pundef)->u.undef.next;
9158 if (*pundef != info->hash->undefs_tail)
9160 *pundef = *next_pundef;
9161 next_pundef = pundef;
9109 struct bfd_link_hash_entry **pundef; local
  /src/external/gpl3/binutils.old/dist/bfd/
ecoff.c 3599 struct bfd_link_hash_entry **pundef;
3635 pundef = &info->hash->undefs;
3636 while (*pundef != NULL)
3644 h = *pundef;
3656 if (*pundef != info->hash->undefs_tail)
3657 *pundef = (*pundef)->u.undef.next;
3659 pundef = &(*pundef)->u.undef.next;
3669 pundef = &(*pundef)->u.undef.next
3590 struct bfd_link_hash_entry **pundef; local
    [all...]
elf64-ia64-vms.c 5304 struct bfd_link_hash_entry **pundef; local
5320 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
5327 h = *pundef;
5328 next_pundef = &(*pundef)->u.undef.next;
5340 if (*pundef != info->hash->undefs_tail)
5342 *pundef = *next_pundef;
5343 next_pundef = pundef;
vms-alpha.c 9100 struct bfd_link_hash_entry **pundef;
9116 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
9123 h = *pundef;
9124 next_pundef = &(*pundef)->u.undef.next;
9136 if (*pundef != info->hash->undefs_tail)
9138 *pundef = *next_pundef;
9139 next_pundef = pundef;
9087 struct bfd_link_hash_entry **pundef; local
  /src/external/gpl3/gdb.old/dist/bfd/
ecoff.c 3611 struct bfd_link_hash_entry **pundef;
3647 pundef = &info->hash->undefs;
3648 while (*pundef != NULL)
3656 h = *pundef;
3668 if (*pundef != info->hash->undefs_tail)
3669 *pundef = (*pundef)->u.undef.next;
3671 pundef = &(*pundef)->u.undef.next;
3681 pundef = &(*pundef)->u.undef.next
3602 struct bfd_link_hash_entry **pundef; local
    [all...]
elf64-ia64-vms.c 5302 struct bfd_link_hash_entry **pundef; local
5318 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
5325 h = *pundef;
5326 next_pundef = &(*pundef)->u.undef.next;
5338 if (*pundef != info->hash->undefs_tail)
5340 *pundef = *next_pundef;
5341 next_pundef = pundef;
vms-alpha.c 9100 struct bfd_link_hash_entry **pundef;
9116 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
9123 h = *pundef;
9124 next_pundef = &(*pundef)->u.undef.next;
9136 if (*pundef != info->hash->undefs_tail)
9138 *pundef = *next_pundef;
9139 next_pundef = pundef;
9087 struct bfd_link_hash_entry **pundef; local
  /src/external/gpl3/gdb/dist/bfd/
ecoff.c 3599 struct bfd_link_hash_entry **pundef;
3635 pundef = &info->hash->undefs;
3636 while (*pundef != NULL)
3644 h = *pundef;
3656 if (*pundef != info->hash->undefs_tail)
3657 *pundef = (*pundef)->u.undef.next;
3659 pundef = &(*pundef)->u.undef.next;
3669 pundef = &(*pundef)->u.undef.next
3590 struct bfd_link_hash_entry **pundef; local
    [all...]
elf64-ia64-vms.c 5305 struct bfd_link_hash_entry **pundef; local
5321 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
5328 h = *pundef;
5329 next_pundef = &(*pundef)->u.undef.next;
5341 if (*pundef != info->hash->undefs_tail)
5343 *pundef = *next_pundef;
5344 next_pundef = pundef;
vms-alpha.c 9100 struct bfd_link_hash_entry **pundef;
9116 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
9123 h = *pundef;
9124 next_pundef = &(*pundef)->u.undef.next;
9136 if (*pundef != info->hash->undefs_tail)
9138 *pundef = *next_pundef;
9139 next_pundef = pundef;
9087 struct bfd_link_hash_entry **pundef; local

Completed in 65 milliseconds