Home
last modified time | relevance | path

Searched refs:next_pundef (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf64-ia64-vms.c5282 struct bfd_link_hash_entry **next_pundef; in elf64_vms_link_add_archive_symbols() local
5297 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef) in elf64_vms_link_add_archive_symbols()
5305 next_pundef = &(*pundef)->u.undef.next; in elf64_vms_link_add_archive_symbols()
5319 *pundef = *next_pundef; in elf64_vms_link_add_archive_symbols()
5320 next_pundef = pundef; in elf64_vms_link_add_archive_symbols()
Dvms-alpha.c8096 struct bfd_link_hash_entry **next_pundef; in alpha_vms_link_add_archive_symbols() local
8111 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef) in alpha_vms_link_add_archive_symbols()
8119 next_pundef = &(*pundef)->u.undef.next; in alpha_vms_link_add_archive_symbols()
8133 *pundef = *next_pundef; in alpha_vms_link_add_archive_symbols()
8134 next_pundef = pundef; in alpha_vms_link_add_archive_symbols()