HomeSort by relevance Sort by last modified time
    Searched defs:cpusubtype (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
pef.c 515 unsigned long cpusubtype; local
519 bfd_pef_convert_architecture (header->architecture, &cputype, &cpusubtype);
526 bfd_set_arch_mach (abfd, cputype, cpusubtype);
mach-o.h 31 unsigned long cpusubtype; member in struct:bfd_mach_o_header
mach-o.c 1087 bfd_h_put_32 (abfd, header->cpusubtype, raw.cpusubtype);
4801 unsigned long cpusubtype; local
5041 unsigned long cpusubtype; member in struct:mach_o_fat_archentry
    [all...]
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 28 unsigned char cpusubtype[4]; /* CPU subtype. */ member in struct:mach_o_header_external
359 unsigned char cpusubtype[4]; member in struct:mach_o_fat_arch_external
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 52 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...]
  /external/v8/src/
gdb-jit.cc 495 uint32_t cpusubtype; member in struct:v8::internal::BASE_EMBEDDED::MachOHeader
538 header->cpusubtype = 3; // CPU_SUBTYPE_I386_ALL
542 header->cpusubtype = 3; // CPU_SUBTYPE_I386_ALL
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 537 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header
547 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header_64
932 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch
999 sys::swapByteOrder(mh.cpusubtype);
1009 sys::swapByteOrder(H.cpusubtype);
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 1343 uint32_t cpusubtype = OFA.getCPUSubType(); local
    [all...]

Completed in 211 milliseconds