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);
14338 struct extsym_info einfo;
14528 einfo.abfd = abfd;
14529 einfo.info = info;
14530 einfo.debug = &debug;
14531 einfo.swap = swap;
14532 einfo.failed = FALSE;
14534 mips_elf_output_extsym, &einfo);
14535 einfo.failed)