HomeSort by: relevance | last modified time | path
    Searched refs:target_vec (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
targets.c 1650 const bfd_target *target_vec;
1658 target_vec = bfd_find_target (target_name, abfd);
1659 if (! target_vec)
1662 *is_bigendian = target_vec->byteorder == BFD_ENDIAN_BIG;
1664 *underscoring = ((int) target_vec->symbol_leading_char) & 0xff;
1668 const char *tname = target_vec->name;
1702 return target_vec;
1649 const bfd_target *target_vec; local
opncls.c 234 const bfd_target *target_vec; local
244 target_vec = bfd_find_target (target, nbfd);
245 if (target_vec == NULL)
462 const bfd_target *target_vec; local
468 target_vec = bfd_find_target (target, nbfd);
469 if (target_vec == NULL)
661 const bfd_target *target_vec; local
669 target_vec = bfd_find_target (target, nbfd);
670 if (target_vec == NULL)
733 const bfd_target *target_vec;
732 const bfd_target *target_vec; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
targets.c 1650 const bfd_target *target_vec;
1658 target_vec = bfd_find_target (target_name, abfd);
1659 if (! target_vec)
1662 *is_bigendian = target_vec->byteorder == BFD_ENDIAN_BIG;
1664 *underscoring = ((int) target_vec->symbol_leading_char) & 0xff;
1668 const char *tname = target_vec->name;
1701 return target_vec;
1649 const bfd_target *target_vec; local
opncls.c 236 const bfd_target *target_vec; local
246 target_vec = bfd_find_target (target, nbfd);
247 if (target_vec == NULL)
464 const bfd_target *target_vec; local
470 target_vec = bfd_find_target (target, nbfd);
471 if (target_vec == NULL)
663 const bfd_target *target_vec; local
671 target_vec = bfd_find_target (target, nbfd);
672 if (target_vec == NULL)
735 const bfd_target *target_vec;
734 const bfd_target *target_vec; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
targets.c 1649 const bfd_target *target_vec;
1657 target_vec = bfd_find_target (target_name, abfd);
1658 if (! target_vec)
1661 *is_bigendian = target_vec->byteorder == BFD_ENDIAN_BIG;
1663 *underscoring = ((int) target_vec->symbol_leading_char) & 0xff;
1667 const char *tname = target_vec->name;
1700 return target_vec;
1648 const bfd_target *target_vec; local
opncls.c 279 const bfd_target *target_vec; local
289 target_vec = bfd_find_target (target, nbfd);
290 if (target_vec == NULL)
507 const bfd_target *target_vec; local
513 target_vec = bfd_find_target (target, nbfd);
514 if (target_vec == NULL)
706 const bfd_target *target_vec; local
714 target_vec = bfd_find_target (target, nbfd);
715 if (target_vec == NULL)
778 const bfd_target *target_vec;
777 const bfd_target *target_vec; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
targets.c 1654 const bfd_target *target_vec;
1662 target_vec = bfd_find_target (target_name, abfd);
1663 if (! target_vec)
1666 *is_bigendian = target_vec->byteorder == BFD_ENDIAN_BIG;
1668 *underscoring = ((int) target_vec->symbol_leading_char) & 0xff;
1672 const char *tname = target_vec->name;
1705 return target_vec;
1653 const bfd_target *target_vec; local
opncls.c 294 const bfd_target *target_vec; local
304 target_vec = bfd_find_target (target, nbfd);
305 if (target_vec == NULL)
522 const bfd_target *target_vec; local
528 target_vec = bfd_find_target (target, nbfd);
529 if (target_vec == NULL)
721 const bfd_target *target_vec; local
729 target_vec = bfd_find_target (target, nbfd);
730 if (target_vec == NULL)
793 const bfd_target *target_vec;
792 const bfd_target *target_vec; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
windmc.c 235 const bfd_target *target_vec; local
238 target_vec = bfd_get_target_info (target, abfd, &target_is_bigendian, NULL,
240 if (! target_vec)
windres.c 1087 const bfd_target *target_vec;
1090 target_vec = bfd_get_target_info (target, abfd, &target_is_bigendian, NULL,
1092 if (! target_vec)
1082 const bfd_target *target_vec; local
  /src/external/gpl3/binutils.old/dist/binutils/
windmc.c 235 const bfd_target *target_vec; local
238 target_vec = bfd_get_target_info (target, abfd, &target_is_bigendian, NULL,
240 if (! target_vec)
windres.c 1087 const bfd_target *target_vec;
1090 target_vec = bfd_get_target_info (target, abfd, &target_is_bigendian, NULL,
1092 if (! target_vec)
1082 const bfd_target *target_vec; local

Completed in 47 milliseconds