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

/freebsd-10.2-release/contrib/binutils/bfd/
H A Dlinker.c481 table->undefs_tail = NULL;
624 if (table->undefs_tail != NULL)
625 table->undefs_tail->u.undef.next = h;
628 table->undefs_tail = h;
653 if (h == table->undefs_tail)
656 table->undefs_tail = NULL;
660 table->undefs_tail = (struct bfd_link_hash_entry *)
1041 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.c491 if (h->root.u.undef.next != NULL || htab->root.undefs_tail == &h->root)
1127 if ((h->root.u.undef.next || info->hash->undefs_tail == &h->root)
3746 old_undefs_tail = htab->root.undefs_tail;
4444 htab->root.undefs_tail = old_undefs_tail;
4927 struct bfd_link_hash_entry *undefs_tail;
4987 undefs_tail = info->hash->undefs_tail;
4998 common symbols wind up on undefs_tail and because an
5002 if (undefs_tail != info->hash->undefs_tail)
4918 struct bfd_link_hash_entry *undefs_tail; local
[all...]
H A Decoff.c3786 if (*pundef != info->hash->undefs_tail)
H A Dxcofflink.c1723 || info->hash->undefs_tail == &(*sym_hash)->root)
/freebsd-10.2-release/contrib/gdb/include/
H A Dbfdlink.h168 struct bfd_link_hash_entry *undefs_tail;
167 struct bfd_link_hash_entry *undefs_tail; member in struct:bfd_link_hash_table
/freebsd-10.2-release/contrib/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
/freebsd-10.2-release/contrib/binutils/ld/
H A Dldexp.c561 if (h->u.undef.next == NULL && h != link_info.hash->undefs_tail)
H A Dldlang.c2927 undefs = link_info.hash->undefs_tail;
2930 while (undefs != link_info.hash->undefs_tail);

Completed in 191 milliseconds