Searched refs:mach_type (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-z80.c187 int mach_type; local
195 mach_type = bfd_mach_z80strict;
198 mach_type = bfd_mach_z80;
201 mach_type = bfd_mach_z80full;
204 mach_type = bfd_mach_r800;
207 mach_type = 0;
210 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_type);
/haiku-buildtools/binutils/gas/config/
H A Dtc-z80.c264 int mach_type; local
272 mach_type = bfd_mach_z80strict;
275 mach_type = bfd_mach_z80;
278 mach_type = bfd_mach_z80full;
281 mach_type = bfd_mach_r800;
284 mach_type = 0;
287 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_type);

Completed in 38 milliseconds