Lines Matching full:bfd_hash_lookup
666 if (bfd_hash_lookup (link_info.notice_hash, name, TRUE, TRUE) == NULL)
667 einfo (_("%P%F: bfd_hash_lookup failed: %E\n"));
683 if (bfd_hash_lookup (info->ignore_hash, name, TRUE, TRUE) == NULL)
684 einfo (_("%P%F: bfd_hash_lookup failed: %E\n"));
703 if (bfd_hash_lookup (link_info.wrap_hash, name, TRUE, TRUE) == NULL)
704 einfo (_("%P%F: bfd_hash_lookup failed: %E\n"));
761 if (bfd_hash_lookup (link_info.keep_hash, buf, TRUE, TRUE) == NULL)
762 einfo (_("%P%F: bfd_hash_lookup for insertion failed: %E\n"));
1297 && bfd_hash_lookup (info->ignore_hash, name, FALSE, FALSE) != NULL)
1492 && bfd_hash_lookup (info->notice_hash, name, FALSE, FALSE) != NULL)