Lines Matching defs:einfo
1552 struct extsym_info *einfo = (struct extsym_info *) data;
1564 else if (einfo->info->strip == strip_all
1565 || (einfo->info->strip == strip_some
1566 && bfd_hash_lookup (einfo->info->keep_hash,
1650 if (! bfd_ecoff_debug_one_external (einfo->abfd, einfo->debug, einfo->swap,
1654 einfo->failed = true;
5061 struct extsym_info einfo;
5241 einfo.abfd = abfd;
5242 einfo.info = info;
5243 einfo.debug = &debug;
5244 einfo.swap = swap;
5245 einfo.failed = false;
5248 &einfo);
5249 if (einfo.failed)