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

1 2 3 4 5 6

  /external/chromium/webkit/glue/
user_agent.cc 55 std::string cputype; local
59 cputype.assign("i686 (x86_64)");
61 cputype.assign(unixinfo.machine);
98 cputype.c_str(), // e.g. i686
105 cputype.c_str() // e.g. i686
  /external/llvm/lib/MC/
MCMachObjectTargetWriter.cpp 17 : Is64Bit(Is64Bit_), CPUType(CPUType_), CPUSubtype(CPUSubtype_),
  /external/valgrind/main/coregrind/
launcher-darwin.c 58 cpu_type_t cputype; member in struct:__anon16642
70 static const char *name_for_cputype(cpu_type_t cputype)
74 if (valid_archs[i].cputype == cputype) {
129 static int fat_has_cputype(struct fat_header *fh, cpu_type_t cputype)
135 if (ntohl(fa[i].cputype) == cputype) return 1;
162 return name_for_cputype(mh->cputype);
164 return name_for_cputype(OSSwapInt32(mh->cputype));
177 return name_for_cputype(ntohl(fa->cputype));
    [all...]
fixup_macho_loadcmds.c 273 Int cputype; local
275 cputype = CPU_TYPE_X86;
277 cputype = CPU_TYPE_X86_64;
281 arch.cputype = ntohl(arch_be->cputype);
285 if (arch.cputype == cputype) {
  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm 381 singleArch.cputype = header->cputype;
394 singleArch.cputype = header->cputype;
423 cpu_type_t cputype = localArch->cputype;
429 cputype = CPU_TYPE_X86_64;
432 return NXFindBestFatArch(cputype, cpusubtype, archs, numArchs) != 0;
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 29 const uint32_t CPUType;
60 uint32_t getCPUType() const { return CPUType; }
158 uint32_t CPUType = TargetObjectWriter->getCPUType() &
160 return CPUType == object::mach::CTM_ARM;
  /external/llvm/test/MC/MachO/
darwin-x86_64-nobase-relocs.s 18 // CHECK: ('cputype', 16777223)
thread_init_func.s 6 // CHECK: ('cputype', 16777223)
data.s 17 // CHECK: ('cputype', 7)
diff-with-two-sections.s 10 // CHECK: ('cputype', 7)
direction_labels.s 14 // CHECK: ('cputype', 7)
jcc.s 68 // CHECK: ('cputype', 7)
section-align-1.s 9 // CHECK: ('cputype', 7)
string-table.s 5 // CHECK: ('cputype', 7)
comm-1.s 10 // CHECK: ('cputype', 7)
  /bionic/libc/kernel/arch-mips/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /external/kernel-headers/original/asm-mips/
cpu-info.h 50 unsigned int cputype; member in struct:cpuinfo_mips
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h 58 uint32_t CPUType,
ARMMachObjectWriter.cpp 52 ARMMachObjectWriter(bool Is64Bit, uint32_t CPUType,
54 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype,
491 uint32_t CPUType,
494 CPUType,
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 59 PPCMachObjectWriter(bool Is64Bit, uint32_t CPUType,
61 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype) {}
  /external/llvm/include/llvm/Support/
MachO.h 288 uint32_t cputype; member in struct:llvm::MachO::mach_header
298 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
632 uint32_t cputype; member in struct:llvm::MachO::fat_arch
684 // Constants for the cputype field.
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 87 uint32_t CPUType,

Completed in 850 milliseconds

1 2 3 4 5 6