Searched refs:undefs_tail (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Dlinker.c471 table->undefs_tail = NULL;
667 if (table->undefs_tail != NULL)
668 table->undefs_tail->u.undef.next = h;
671 table->undefs_tail = h;
696 if (h == table->undefs_tail)
699 table->undefs_tail = NULL;
703 table->undefs_tail = (struct bfd_link_hash_entry *)
937 struct bfd_link_hash_entry *undefs_tail;
976 undefs_tail = info->hash->undefs_tail;
934 struct bfd_link_hash_entry *undefs_tail; local
[all...]
H A Delflink.c638 if (h->root.u.undef.next != NULL || htab->root.undefs_tail == &h->root)
1395 if (h->root.u.undef.next || info->hash->undefs_tail == &h->root)
4150 old_undefs_tail = htab->root.undefs_tail;
4888 htab->root.undefs_tail = old_undefs_tail;
5354 struct bfd_link_hash_entry *undefs_tail;
5405 undefs_tail = info->hash->undefs_tail;
5416 common symbols wind up on undefs_tail and because an
5420 if (undefs_tail != info->hash->undefs_tail)
5345 struct bfd_link_hash_entry *undefs_tail; local
[all...]
H A Decoff.c3635 if (*pundef != info->hash->undefs_tail)
H A Delf64-ia64-vms.c5331 if (*pundef != info->hash->undefs_tail)
H A Dxcofflink.c1979 || info->hash->undefs_tail == &(*sym_hash)->root)
H A Dvms-alpha.c8246 if (*pundef != info->hash->undefs_tail)
/haiku-buildtools/legacy/binutils/bfd/
H A Dlinker.c480 table->undefs_tail = NULL;
623 if (table->undefs_tail != NULL)
624 table->undefs_tail->u.undef.next = h;
627 table->undefs_tail = h;
652 if (h == table->undefs_tail)
655 table->undefs_tail = NULL;
659 table->undefs_tail = (struct bfd_link_hash_entry *)
1040 if (*pundef != info->hash->undefs_tail)
1748 if (h->u.undef.next == NULL && info->hash->undefs_tail != h)
1935 if (h->u.undef.next == NULL && info->hash->undefs_tail !
[all...]
H A Delflink.c460 if (h->root.u.undef.next != NULL || htab->root.undefs_tail == &h->root)
1015 if ((h->root.u.undef.next || info->hash->undefs_tail == &h->root)
3515 old_undefs_tail = htab->root.undefs_tail;
4156 htab->root.undefs_tail = old_undefs_tail;
4630 struct bfd_link_hash_entry *undefs_tail;
4690 undefs_tail = info->hash->undefs_tail;
4701 common symbols wind up on undefs_tail and because an
4705 if (undefs_tail != info->hash->undefs_tail)
4621 struct bfd_link_hash_entry *undefs_tail; local
[all...]
H A Decoff.c3786 if (*pundef != info->hash->undefs_tail)
H A Dxcofflink.c1722 || info->hash->undefs_tail == &(*sym_hash)->root)
/haiku-buildtools/legacy/binutils/include/
H A Dbfdlink.h172 struct bfd_link_hash_entry *undefs_tail;
171 struct bfd_link_hash_entry *undefs_tail; member in struct:bfd_link_hash_table
/haiku-buildtools/binutils/include/
H A Dbfdlink.h197 struct bfd_link_hash_entry *undefs_tail;
196 struct bfd_link_hash_entry *undefs_tail; member in struct:bfd_link_hash_table
/haiku-buildtools/legacy/binutils/ld/
H A Dldexp.c553 if (h->u.undef.next == NULL && h != link_info.hash->undefs_tail)
H A Dldlang.c2825 undefs = link_info.hash->undefs_tail;
2828 while (undefs != link_info.hash->undefs_tail);
/haiku-buildtools/binutils/ld/
H A Dldexp.c774 if (h->u.undef.next == NULL && h != link_info.hash->undefs_tail)
H A Dldlang.c3302 undefs = link_info.hash->undefs_tail;
3306 while (undefs != link_info.hash->undefs_tail);

Completed in 484 milliseconds