Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/emultempl/
Dz80.em53 unsigned long mach_type;
55 mach_type = bfd_get_mach (entry->the_bfd);
56 switch (mach_type)
80 unsigned long mach_type;
87 mach_type = bfd_mach_z80strict;
90 mach_type = bfd_mach_z80;
93 mach_type = bfd_mach_z80full;
96 mach_type = bfd_mach_r800;
99 mach_type = 0;
101 bfd_set_arch_mach (link_info.output_bfd, bfd_arch_z80, mach_type);
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-z80.c264 int mach_type; in z80_md_end() local
272 mach_type = bfd_mach_z80strict; in z80_md_end()
275 mach_type = bfd_mach_z80; in z80_md_end()
278 mach_type = bfd_mach_z80full; in z80_md_end()
281 mach_type = bfd_mach_r800; in z80_md_end()
284 mach_type = 0; in z80_md_end()
287 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_type); in z80_md_end()