HomeSort by relevance Sort by last modified time
    Searched defs:cputype (Results 1 - 25 of 26) sorted by null

1 2

  /development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /external/valgrind/coregrind/
fixup_macho_loadcmds.c 299 Int cputype; local
301 cputype = CPU_TYPE_X86;
303 cputype = CPU_TYPE_X86_64;
307 arch.cputype = ntohl(arch_be->cputype);
311 if (arch.cputype == cputype) {
launcher-darwin.c 58 cpu_type_t cputype; member in struct:__anon24961
74 static const char *name_for_cputype(cpu_type_t cputype)
78 if (valid_archs[i].cputype == cputype) {
133 static int fat_has_cputype(struct fat_header *fh, cpu_type_t cputype)
139 if (ntohl(fa[i].cputype) == cputype) return 1;
166 return name_for_cputype(mh->cputype);
168 return name_for_cputype(OSSwapInt32(mh->cputype));
181 return name_for_cputype(ntohl(fa->cputype));
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c 198 Int cputype = CPU_TYPE_POWERPC; local
200 Int cputype = CPU_TYPE_POWERPC64BE;
202 Int cputype = CPU_TYPE_POWERPC64LE;
204 Int cputype = CPU_TYPE_X86;
206 Int cputype = CPU_TYPE_X86_64;
214 arch.cputype = VG_(ntohl)(arch_be.cputype);
218 if (arch.cputype == cputype) {
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
libcoff-in.h 168 /* cputype from optional header. */
169 short cputype; member in struct:xcoff_tdata
pef.c 514 enum bfd_architecture cputype; local
519 bfd_pef_convert_architecture (header->architecture, &cputype, &cpusubtype);
520 if (cputype == bfd_arch_unknown)
526 bfd_set_arch_mach (abfd, cputype, cpusubtype);
mach-o.h 30 unsigned long cputype; member in struct:bfd_mach_o_header
coffcode.h 2262 int cputype; local
    [all...]
libcoff.h 172 /* cputype from optional header. */
173 short cputype; member in struct:xcoff_tdata
    [all...]
mach-o.c 1086 bfd_h_put_32 (abfd, header->cputype, raw.cputype);
4800 enum bfd_architecture cputype; local
5040 unsigned long cputype; member in struct:mach_o_fat_archentry
    [all...]
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 27 unsigned char cputype[4]; /* CPU that this object is for. */ member in struct:mach_o_header_external
358 unsigned char cputype[4]; member in struct:mach_o_fat_arch_external
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 51 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 60 unsigned short cputype; member in struct:cdkecpsig
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 60 unsigned short cputype; member in struct:cdkecpsig
  /external/v8/src/
gdb-jit.cc 494 uint32_t cputype; member in struct:v8::internal::BASE_EMBEDDED::MachOHeader
537 header->cputype = 7; // i386
541 header->cputype = 7 | 0x01000000; // i386 | 64-bit ABI
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 536 uint32_t cputype; member in struct:llvm::MachO::mach_header
546 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
931 uint32_t cputype; member in struct:llvm::MachO::fat_arch
998 sys::swapByteOrder(mh.cputype);
1008 sys::swapByteOrder(H.cputype);
    [all...]

Completed in 698 milliseconds

1 2