Searched refs:einfo (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-alpha.c2743 struct extsym_info *einfo = (struct extsym_info *) data;
2756 else if (einfo->info->strip == strip_all
2757 || (einfo->info->strip == strip_some
2758 && bfd_hash_lookup (einfo->info->keep_hash,
2845 sec = bfd_get_section_by_name (einfo->abfd, ".plt");
2860 if (! bfd_ecoff_debug_one_external (einfo->abfd, einfo->debug, einfo->swap,
2864 einfo->failed = TRUE;
5114 struct extsym_info einfo;
2735 struct extsym_info *einfo = (struct extsym_info *) data; local
5105 struct extsym_info einfo; local
[all...]
H A Delfxx-mips.c1494 struct extsym_info *einfo = data;
1508 else if (einfo->info->strip == strip_all
1509 || (einfo->info->strip == strip_some
1510 && bfd_hash_lookup (einfo->info->keep_hash,
1550 mips_elf_hash_table (einfo->info)->procedure_count;
1552 else if (strcmp (name, "_gp_disp") == 0 && ! NEWABI_P (einfo->abfd))
1556 h->esym.asym.value = elf_gp (einfo->abfd);
1658 if (! bfd_ecoff_debug_one_external (einfo->abfd, einfo->debug, einfo
1484 struct extsym_info *einfo = data; local
8295 struct extsym_info einfo; local
8492 mips_elf_output_extsym, &einfo); local
[all...]
H A Decoff.c4094 struct extsym_info einfo;
4165 einfo.abfd = abfd;
4166 einfo.info = info;
4169 (PTR) &einfo);
4389 struct extsym_info *einfo = (struct extsym_info *) data;
4390 bfd *output_bfd = einfo->abfd;
4404 else if (einfo->info->strip == strip_all
4405 || (einfo->info->strip == strip_some
4406 && bfd_hash_lookup (einfo->info->keep_hash,
4083 struct extsym_info einfo; local
4378 struct extsym_info *einfo = (struct extsym_info *) data; local

Completed in 95 milliseconds