Home | History | Annotate | Download | only in bfd

Lines Matching defs:einfo

1563   struct extsym_info *einfo = (struct extsym_info *) data;
1575 else if (einfo->info->strip == strip_all
1576 || (einfo->info->strip == strip_some
1577 && bfd_hash_lookup (einfo->info->keep_hash,
1661 if (! bfd_ecoff_debug_one_external (einfo->abfd, einfo->debug, einfo->swap,
1665 einfo->failed = TRUE;
5137 struct extsym_info einfo;
5317 einfo.abfd = abfd;
5318 einfo.info = info;
5319 einfo.debug = &debug;
5320 einfo.swap = swap;
5321 einfo.failed = FALSE;
5324 &einfo);
5325 if (einfo.failed)