Lines Matching full:machine
49 generally this would be one for each machine and one for the
50 default case (an item with a machine field of 0).
64 the family is in use. The machine gives a number which
108 . lower number indicates a machine type that
523 . {* TRUE if this is the default machine for the architecture.
725 Return a printable string representing the architecture and machine
746 structure if a machine is found, otherwise NULL.
829 Determine whether two BFDs' architectures and machine types
831 between the two architectures and machine types implied by
833 describing the compatible machine.
911 Set the architecture and machine type in BFD @var{abfd}
958 machine.
1044 architecture hit and a machine hit.
1062 /* Exact match of the machine name (PRINTABLE_NAME)? */
1109 up to the :, then we get left with the machine number. */
1127 machine for this architecture. */
1279 (enum bfd_architecture arch, unsigned long machine);
1283 arguments @var{arch} and @var{machine}. A machine of 0 matches the
1284 machine/architecture structure which marks itself as the
1289 bfd_lookup_arch (enum bfd_architecture arch, unsigned long machine)
1298 && (ap->mach == machine
1299 || (machine == 0 && ap->the_default)))
1313 (enum bfd_architecture arch, unsigned long machine);
1317 machine type.
1323 bfd_printable_arch_mach (enum bfd_architecture arch, unsigned long machine)
1325 const bfd_arch_info_type *ap = bfd_lookup_arch (arch, machine);
1358 (enum bfd_architecture arch, unsigned long machine);