Searched refs:pundef (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dlinker.c974 struct bfd_link_hash_entry **pundef;
1019 pundef = &info->hash->undefs;
1020 while (*pundef != NULL)
1026 h = *pundef;
1040 if (*pundef != info->hash->undefs_tail)
1041 *pundef = (*pundef)->u.undef.next;
1043 pundef = &(*pundef)->u.undef.next;
1066 pundef
971 struct bfd_link_hash_entry **pundef; local
[all...]
H A Decoff.c3729 struct bfd_link_hash_entry **pundef;
3765 pundef = &info->hash->undefs;
3766 while (*pundef != NULL)
3774 h = *pundef;
3786 if (*pundef != info->hash->undefs_tail)
3787 *pundef = (*pundef)->u.undef.next;
3789 pundef = &(*pundef)->u.undef.next;
3799 pundef
3720 struct bfd_link_hash_entry **pundef; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Decoff.c3578 struct bfd_link_hash_entry **pundef;
3614 pundef = &info->hash->undefs;
3615 while (*pundef != NULL)
3623 h = *pundef;
3635 if (*pundef != info->hash->undefs_tail)
3636 *pundef = (*pundef)->u.undef.next;
3638 pundef = &(*pundef)->u.undef.next;
3648 pundef
3569 struct bfd_link_hash_entry **pundef; local
[all...]
H A Delf64-ia64-vms.c5295 struct bfd_link_hash_entry **pundef; local
5311 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
5318 h = *pundef;
5319 next_pundef = &(*pundef)->u.undef.next;
5331 if (*pundef != info->hash->undefs_tail)
5333 *pundef = *next_pundef;
5334 next_pundef = pundef;
H A Dvms-alpha.c8210 struct bfd_link_hash_entry **pundef;
8226 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
8233 h = *pundef;
8234 next_pundef = &(*pundef)->u.undef.next;
8246 if (*pundef != info->hash->undefs_tail)
8248 *pundef = *next_pundef;
8249 next_pundef = pundef;
8197 struct bfd_link_hash_entry **pundef; local

Completed in 148 milliseconds