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

/freebsd-10.3-release/contrib/binutils/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...]
/freebsd-10.3-release/contrib/binutils/bfd/
H A Dtargets.c1239 const bfd_target * const *bfd_target_vector = _bfd_target_vector; variable
1294 for (target = &bfd_target_vector[0]; *target != NULL; target++)
1382 target = bfd_target_vector[0];
1430 for (target = &bfd_target_vector[0]; *target != NULL; target++)
1439 for (target = &bfd_target_vector[0]; *target != NULL; target++)
1440 if (target == &bfd_target_vector[0]
1441 || *target != bfd_target_vector[0])
1471 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.h674 extern const bfd_target * const *bfd_target_vector;
H A Dlibbfd.h679 extern const bfd_target * const *bfd_target_vector;
H A Delfcode.h601 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++)
645 for (target_ptr = bfd_target_vector;
H A Dpeicode.h1345 for (target_ptr = bfd_target_vector; *target_ptr != NULL;

Completed in 174 milliseconds