Lines Matching full:pe_details
320 static const pe_details_type *pe_details;
410 #define U(str) (pe_details->underscored ? "_" str : str)
427 pe_details = pe_detail_list + i;
587 afptr = pe_details->autofilter_symbollist;
752 if (pe_details->underscored && *sn == '_')
899 if (pe_details->underscored
1144 if (pe_details->underscored
1389 && relocs[i]->howto->type != pe_details->imagebase_reloc)
1888 bfd_find_target (pe_details->object_target, abfd);
1892 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0);
1977 bfd_find_target (pe_details->object_target, abfd);
1981 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0);
2099 switch (pe_details->pe_arch)
2129 bfd_find_target (pe_details->object_target, abfd);
2133 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0);
2181 switch (pe_details->pe_arch)
2309 bfd_find_target (pe_details->object_target, abfd);
2313 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0);
2350 bfd_find_target (pe_details->object_target, abfd);
2354 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0);
2442 bfd_find_target (pe_details->object_target, abfd);
2446 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0);
2499 bfd_find_target (pe_details->object_target, abfd);
2503 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0);
2580 bfd_find_target (pe_details->object_target, abfd);
2584 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0);
2873 if (pe_details->underscored)
2913 if (lname[0] == '_' && pe_details->underscored)
3176 dll = bfd_openr (filename, pe_details->target_name);