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

1 2 3 4

  /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:__anon12297
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...]
  /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;
53 uint32_t getCPUType() const { return CPUType; }
144 uint32_t CPUType = TargetObjectWriter->getCPUType() &
146 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)
darwin-complex-difference.s 18 // CHECK: ('cputype', 16777223)
lcomm-attributes.s 17 // CHECK: ('cputype', 7)
section-align-2.s 17 // CHECK: ('cputype', 7)
tbss.s 6 // CHECK: ('cputype', 16777223)
tdata.s 6 // CHECK: ('cputype', 16777223)
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h 52 uint32_t CPUType,
ARMMachObjectWriter.cpp 43 ARMMachObjectWriter(bool Is64Bit, uint32_t CPUType,
45 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype,
382 uint32_t CPUType,
385 CPUType,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 50 PPCMachObjectWriter(bool Is64Bit, uint32_t CPUType,
52 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype) {}
  /external/llvm/lib/Object/
MachOObject.cpp 68 SwapValue(Header.CPUType);
390 O << "('cputype', " << Header.CPUType << ")\n";
  /external/llvm/include/llvm/Support/
MachO.h 284 uint32_t cputype; member in struct:llvm::MachO::mach_header
294 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
628 uint32_t cputype; member in struct:llvm::MachO::fat_arch
680 // Constants for the cputype field.
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 88 uint32_t CPUType,

Completed in 1209 milliseconds

1 2 3 4