Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dlinker.c480 table->undefs_tail = NULL; in _bfd_link_hash_table_init()
623 if (table->undefs_tail != NULL) in bfd_link_add_undef()
624 table->undefs_tail->u.undef.next = h; in bfd_link_add_undef()
627 table->undefs_tail = h; in bfd_link_add_undef()
652 if (h == table->undefs_tail) in bfd_link_repair_undef_list()
655 table->undefs_tail = NULL; in bfd_link_repair_undef_list()
659 table->undefs_tail = (struct bfd_link_hash_entry *) in bfd_link_repair_undef_list()
1037 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 …]
Delflink.c475 if (h->root.u.undef.next != NULL || htab->root.undefs_tail == &h->root) in bfd_elf_record_link_assignment()
1030 if ((h->root.u.undef.next || info->hash->undefs_tail == &h->root) in _bfd_elf_merge_symbol()
3525 old_undefs_tail = htab->root.undefs_tail; in elf_link_add_object_symbols()
4164 htab->root.undefs_tail = old_undefs_tail; in elf_link_add_object_symbols()
4638 struct bfd_link_hash_entry *undefs_tail; in elf_link_add_archive_symbols() local
4698 undefs_tail = info->hash->undefs_tail; in elf_link_add_archive_symbols()
4713 if (undefs_tail != info->hash->undefs_tail) in elf_link_add_archive_symbols()
Decoff.c3777 if (*pundef != info->hash->undefs_tail) in ecoff_link_add_archive_symbols()
Dxcofflink.c1718 || info->hash->undefs_tail == &(*sym_hash)->root) in xcoff_link_add_symbols()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dlinker.c477 table->undefs_tail = NULL; in _bfd_link_hash_table_init()
620 if (table->undefs_tail != NULL) in bfd_link_add_undef()
621 table->undefs_tail->und_next = h; in bfd_link_add_undef()
624 table->undefs_tail = h; in bfd_link_add_undef()
992 if (*pundef != info->hash->undefs_tail) in _bfd_generic_link_add_archive_symbols()
1697 if (h->und_next == NULL && info->hash->undefs_tail != h) in _bfd_generic_link_add_one_symbol()
1884 if (h->und_next == NULL && info->hash->undefs_tail != h) in _bfd_generic_link_add_one_symbol()
1903 if (h->und_next != NULL || info->hash->undefs_tail == h) in _bfd_generic_link_add_one_symbol()
Delflink.c863 if ((h->root.und_next || info->hash->undefs_tail == &h->root) in _bfd_elf_merge_symbol()
4231 struct bfd_link_hash_entry *undefs_tail; in elf_link_add_archive_symbols() local
4330 undefs_tail = info->hash->undefs_tail; in elf_link_add_archive_symbols()
4345 if (undefs_tail != info->hash->undefs_tail) in elf_link_add_archive_symbols()
Delflink.h304 struct bfd_link_hash_entry *undefs_tail; local
403 undefs_tail = info->hash->undefs_tail;
418 if (undefs_tail != info->hash->undefs_tail)
Decoff.c3568 if (*pundef != info->hash->undefs_tail)
Dxcofflink.c1831 || info->hash->undefs_tail == &(*sym_hash)->root)
/openbsd/src/gnu/usr.bin/binutils/include/
Dbfdlink.h167 struct bfd_link_hash_entry *undefs_tail; member
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dbfdlink.h171 struct bfd_link_hash_entry *undefs_tail; member
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dldexp.c553 if (h->u.undef.next == NULL && h != link_info.hash->undefs_tail) in fold_name()
Dldlang.c2823 undefs = link_info.hash->undefs_tail; in open_input_bfds()
2826 while (undefs != link_info.hash->undefs_tail); in open_input_bfds()
/openbsd/src/gnu/usr.bin/binutils/ld/
Dldlang.c1859 undefs = link_info.hash->undefs_tail; in open_input_bfds()
1862 while (undefs != link_info.hash->undefs_tail); in open_input_bfds()