HomeSort by: relevance | last modified time | path
    Searched defs:arch_subtype (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
mach-o.c 5611 ARCH_TYPE/ARCH_SUBTYPE and corresponding entry in header is ENTRY.
5617 unsigned long arch_subtype,
5622 const bfd_arch_info_type *ap = bfd_lookup_arch (arch_type, arch_subtype);
5659 unsigned long arch_subtype; local
5702 &arch_type, &arch_subtype);
5704 if (!bfd_mach_o_fat_member_init (nbfd, arch_type, arch_subtype, entry))
5710 bfd_set_arch_mach (nbfd, arch_type, arch_subtype);
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.c 5610 ARCH_TYPE/ARCH_SUBTYPE and corresponding entry in header is ENTRY.
5616 unsigned long arch_subtype,
5621 const bfd_arch_info_type *ap = bfd_lookup_arch (arch_type, arch_subtype);
5658 unsigned long arch_subtype; local
5701 &arch_type, &arch_subtype);
5703 if (!bfd_mach_o_fat_member_init (nbfd, arch_type, arch_subtype, entry))
5709 bfd_set_arch_mach (nbfd, arch_type, arch_subtype);
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.c 5608 ARCH_TYPE/ARCH_SUBTYPE and corresponding entry in header is ENTRY.
5614 unsigned long arch_subtype,
5619 const bfd_arch_info_type *ap = bfd_lookup_arch (arch_type, arch_subtype);
5656 unsigned long arch_subtype; local
5699 &arch_type, &arch_subtype);
5701 if (!bfd_mach_o_fat_member_init (nbfd, arch_type, arch_subtype, entry))
5707 bfd_set_arch_mach (nbfd, arch_type, arch_subtype);
  /src/external/gpl3/gdb/dist/bfd/
mach-o.c 5610 ARCH_TYPE/ARCH_SUBTYPE and corresponding entry in header is ENTRY.
5616 unsigned long arch_subtype,
5621 const bfd_arch_info_type *ap = bfd_lookup_arch (arch_type, arch_subtype);
5658 unsigned long arch_subtype; local
5701 &arch_type, &arch_subtype);
5703 if (!bfd_mach_o_fat_member_init (nbfd, arch_type, arch_subtype, entry))
5709 bfd_set_arch_mach (nbfd, arch_type, arch_subtype);

Completed in 69 milliseconds