/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-mach-o.c | 51 unsigned char cputype[4]; /* CPU that this object is for. */ member 64 unsigned char cputype[4]; /* CPU that this object is for. */ member 197 unsigned int cputype; member 217 unsigned int cputype; member 326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype)); in simple_object_mach_o_match() 821 ret->cputype = omr->cputype; in simple_object_mach_o_fetch_attributes() 852 || to->cputype != from->cputype) in simple_object_mach_o_attributes_merge() 910 set_32 (hdr + offsetof (struct mach_o_header_32, cputype), attrs->cputype); in simple_object_mach_o_write_header()
|
/toolchain/binutils/binutils-2.25/include/mach-o/ |
D | external.h | 27 unsigned char cputype[4]; /* CPU that this object is for. */ member 358 unsigned char cputype[4]; member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | mach-o.c | 1086 bfd_h_put_32 (abfd, header->cputype, raw.cputype); in bfd_mach_o_write_header() 3241 header->cputype = (*get32) (raw.cputype); in bfd_mach_o_read_header() 3956 switch (mdata->header.cputype) in bfd_mach_o_read_thread() 4728 if ((mdata->header.cputype == BFD_MACH_O_CPU_TYPE_I386) in bfd_mach_o_scan_start_address() 4739 else if ((mdata->header.cputype == BFD_MACH_O_CPU_TYPE_POWERPC) in bfd_mach_o_scan_start_address() 4750 else if ((mdata->header.cputype == BFD_MACH_O_CPU_TYPE_POWERPC_64) in bfd_mach_o_scan_start_address() 4761 else if ((mdata->header.cputype == BFD_MACH_O_CPU_TYPE_X86_64) in bfd_mach_o_scan_start_address() 4800 enum bfd_architecture cputype; in bfd_mach_o_scan() local 4826 bfd_mach_o_convert_architecture (header->cputype, header->cpusubtype, in bfd_mach_o_scan() 4827 &cputype, &cpusubtype); in bfd_mach_o_scan() [all …]
|
D | pef.c | 514 enum bfd_architecture cputype; in bfd_pef_scan() local 519 bfd_pef_convert_architecture (header->architecture, &cputype, &cpusubtype); in bfd_pef_scan() 520 if (cputype == bfd_arch_unknown) in bfd_pef_scan() 526 bfd_set_arch_mach (abfd, cputype, cpusubtype); in bfd_pef_scan()
|
D | coffcode.h | 2056 xcoff->cputype = internal_a->o_cputype; in coff_mkobject_hook() 2262 int cputype; in coff_set_arch_mach_hook() local 2264 if (xcoff_data (abfd)->cputype != -1) in coff_set_arch_mach_hook() 2265 cputype = xcoff_data (abfd)->cputype & 0xff; in coff_set_arch_mach_hook() 2273 cputype = 0; in coff_set_arch_mach_hook() 2289 cputype = sym.n_type & 0xff; in coff_set_arch_mach_hook() 2291 cputype = 0; in coff_set_arch_mach_hook() 2297 switch (cputype) in coff_set_arch_mach_hook() 4298 if (xcoff_data (abfd)->cputype != -1) in coff_write_object_contents() 4299 internal_a.o_cputype = xcoff_data (abfd)->cputype; in coff_write_object_contents()
|
D | mach-o-x86-64.c | 55 mdata->header.cputype = BFD_MACH_O_CPU_TYPE_X86_64; in bfd_mach_o_x86_64_mkobject()
|
D | mach-o.h | 30 unsigned long cputype; member
|
D | mach-o-i386.c | 55 mdata->header.cputype = BFD_MACH_O_CPU_TYPE_I386; in bfd_mach_o_i386_mkobject()
|
D | libcoff-in.h | 169 short cputype; member
|
D | libcoff.h | 173 short cputype; member
|
D | coff-rs6000.c | 340 xcoff_data (abfd)->cputype = -1; in _bfd_xcoff_mkobject() 388 ox->cputype = ix->cputype; in _bfd_xcoff_copy_private_bfd_data()
|
D | coff64-rs6000.c | 999 if (xcoff_data (abfd)->cputype != -1) in xcoff64_write_object_contents() 1000 internal_a.o_cputype = xcoff_data (abfd)->cputype; in xcoff64_write_object_contents()
|
D | ChangeLog-9495 | 1113 cputype, csects, and debug_indices. 1114 (xcoff_copy_private_bfd_data): Copy cputype. 1204 * coffcode.h (coff_mkobject_hook): If RS6000COFF_C, set cputype 1208 based on cputype stored in a.out header, or in n_type of initial 1210 (coff_write_object_contents): Set cputype correctly in a.out 1214 * coffswap.h (coff_swap_aouthdr_in): Swap in cputype field. 1215 (coff_swap_aouthdr_out): Swap out cputype field. Don't clear 1217 * libcoff-in.h (struct xcoff_tdata): Add cputype field.
|
D | ChangeLog-2009 | 4026 * coff64-rs6000.c (xcoff64_write_object_contents): Set the cputype
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-macho.c | 293 printf (_(" cputype : %08lx (%s)\n"), h->cputype, in dump_header() 294 bfd_mach_o_get_name (bfd_mach_o_cpu_name, h->cputype)); in dump_header() 1004 switch (mdata->header.cputype) in dump_thread() 1798 switch (mdata->header.cputype) in dump_unwind_encoding()
|
/toolchain/binutils/binutils-2.25/ |
D | config.guess | 1320 if test "$cputype" = "386"; then 1323 UNAME_MACHINE="$cputype"
|
/toolchain/binutils/binutils-2.25/bfd/po/ |
D | da.po | 3216 msgid " cputype : %08lx (%s)\n" 3217 msgstr " cputype : %08lx (%s)\n"
|
D | ja.po | 3409 msgid " cputype : %08lx (%s)\n"
|
D | id.po | 3042 msgid " cputype : %08lx (%s)\n"
|
D | ru.po | 3470 msgid " cputype : %08lx (%s)\n"
|
D | uk.po | 3478 msgid " cputype : %08lx (%s)\n"
|
/toolchain/binutils/binutils-2.25/binutils/po/ |
D | fr.po | 4951 msgid " cputype : %08lx (%s)\n" 4952 msgstr " cputype : %08lx (%s)\n"
|
D | binutils.pot | 4710 msgid " cputype : %08lx (%s)\n"
|
D | bg.po | 4753 msgid " cputype : %08lx (%s)\n"
|
D | sr.po | 4947 msgid " cputype : %08lx (%s)\n"
|