Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dmach-o.c5366 unsigned long cpu_subtype; in bfd_mach_o_fat_extract() local
5369 &cpu_type, &cpu_subtype); in bfd_mach_o_fat_extract()
5370 if (cpu_type != arch->arch || cpu_subtype != arch->mach) in bfd_mach_o_fat_extract()
5378 bfd_mach_o_fat_member_init (res, cpu_type, cpu_subtype, e); in bfd_mach_o_fat_extract()