Lines Matching refs:machine
41 for each machine, including @file{sunos.c} for sun3 and sun4,
81 sections, the machine architecture and machine type, and the
98 ordinary a.out files on your host. To configure a new machine
586 /* Determine the architecture and machine type of the object file. */
703 unsigned long machine,
707 Keep track of machine architecture and machine type for
709 architecture and machine, or <<M_UNKNOWN>> if that exact architecture
710 and machine can't be represented in a.out format.
712 If the architecture is understood, machine type 0 (default)
718 unsigned long machine,
729 if (machine == 0
730 || machine == bfd_mach_sparc
731 || machine == bfd_mach_sparc_sparclite
732 || machine == bfd_mach_sparc_sparclite_le
733 || machine == bfd_mach_sparc_v8plus
734 || machine == bfd_mach_sparc_v8plusa
735 || machine == bfd_mach_sparc_v8plusb
736 || machine == bfd_mach_sparc_v9
737 || machine == bfd_mach_sparc_v9a
738 || machine == bfd_mach_sparc_v9b)
740 else if (machine == bfd_mach_sparc_sparclet)
745 switch (machine)
756 if (machine == 0
757 || machine == bfd_mach_i386_i386
758 || machine == bfd_mach_i386_i386_intel_syntax)
763 if (machine == 0)
768 switch (machine)
815 switch (machine)
829 if (machine == 0 || machine == 255)
855 unsigned long machine);
858 Set the architecture and the machine of the BFD @var{abfd} to the
859 values @var{arch} and @var{machine}. Verify that @var{abfd}'s format
866 unsigned long machine)
868 if (! bfd_default_set_arch_mach (abfd, arch, machine))
875 NAME (aout, machine_type) (arch, machine, &unknown);