HomeSort by relevance Sort by last modified time
    Searched refs:cpu_type (Results 1 - 25 of 39) sorted by null

1 2

  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.h 41 cpu_type_t cpu_type);
45 cpu_type_t cpu_type);
breakpad_nlist_64.cc 135 cpu_type_t cpu_type);
145 cpu_type_t cpu_type) {
149 int n = __breakpad_fdnlist(fd, list, symbolNames, cpu_type);
157 cpu_type_t cpu_type) {
158 return breakpad_nlist_common(name, list, symbolNames, cpu_type);
164 cpu_type_t cpu_type) {
165 return breakpad_nlist_common(name, list, symbolNames, cpu_type);
172 cpu_type_t cpu_type) {
249 if (fat_archs[i].cputype == cpu_type) {
dynamic_images.cc 348 cpu_type_t cpu_type) {
357 cpu_type);
568 cpu_type_t cpu_type;
569 size_t cpuTypeSize = sizeof(cpu_type);
570 sysctl(mib, static_cast<u_int>(mibLen), &cpu_type, &cpuTypeSize, 0, 0);
571 return cpu_type;
dynamic_images.h 117 cpu_type_t cpu_type)
128 cpu_type_(cpu_type) {
minidump_generator.h 145 bool WriteCVRecord(MDRawModule *module, int cpu_type,
  /external/google-breakpad/src/common/mac/
arch_utilities.h 42 const NXArchInfo* BreakpadGetArchInfoFromCpuType(cpu_type_t cpu_type,
macho_id.h 52 // For the given |cpu_type| and |cpu_subtype|, return a UUID from the LC_UUID
55 bool UUIDCommand(cpu_type_t cpu_type,
59 // For the given |cpu_type| and |cpu_subtype|, return a UUID from the
62 bool IDCommand(cpu_type_t cpu_type,
66 // For the given |cpu_type| and |cpu_subtype|, return the Adler32 CRC for the
69 uint32_t Adler32(cpu_type_t cpu_type,
72 // For the given |cpu_type|, and |cpu_subtype| return the MD5 for the mach-o
75 bool MD5(cpu_type_t cpu_type,
95 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
arch_utilities.cc 96 const NXArchInfo* BreakpadGetArchInfoFromCpuType(cpu_type_t cpu_type,
99 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_ALL) {
105 if (cpu_type == CPU_TYPE_ARM && cpu_subtype == CPU_SUBTYPE_ARM_V7S) {
110 return NXGetArchInfoFromCpuType(cpu_type, cpu_subtype);
file_id.h 54 // Accepted values for |cpu_type| and |cpu_subtype| (e.g., CPU_TYPE_X86 or
56 // If |cpu_type| is 0, then the native cpu type is used. If |cpu_subtype| is
57 // CPU_SUBTYPE_MULTIPLE, the match is only done on |cpu_type|.
58 // Returns false if opening the file failed or if the |cpu_type|/|cpu_subtype|
62 // LC_UUID, LC_ID_DYLIB, or MD5 hash of the given |cpu_type|.
63 bool MachoIdentifier(cpu_type_t cpu_type,
file_id.cc 73 bool FileID::MachoIdentifier(cpu_type_t cpu_type,
78 if (macho.UUIDCommand(cpu_type, cpu_subtype, identifier))
81 return macho.MD5(cpu_type, cpu_subtype, identifier);
macho_id.cc 156 bool MachoID::UUIDCommand(cpu_type_t cpu_type,
161 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd))
174 bool MachoID::IDCommand(cpu_type_t cpu_type,
179 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd))
206 identifier[12] = (cpu_type >> 24) & 0xFF;
207 identifier[13] = (cpu_type >> 16) & 0xFF;
208 identifier[14] = (cpu_type >> 8) & 0xFF;
209 identifier[15] = cpu_type & 0xFF;
217 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) {
221 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)
    [all...]
macho_walker.h 60 // Begin walking the header for |cpu_type| and |cpu_subtype|. If |cpu_type|
64 // only done on |cpu_type|.
65 // Returns false if opening the file failed or if the |cpu_type|/|cpu_subtype|
67 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype);
76 // Locate (if any) the header offset for |cpu_type| and return in |offset|.
78 bool FindHeader(cpu_type_t cpu_type,
macho_walker.cc 82 bool MachoWalker::WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) {
83 cpu_type_t valid_cpu_type = cpu_type;
85 // if |cpu_type| is 0, use the native cpu type.
86 if (cpu_type == 0) {
94 if (cpu_type & CPU_ARCH_ABI64)
131 bool MachoWalker::FindHeader(cpu_type_t cpu_type,
161 if (cpu_type != header.cputype ||
190 if (arch.cputype == cpu_type &&
macho_reader.h 249 // The data contained in a Mach-O fat binary (|cpu_type|, |cpu_subtype|)
252 virtual void CPUTypeMismatch(cpu_type_t cpu_type,
296 // CPU architecture |cpu_type|.
297 virtual void UnsupportedCPUType(cpu_type_t cpu_type);
383 cpu_type_t cpu_type() const { return cpu_type_; } function in class:google_breakpad::mach_o::Reader
dump_syms.h 80 // If this dumper's file includes an object file for |cpu_type| and
89 bool SetArchitecture(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype);
macho_reader.cc 160 void Reader::Reporter::CPUTypeMismatch(cpu_type_t cpu_type,
166 filename_.c_str(), cpu_type, cpu_subtype,
219 void Reader::Reporter::UnsupportedCPUType(cpu_type_t cpu_type) {
221 filename_.c_str(), cpu_type);
  /external/google-breakpad/src/tools/mac/upload_system_symbols/
arch_constants.h 52 const char* GetNXArchInfoName(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) {
53 const NXArchInfo* arch_info = NXGetArchInfoFromCpuType(cpu_type, cpu_subtype);
  /bionic/libc/kernel/uapi/asm-x86/asm/
vm86.h 74 unsigned long cpu_type; member in struct:vm86_struct
91 unsigned long cpu_type; member in struct:vm86plus_struct
  /external/kernel-headers/original/uapi/asm-x86/asm/
vm86.h 101 unsigned long cpu_type; member in struct:vm86_struct
123 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
vm86.h 100 unsigned long cpu_type; member in struct:vm86_struct
122 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
vm86.h 100 unsigned long cpu_type; member in struct:vm86_struct
122 unsigned long cpu_type; member in struct:vm86plus_struct
  /external/autotest/server/cros/
cfm_jmidata_v3_helper.py 207 def GetCpuUsageList(self, cpu_type):
210 @param cpu_type: Cpu usage type.
220 if cpu_type == u'numOfProcessors':
221 return global_obj[cpu_type]
222 elif (cpu_type in global_obj and
223 self.IsFloat(global_obj[cpu_type])):
224 data_list.append(float(global_obj[cpu_type]))
cfm_jmidata_helper_base.py 106 def GetCpuUsageList(self, cpu_type):
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSubtarget.cpp 42 if (hostInfo.cpu_type != CPU_TYPE_POWERPC) return "generic";
  /external/google-breakpad/src/processor/
minidump.cc 460 uint32_t cpu_type = context_amd64->context_flags & MD_CONTEXT_CPU_MASK; local
461 if (cpu_type == 0) {
462 if (minidump_->GetContextCPUFlagsFromSystemInfo(&cpu_type)) {
463 context_amd64->context_flags |= cpu_type;
470 if (cpu_type != MD_CONTEXT_AMD64) {
479 if (!CheckAgainstSystemInfo(cpu_type)) {
560 uint32_t cpu_type = context_flags & MD_CONTEXT_CPU_MASK; local
563 if (cpu_type == 0) {
564 if (minidump_->GetContextCPUFlagsFromSystemInfo(&cpu_type)) {
565 context_ppc64->context_flags |= cpu_type;
659 uint32_t cpu_type = context_flags & MD_CONTEXT_CPU_MASK; local
737 uint32_t cpu_type = context_flags & MD_CONTEXT_CPU_MASK; local
    [all...]

Completed in 273 milliseconds

1 2