Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/bfd/
HDlinker.c480 table->undefs_tail = NULL; in _bfd_link_hash_table_init()
676 if (table->undefs_tail != NULL) in bfd_link_add_undef()
677 table->undefs_tail->u.undef.next = h; in bfd_link_add_undef()
680 table->undefs_tail = h; in bfd_link_add_undef()
705 if (h == table->undefs_tail) in bfd_link_repair_undef_list()
708 table->undefs_tail = NULL; in bfd_link_repair_undef_list()
712 table->undefs_tail = (struct bfd_link_hash_entry *) in bfd_link_repair_undef_list()
971 struct bfd_link_hash_entry *undefs_tail; in _bfd_generic_link_add_archive_symbols() local
1010 undefs_tail = info->hash->undefs_tail; in _bfd_generic_link_add_archive_symbols()
1033 if (undefs_tail != info->hash->undefs_tail) in _bfd_generic_link_add_archive_symbols()
[all …]
HDelflink.c605 if (h->root.u.undef.next != NULL || htab->root.undefs_tail == &h->root) in bfd_elf_record_link_assignment()
1352 if (h->root.u.undef.next || info->hash->undefs_tail == &h->root) in _bfd_elf_merge_symbol()
4071 old_undefs_tail = htab->root.undefs_tail; in elf_link_add_object_symbols()
4802 htab->root.undefs_tail = old_undefs_tail; in elf_link_add_object_symbols()
5268 struct bfd_link_hash_entry *undefs_tail; in elf_link_add_archive_symbols() local
5319 undefs_tail = info->hash->undefs_tail; in elf_link_add_archive_symbols()
5334 if (undefs_tail != info->hash->undefs_tail) in elf_link_add_archive_symbols()
/dragonfly/contrib/binutils-2.34/bfd/
HDlinker.c471 table->undefs_tail = NULL; in _bfd_link_hash_table_init()
683 if (table->undefs_tail != NULL) in bfd_link_add_undef()
684 table->undefs_tail->u.undef.next = h; in bfd_link_add_undef()
687 table->undefs_tail = h; in bfd_link_add_undef()
712 if (h == table->undefs_tail) in bfd_link_repair_undef_list()
715 table->undefs_tail = NULL; in bfd_link_repair_undef_list()
719 table->undefs_tail = (struct bfd_link_hash_entry *) in bfd_link_repair_undef_list()
949 struct bfd_link_hash_entry *undefs_tail; in _bfd_generic_link_add_archive_symbols() local
991 undefs_tail = info->hash->undefs_tail; in _bfd_generic_link_add_archive_symbols()
1014 if (undefs_tail != info->hash->undefs_tail) in _bfd_generic_link_add_archive_symbols()
[all …]
HDelflink.c653 if (h->root.u.undef.next != NULL || htab->root.undefs_tail == &h->root) in bfd_elf_record_link_assignment()
1313 if (h->root.u.undef.next || info->hash->undefs_tail == &h->root) in _bfd_elf_merge_symbol()
1456 if (h->root.u.undef.next || info->hash->undefs_tail == &h->root) in _bfd_elf_merge_symbol()
4391 old_undefs_tail = htab->root.undefs_tail; in elf_link_add_object_symbols()
5227 htab->root.undefs_tail = old_undefs_tail; in elf_link_add_object_symbols()
5702 struct bfd_link_hash_entry *undefs_tail; in elf_link_add_archive_symbols() local
5753 undefs_tail = info->hash->undefs_tail; in elf_link_add_archive_symbols()
5768 if (undefs_tail != info->hash->undefs_tail) in elf_link_add_archive_symbols()
/dragonfly/contrib/gdb-7/bfd/
HDlinker.c488 table->undefs_tail = NULL; in _bfd_link_hash_table_init()
642 if (table->undefs_tail != NULL) in bfd_link_add_undef()
643 table->undefs_tail->u.undef.next = h; in bfd_link_add_undef()
646 table->undefs_tail = h; in bfd_link_add_undef()
671 if (h == table->undefs_tail) in bfd_link_repair_undef_list()
674 table->undefs_tail = NULL; in bfd_link_repair_undef_list()
678 table->undefs_tail = (struct bfd_link_hash_entry *) in bfd_link_repair_undef_list()
1072 if (*pundef != info->hash->undefs_tail) in _bfd_generic_link_add_archive_symbols()
1784 if (h->u.undef.next == NULL && info->hash->undefs_tail != h) in _bfd_generic_link_add_one_symbol()
1926 if (h->u.undef.next == NULL && info->hash->undefs_tail != h) in _bfd_generic_link_add_one_symbol()
[all …]
HDelflink.c528 if (h->root.u.undef.next != NULL || htab->root.undefs_tail == &h->root) in bfd_elf_record_link_assignment()
1237 if (h->root.u.undef.next || info->hash->undefs_tail == &h->root) in _bfd_elf_merge_symbol()
3813 old_undefs_tail = htab->root.undefs_tail; in elf_link_add_object_symbols()
4554 htab->root.undefs_tail = old_undefs_tail; in elf_link_add_object_symbols()
5082 struct bfd_link_hash_entry *undefs_tail; in elf_link_add_archive_symbols() local
5142 undefs_tail = info->hash->undefs_tail; in elf_link_add_archive_symbols()
5157 if (undefs_tail != info->hash->undefs_tail) in elf_link_add_archive_symbols()
/dragonfly/contrib/gdb-7/include/
HDbfdlink.h171 struct bfd_link_hash_entry *undefs_tail; member
/dragonfly/contrib/binutils-2.27/include/
HDbfdlink.h193 struct bfd_link_hash_entry *undefs_tail; member
/dragonfly/contrib/binutils-2.34/include/
HDbfdlink.h208 struct bfd_link_hash_entry *undefs_tail; member
/dragonfly/contrib/binutils-2.34/ld/
HDldexp.c770 if (h->u.undef.next == NULL && h != link_info.hash->undefs_tail) in fold_name()
HDldlang.c3515 undefs = link_info.hash->undefs_tail; in open_input_bfds()
3519 while (undefs != link_info.hash->undefs_tail in open_input_bfds()
7674 plugin_undefs = link_info.hash->undefs_tail; in lang_process()
7676 if (plugin_undefs == link_info.hash->undefs_tail) in lang_process()
/dragonfly/contrib/binutils-2.27/ld/
HDldexp.c766 if (h->u.undef.next == NULL && h != link_info.hash->undefs_tail) in fold_name()
HDldlang.c3279 undefs = link_info.hash->undefs_tail; in open_input_bfds()
3283 while (undefs != link_info.hash->undefs_tail); in open_input_bfds()