Home
last modified time | relevance | path

Searched refs:pe_detail_list (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dpe-dll.c251 static pe_details_type pe_detail_list[] = variable
417 for (i = 0; pe_detail_list[i].target_name; i++) in pe_dll_id_target()
418 if (strcmp (pe_detail_list[i].target_name, target) == 0 in pe_dll_id_target()
419 || strcmp (pe_detail_list[i].object_target, target) == 0) in pe_dll_id_target()
426 pe_detail_list[i].underscored = (u != 0 ? TRUE : FALSE); in pe_dll_id_target()
427 pe_details = pe_detail_list + i; in pe_dll_id_target()
DChangeLog-200692 (autofilter_symbollist_i386, pe_detail_list, pe_details,
464 (pe_detail_list): Add PE_ARCH_arm_wince case.
733 (pe_detail_list): Add autofilter_symbollist_i386 to i386 case and
DChangeLog-2010970 * pe-dll.c (pe_detail_list): Set default
1108 (pe_detail_list): Remove const to allow modify of
DChangeLog-9899200 (pe_detail_list): Fully initialize last entry.
DChangeLog-02031126 * pe-dll.c (pe_detail_list): arm-pe targets use underscores.