Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/
HDlinker.c481 table->undefs_tail = NULL; in _bfd_link_hash_table_init()
624 if (table->undefs_tail != NULL) in bfd_link_add_undef()
625 table->undefs_tail->u.undef.next = h; in bfd_link_add_undef()
628 table->undefs_tail = h; in bfd_link_add_undef()
653 if (h == table->undefs_tail) in bfd_link_repair_undef_list()
656 table->undefs_tail = NULL; in bfd_link_repair_undef_list()
660 table->undefs_tail = (struct bfd_link_hash_entry *) in bfd_link_repair_undef_list()
1038 if (*pundef != info->hash->undefs_tail) in _bfd_generic_link_add_archive_symbols()
1743 if (h->u.undef.next == NULL && info->hash->undefs_tail != h) in _bfd_generic_link_add_one_symbol()
1930 if (h->u.undef.next == NULL && info->hash->undefs_tail != h) in _bfd_generic_link_add_one_symbol()
[all …]
HDelflink.c488 if (h->root.u.undef.next != NULL || htab->root.undefs_tail == &h->root) in bfd_elf_record_link_assignment()
1124 if ((h->root.u.undef.next || info->hash->undefs_tail == &h->root) in _bfd_elf_merge_symbol()
3737 old_undefs_tail = htab->root.undefs_tail; in elf_link_add_object_symbols()
4435 htab->root.undefs_tail = old_undefs_tail; in elf_link_add_object_symbols()
4918 struct bfd_link_hash_entry *undefs_tail; in elf_link_add_archive_symbols() local
4978 undefs_tail = info->hash->undefs_tail; in elf_link_add_archive_symbols()
4993 if (undefs_tail != info->hash->undefs_tail) in elf_link_add_archive_symbols()
HDecoff.c3777 if (*pundef != info->hash->undefs_tail) in ecoff_link_add_archive_symbols()
HDxcofflink.c1719 || info->hash->undefs_tail == &(*sym_hash)->root) in xcoff_link_add_symbols()
/NextBSD/contrib/gdb/include/
HDbfdlink.h167 struct bfd_link_hash_entry *undefs_tail; member
/NextBSD/contrib/binutils/include/
HDbfdlink.h171 struct bfd_link_hash_entry *undefs_tail; member
/NextBSD/contrib/binutils/ld/
HDldexp.c561 if (h->u.undef.next == NULL && h != link_info.hash->undefs_tail) in fold_name()
HDldlang.c2925 undefs = link_info.hash->undefs_tail; in open_input_bfds()
2928 while (undefs != link_info.hash->undefs_tail); in open_input_bfds()