Searched refs:cputype (Results 1 - 25 of 43) sorted by relevance

12

/haiku-buildtools/binutils/include/mach-o/
H A Dexternal.h27 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_external
372 unsigned char cputype[4]; member in struct:mach_o_fat_arch_external
/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-mach-o.c51 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_32
64 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_64
197 unsigned int cputype; member in struct:simple_object_mach_o_read
217 unsigned int cputype; member in struct:simple_object_mach_o_attributes
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype));
821 ret->cputype = omr->cputype;
852 || to->cputype != from->cputype)
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-mach-o.c51 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_32
64 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_64
197 unsigned int cputype; member in struct:simple_object_mach_o_read
217 unsigned int cputype; member in struct:simple_object_mach_o_attributes
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype));
821 ret->cputype = omr->cputype;
852 || to->cputype != from->cputype)
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dmach-o.c297 bfd_h_put_32 (abfd, header->cputype, buf + 4);
620 header->cputype = (*get32) (buf + 4);
1119 switch (mdata->header.cputype)
1457 if ((mdata->header.cputype == BFD_MACH_O_CPU_TYPE_I386)
1470 else if ((mdata->header.cputype == BFD_MACH_O_CPU_TYPE_POWERPC)
1493 enum bfd_architecture cputype; local
1503 bfd_mach_o_convert_architecture (header->cputype, header->cpusubtype,
1504 &cputype, &cpusubtype);
1505 if (cputype == bfd_arch_unknown)
1508 header->cputype, heade
1671 unsigned long cputype; member in struct:mach_o_fat_archentry
[all...]
H A Dmach-o.h179 unsigned long cputype; member in struct:bfd_mach_o_header
H A Dpef.c510 enum bfd_architecture cputype; local
515 bfd_pef_convert_architecture (header->architecture, &cputype, &cpusubtype);
516 if (cputype == bfd_arch_unknown)
522 bfd_set_arch_mach (abfd, cputype, cpusubtype);
H A Dlibcoff-in.h156 /* cputype from optional header. */
157 short cputype; member in struct:xcoff_tdata
H A Dcoffcode.h1827 xcoff->cputype = internal_a->o_cputype;
2044 int cputype;
2046 if (xcoff_data (abfd)->cputype != -1)
2047 cputype = xcoff_data (abfd)->cputype & 0xff;
2055 cputype = 0;
2071 cputype = sym.n_type & 0xff;
2073 cputype = 0;
2079 switch (cputype)
4044 if (xcoff_data (abfd)->cputype !
2043 int cputype; local
[all...]
H A Dlibcoff.h160 /* cputype from optional header. */
161 short cputype; member in struct:xcoff_tdata
/haiku-buildtools/binutils/bfd/
H A Dmach-o.c1125 bfd_h_put_32 (abfd, header->cputype, raw.cputype);
3340 header->cputype = (*get32) (raw.cputype);
4071 switch (mdata->header.cputype)
4846 if ((mdata->header.cputype == BFD_MACH_O_CPU_TYPE_I386)
4857 else if ((mdata->header.cputype == BFD_MACH_O_CPU_TYPE_POWERPC)
4868 else if ((mdata->header.cputype == BFD_MACH_O_CPU_TYPE_POWERPC_64)
4879 else if ((mdata->header.cputype == BFD_MACH_O_CPU_TYPE_X86_64)
4918 enum bfd_architecture cputype; local
5041 bfd_mach_o_header_p(bfd *abfd, file_ptr hdr_off, bfd_mach_o_filetype filetype, bfd_mach_o_cpu_type cputype) argument
5162 unsigned long cputype; member in struct:mach_o_fat_archentry
[all...]
H A Dmach-o-aarch64.c66 mdata->header.cputype = BFD_MACH_O_CPU_TYPE_ARM64;
H A Dmach-o-arm.c64 mdata->header.cputype = BFD_MACH_O_CPU_TYPE_ARM;
H A Dmach-o-x86-64.c55 mdata->header.cputype = BFD_MACH_O_CPU_TYPE_X86_64;
H A Dpef.c517 enum bfd_architecture cputype; local
522 bfd_pef_convert_architecture (header->architecture, &cputype, &cpusubtype);
523 if (cputype == bfd_arch_unknown)
529 bfd_set_arch_mach (abfd, cputype, cpusubtype);
H A Dmach-o-i386.c55 mdata->header.cputype = BFD_MACH_O_CPU_TYPE_I386;
H A Dmach-o.h35 unsigned long cputype; member in struct:bfd_mach_o_header
H A Dlibcoff-in.h173 /* cputype from optional header. */
174 short cputype; member in struct:xcoff_tdata
H A Dcoffcode.h2072 xcoff->cputype = internal_a->o_cputype;
2282 int cputype;
2284 if (xcoff_data (abfd)->cputype != -1)
2285 cputype = xcoff_data (abfd)->cputype & 0xff;
2293 cputype = 0;
2311 cputype = sym.n_type & 0xff;
2313 cputype = 0;
2319 switch (cputype)
4341 if (xcoff_data (abfd)->cputype !
2281 int cputype; local
[all...]
H A Dlibcoff.h177 /* cputype from optional header. */
178 short cputype; member in struct:xcoff_tdata
/haiku-buildtools/gcc/gmp/mpn/a29k/
H A Daddmul_1.s28 .cputype 29050
H A Dmul_1.s28 .cputype 29050
H A Dsubmul_1.s28 .cputype 29050
/haiku-buildtools/binutils/binutils/
H A Dod-macho.c302 printf (_(" cputype : %08lx (%s)\n"), h->cputype,
303 bfd_mach_o_get_name (bfd_mach_o_cpu_name, h->cputype));
1013 switch (mdata->header.cputype)
1863 switch (mdata->header.cputype)
/haiku-buildtools/gcc/gmp/
H A Dconfigfsf.guess1259 # "uname -m" is not consistent, so use $cputype instead. 386
1262 if test "$cputype" = "386"; then
1265 UNAME_MACHINE="$cputype"
/haiku-buildtools/autoconf/build-aux/
H A Dconfig.guess1261 # "uname -m" is not consistent, so use $cputype instead. 386
1264 if test "$cputype" = "386"; then
1267 UNAME_MACHINE="$cputype"

Completed in 318 milliseconds

12