Lines Matching full:machine
27 could possibly refer to the i960 machine pointed at in the
34 unsigned long machine;
71 machine = bfd_mach_i960_core;
73 machine = bfd_mach_i960_ka_sa;
75 machine = bfd_mach_i960_kb_sb;
79 { machine = bfd_mach_i960_kb_sb; fail_because_not_80960 = FALSE; }
81 machine = bfd_mach_i960_kb_sb;
83 { machine = bfd_mach_i960_mc; fail_because_not_80960 = FALSE; }
85 machine = bfd_mach_i960_xa;
87 { machine = bfd_mach_i960_ca; fail_because_not_80960 = FALSE; }
89 { machine = bfd_mach_i960_ka_sa; fail_because_not_80960 = FALSE; }
91 machine = bfd_mach_i960_ka_sa;
93 machine = bfd_mach_i960_jx;
95 machine = bfd_mach_i960_hx;
102 if (machine == ap->mach)
109 machine which would be compatible with both and returns a pointer
124 We represent this information in an array, each machine to a side */