Home | History | Annotate | Download | only in bfd

Lines Matching defs:einfo

2838   struct extsym_info *einfo = data;
2850 else if (einfo->info->strip == strip_all
2851 || (einfo->info->strip == strip_some
2852 && bfd_hash_lookup (einfo->info->keep_hash,
2892 mips_elf_hash_table (einfo->info)->procedure_count;
2894 else if (strcmp (name, "_gp_disp") == 0 && ! NEWABI_P (einfo->abfd))
2898 h->esym.asym.value = elf_gp (einfo->abfd);
2995 if (! bfd_ecoff_debug_one_external (einfo->abfd, einfo->debug, einfo->swap,
2999 einfo->failed = TRUE;
10284 (*info->callbacks->einfo) ("%P: %s\n", msg);
14333 struct extsym_info einfo;
14523 einfo.abfd = abfd;
14524 einfo.info = info;
14525 einfo.debug = &debug;
14526 einfo.swap = swap;
14527 einfo.failed = FALSE;
14529 mips_elf_output_extsym, &einfo);
14530 if (einfo.failed)