Home
last modified time | relevance | path

Searched refs:pundef (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/binutils/bfd/
HDlinker.c972 struct bfd_link_hash_entry **pundef; in _bfd_generic_link_add_archive_symbols() local
1017 pundef = &info->hash->undefs; in _bfd_generic_link_add_archive_symbols()
1018 while (*pundef != NULL) in _bfd_generic_link_add_archive_symbols()
1024 h = *pundef; in _bfd_generic_link_add_archive_symbols()
1038 if (*pundef != info->hash->undefs_tail) in _bfd_generic_link_add_archive_symbols()
1039 *pundef = (*pundef)->u.undef.next; in _bfd_generic_link_add_archive_symbols()
1041 pundef = &(*pundef)->u.undef.next; in _bfd_generic_link_add_archive_symbols()
1064 pundef = &(*pundef)->u.undef.next; in _bfd_generic_link_add_archive_symbols()
1113 pundef = &(*pundef)->u.undef.next; in _bfd_generic_link_add_archive_symbols()
HDecoff.c3720 struct bfd_link_hash_entry **pundef; in ecoff_link_add_archive_symbols() local
3756 pundef = &info->hash->undefs; in ecoff_link_add_archive_symbols()
3757 while (*pundef != NULL) in ecoff_link_add_archive_symbols()
3765 h = *pundef; in ecoff_link_add_archive_symbols()
3777 if (*pundef != info->hash->undefs_tail) in ecoff_link_add_archive_symbols()
3778 *pundef = (*pundef)->u.undef.next; in ecoff_link_add_archive_symbols()
3780 pundef = &(*pundef)->u.undef.next; in ecoff_link_add_archive_symbols()
3790 pundef = &(*pundef)->u.undef.next; in ecoff_link_add_archive_symbols()
3802 pundef = &(*pundef)->u.undef.next; in ecoff_link_add_archive_symbols()
3833 pundef = &(*pundef)->u.undef.next; in ecoff_link_add_archive_symbols()
[all …]