Searched refs:pe_details (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/ld/
H A Dpep-dll.c28 #define pe_details pep_details macro
H A Dpe-dll.c300 static const pe_details_type *pe_details; variable
353 #define U(str) (pe_details->underscored ? "_" str : str)
364 pe_details = pe_detail_list + i;
513 afptr = pe_details->autofilter_symbollist;
638 if (pe_details->underscored && *sn == '_')
782 if (pe_details->underscored
1001 if (pe_details->underscored
1239 && relocs[i]->howto->type != pe_details->imagebase_reloc)
1697 bfd_find_target (pe_details->object_target, abfd);
1701 bfd_set_arch_mach (abfd, pe_details
[all...]

Completed in 155 milliseconds