Lines Matching refs:machine
585 /* Determine the architecture and machine type of the object file. */
679 /* Keep track of machine architecture and machine type for
681 architecture and machine, or <<M_UNKNOWN>> if that exact architecture
682 and machine can't be represented in a.out format.
684 If the architecture is understood, machine type 0 (default)
689 unsigned long machine,
700 if (machine == 0
701 || machine == bfd_mach_sparc
702 || machine == bfd_mach_sparc_sparclite
703 || machine == bfd_mach_sparc_v9)
705 else if (machine == bfd_mach_sparc_sparclet)
710 switch (machine)
721 if (machine == 0
722 || machine == bfd_mach_i386_i386
723 || machine == bfd_mach_i386_i386_intel_syntax)
728 if (machine == 0) arch_flags = M_ARM;
732 switch (machine)
752 switch (machine)
780 /* Set the architecture and the machine of the ABFD to the
781 values ARCH and MACHINE. Verify that @ABFD's format
787 unsigned long machine)
789 if (! bfd_default_set_arch_mach (abfd, arch, machine))
796 NAME (aout, machine_type) (arch, machine, &unknown);