Searched refs:cpusubtype (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/binutils/include/mach-o/
H A Dexternal.h28 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_external
373 unsigned char cpusubtype[4]; member in struct:mach_o_fat_arch_external
/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-mach-o.c52 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_32
65 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_64
199 unsigned int cpusubtype; member in struct:simple_object_mach_o_read
219 unsigned int cpusubtype; member in struct:simple_object_mach_o_attributes
327 omr->cpusubtype = (*fetch_32) (b
329 cpusubtype));
822 ret->cpusubtype = omr->cpusubtype;
911 set_32 (hdr + offsetof (struct mach_o_header_32, cpusubtype),
912 attrs->cpusubtype);
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-mach-o.c52 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_32
65 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_64
199 unsigned int cpusubtype; member in struct:simple_object_mach_o_read
219 unsigned int cpusubtype; member in struct:simple_object_mach_o_attributes
327 omr->cpusubtype = (*fetch_32) (b
329 cpusubtype));
822 ret->cpusubtype = omr->cpusubtype;
911 set_32 (hdr + offsetof (struct mach_o_header_32, cpusubtype),
912 attrs->cpusubtype);
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dmach-o.c298 bfd_h_put_32 (abfd, header->cpusubtype, buf + 8);
621 header->cpusubtype = (*get32) (buf + 8);
1494 unsigned long cpusubtype; local
1503 bfd_mach_o_convert_architecture (header->cputype, header->cpusubtype,
1504 &cputype, &cpusubtype);
1508 header->cputype, header->cpusubtype);
1512 bfd_set_arch_mach (abfd, cputype, cpusubtype);
1556 mdata->header.cpusubtype = 0;
1672 unsigned long cpusubtype; member in struct:mach_o_fat_archentry
1718 adata->archentries[i].cpusubtype
[all...]
H A Dmach-o.h180 unsigned long cpusubtype; member in struct:bfd_mach_o_header
H A Dpef.c511 unsigned long cpusubtype; local
515 bfd_pef_convert_architecture (header->architecture, &cputype, &cpusubtype);
522 bfd_set_arch_mach (abfd, cputype, cpusubtype);
/haiku-buildtools/binutils/bfd/
H A Dmach-o-aarch64.c67 mdata->header.cpusubtype = BFD_MACH_O_CPU_SUBTYPE_ARM64_ALL;
H A Dmach-o-arm.c65 mdata->header.cpusubtype = BFD_MACH_O_CPU_SUBTYPE_ARM_ALL;
H A Dmach-o-x86-64.c56 mdata->header.cpusubtype =
H A Dmach-o.c1126 bfd_h_put_32 (abfd, header->cpusubtype, raw.cpusubtype);
3341 header->cpusubtype = (*get32) (raw.cpusubtype);
4919 unsigned long cpusubtype; local
4944 bfd_mach_o_convert_architecture (header->cputype, header->cpusubtype,
4945 &cputype, &cpusubtype);
4951 header->cputype, header->cpusubtype);
4955 bfd_set_arch_mach (abfd, cputype, cpusubtype);
5007 mdata->header.cpusubtype
5163 unsigned long cpusubtype; member in struct:mach_o_fat_archentry
[all...]
H A Dmach-o-i386.c56 mdata->header.cpusubtype = BFD_MACH_O_CPU_SUBTYPE_X86_ALL;
H A Dmach-o.h36 unsigned long cpusubtype; member in struct:bfd_mach_o_header
H A Dpef.c518 unsigned long cpusubtype; local
522 bfd_pef_convert_architecture (header->architecture, &cputype, &cpusubtype);
529 bfd_set_arch_mach (abfd, cputype, cpusubtype);
/haiku-buildtools/binutils/binutils/
H A Dod-macho.c304 printf (_(" cpusubtype: %08lx\n"), h->cpusubtype);

Completed in 156 milliseconds