Lines Matching full:einfo
4124 struct extsym_info *einfo = (struct extsym_info *) data;
4125 bfd *output_bfd = einfo->abfd;
4139 else if (einfo->info->strip == strip_all
4140 || (einfo->info->strip == strip_some
4141 && bfd_hash_lookup (einfo->info->keep_hash,
4281 struct extsym_info einfo;
4352 einfo.abfd = abfd;
4353 einfo.info = info;
4354 bfd_hash_traverse (&info->hash->table, ecoff_link_write_external, &einfo);