HomeSort by relevance Sort by last modified time
    Searched refs:bfd_target_vector (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/
bucomm.c 247 for (t = 0; bfd_target_vector[t]; t++)
249 const bfd_target *p = bfd_target_vector[t];
288 FIRST through LAST-1 of bfd_target_vector (targets across,
301 for (t = first; t < last && bfd_target_vector[t]; t++)
302 printf ("%s ", bfd_target_vector[t]->name);
312 for (t = first; t < last && bfd_target_vector[t]; t++)
314 const bfd_target *p = bfd_target_vector[t];
383 while (bfd_target_vector[t] != NULL)
387 wid = LONGEST_ARCH + strlen (bfd_target_vector[t]->name) + 1;
389 while (wid < columns && bfd_target_vector[t] != NULL
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
targets.c 1497 const bfd_target * const *bfd_target_vector = _bfd_target_vector; variable
    [all...]
elfcore.h 153 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++)
format.c 281 for (target = bfd_target_vector; *target != NULL; target++)
libbfd-in.h 813 extern const bfd_target * const *bfd_target_vector;
libbfd.h 818 extern const bfd_target * const *bfd_target_vector;
    [all...]

Completed in 96 milliseconds