Home
last modified time | relevance | path

Searched refs:bfd_target_vector (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/binutils-2.27/binutils/
HDbucomm.c244 for (t = 0; bfd_target_vector[t]; t++) in display_target_list()
246 const bfd_target *p = bfd_target_vector[t]; in display_target_list()
298 for (t = first; t < last && bfd_target_vector[t]; t++) in display_info_table()
299 printf ("%s ", bfd_target_vector[t]->name); in display_info_table()
309 for (t = first; t < last && bfd_target_vector[t]; t++) in display_info_table()
311 const bfd_target *p = bfd_target_vector[t]; in display_info_table()
380 while (bfd_target_vector[t] != NULL) in display_target_tables()
384 wid = LONGEST_ARCH + strlen (bfd_target_vector[t]->name) + 1; in display_target_tables()
386 while (wid < columns && bfd_target_vector[t] != NULL) in display_target_tables()
390 newwid = wid + strlen (bfd_target_vector[t]->name) + 1; in display_target_tables()
/dragonfly/contrib/binutils-2.34/bfd/
HDtargets.c1417 const bfd_target * const *bfd_target_vector = _bfd_target_vector; variable
1471 for (target = &bfd_target_vector[0]; *target != NULL; target++) in find_target()
1559 target = bfd_target_vector[0]; in bfd_find_target()
1718 for (target = &bfd_target_vector[0]; *target != NULL; target++) in bfd_target_list()
1727 for (target = &bfd_target_vector[0]; *target != NULL; target++) in bfd_target_list()
1728 if (target == &bfd_target_vector[0] in bfd_target_list()
1729 || *target != bfd_target_vector[0]) in bfd_target_list()
1758 for (target = bfd_target_vector; *target != NULL; ++target) in bfd_iterate_over_targets()
HDelfcore.h161 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++) in elf_core_file_p()
HDformat.c292 for (target = bfd_target_vector; *target != NULL; target++) in bfd_check_format_matches()
HDlibbfd.h842 extern const bfd_target * const *bfd_target_vector ATTRIBUTE_HIDDEN;
/dragonfly/contrib/binutils-2.27/bfd/
HDtargets.c1497 const bfd_target * const *bfd_target_vector = _bfd_target_vector; variable
1551 for (target = &bfd_target_vector[0]; *target != NULL; target++) in find_target()
1639 target = bfd_target_vector[0]; in bfd_find_target()
1798 for (target = &bfd_target_vector[0]; *target != NULL; target++) in bfd_target_list()
1807 for (target = &bfd_target_vector[0]; *target != NULL; target++) in bfd_target_list()
1808 if (target == &bfd_target_vector[0] in bfd_target_list()
1809 || *target != bfd_target_vector[0]) in bfd_target_list()
1839 for (target = bfd_target_vector; *target != NULL; target ++) in bfd_search_for_target()
HDelfcore.h153 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++) in elf_core_file_p()
HDformat.c281 for (target = bfd_target_vector; *target != NULL; target++) in bfd_check_format_matches()
HDlibbfd.h815 extern const bfd_target * const *bfd_target_vector;
/dragonfly/contrib/gdb-7/bfd/
HDtargets.c1379 const bfd_target * const *bfd_target_vector = _bfd_target_vector; variable
1433 for (target = &bfd_target_vector[0]; *target != NULL; target++) in find_target()
1521 target = bfd_target_vector[0]; in bfd_find_target()
1680 for (target = &bfd_target_vector[0]; *target != NULL; target++) in bfd_target_list()
1689 for (target = &bfd_target_vector[0]; *target != NULL; target++) in bfd_target_list()
1690 if (target == &bfd_target_vector[0] in bfd_target_list()
1691 || *target != bfd_target_vector[0]) in bfd_target_list()
1721 for (target = bfd_target_vector; *target != NULL; target ++) in bfd_search_for_target()
HDelfcore.h154 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++) in elf_core_file_p()
HDformat.c279 for (target = bfd_target_vector; *target != NULL; target++) in bfd_check_format_matches()
HDlibbfd.h789 extern const bfd_target * const *bfd_target_vector;