Searched refs:bfd_target_vector (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dbucomm.c192 for (t = 0; bfd_target_vector[t]; t++)
194 const bfd_target *p = bfd_target_vector[t];
233 FIRST through LAST-1 of bfd_target_vector (targets across,
246 for (t = first; t < last && bfd_target_vector[t]; t++)
247 printf ("%s ", bfd_target_vector[t]->name);
256 for (t = first; t < last && bfd_target_vector[t]; t++)
258 const bfd_target *p = bfd_target_vector[t];
327 while (bfd_target_vector[t] != NULL)
331 wid = LONGEST_ARCH + strlen (bfd_target_vector[t]->name) + 1;
333 while (wid < columns && bfd_target_vector[
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dtargets.c1230 const bfd_target * const *bfd_target_vector = _bfd_target_vector; variable
1285 for (target = &bfd_target_vector[0]; *target != NULL; target++)
1373 target = bfd_target_vector[0];
1421 for (target = &bfd_target_vector[0]; *target != NULL; target++)
1430 for (target = &bfd_target_vector[0]; *target != NULL; target++)
1431 if (target == &bfd_target_vector[0]
1432 || *target != bfd_target_vector[0])
1462 for (target = bfd_target_vector; *target != NULL; target ++)
H A Delfcore.h154 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++)
H A Dformat.c215 for (target = bfd_target_vector; *target != NULL; target++)
H A Dlibbfd-in.h673 extern const bfd_target * const *bfd_target_vector;
H A Dlibbfd.h678 extern const bfd_target * const *bfd_target_vector;
H A Delfcode.h598 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++)

Completed in 216 milliseconds