Home
last modified time | relevance | path

Searched refs:cpu_subtype (Results 1 – 19 of 19) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_id.cc157 cpu_subtype_t cpu_subtype, in UUIDCommand() argument
161 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand()
175 cpu_subtype_t cpu_subtype, in IDCommand() argument
179 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd)) in IDCommand()
217 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() argument
221 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in Adler32()
227 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5() argument
232 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in MD5()
240 cpu_subtype_t cpu_subtype, in WalkHeader() argument
245 return walker.WalkHeader(cpu_type, cpu_subtype); in WalkHeader()
[all …]
Dmacho_id.h56 cpu_subtype_t cpu_subtype,
63 cpu_subtype_t cpu_subtype,
70 cpu_subtype_t cpu_subtype);
76 cpu_subtype_t cpu_subtype,
95 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
Dmacho_walker.cc82 bool MachoWalker::WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in WalkHeader() argument
84 cpu_subtype_t valid_cpu_subtype = cpu_subtype; in WalkHeader()
132 cpu_subtype_t cpu_subtype, in FindHeader() argument
162 (cpu_subtype != CPU_SUBTYPE_MULTIPLE && in FindHeader()
163 cpu_subtype != header.cpusubtype)) { in FindHeader()
191 (cpu_subtype == CPU_SUBTYPE_MULTIPLE || in FindHeader()
192 arch.cpusubtype == cpu_subtype)) { in FindHeader()
Darch_utilities.cc97 cpu_subtype_t cpu_subtype) { in BreakpadGetArchInfoFromCpuType() argument
99 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_ALL) { in BreakpadGetArchInfoFromCpuType()
105 if (cpu_type == CPU_TYPE_ARM && cpu_subtype == CPU_SUBTYPE_ARM_V7S) { in BreakpadGetArchInfoFromCpuType()
110 return NXGetArchInfoFromCpuType(cpu_type, cpu_subtype); in BreakpadGetArchInfoFromCpuType()
Dfile_id.cc74 cpu_subtype_t cpu_subtype, in MachoIdentifier() argument
78 if (macho.UUIDCommand(cpu_type, cpu_subtype, identifier)) in MachoIdentifier()
81 return macho.MD5(cpu_type, cpu_subtype, identifier); in MachoIdentifier()
Dmacho_walker.h67 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype);
79 cpu_subtype_t cpu_subtype,
Dmacho_reader.h253 cpu_subtype_t cpu_subtype,
384 cpu_subtype_t cpu_subtype() const { return cpu_subtype_; } in cpu_subtype() function
Darch_utilities.h43 cpu_subtype_t cpu_subtype);
Dfile_id.h64 cpu_subtype_t cpu_subtype,
Ddump_syms.mm188 cpu_subtype_t cpu_subtype) {
191 = NXFindBestFatArch(cpu_type, cpu_subtype, &object_files_[0],
214 cpu_subtype_t cpu_subtype = selected_object_file_->cpusubtype;
215 if (!file_id.MachoIdentifier(cpu_type, cpu_subtype, identifier_bytes)) {
341 macho_reader.cpu_type(), macho_reader.cpu_subtype());
348 macho_reader.cpu_type(), macho_reader.cpu_subtype());
Dmacho_reader_unittest.cc90 cpu_subtype_t cpu_subtype,
711 cpu_subtype_t cpu_subtype = CPU_SUBTYPE_I386_ALL, in Header() argument
718 D32(cpu_subtype); // cpu subtype in Header()
882 EXPECT_EQ(kCPUSubType, reader.cpu_subtype()); in TEST_F()
905 EXPECT_EQ(kCPUSubType, reader.cpu_subtype()); in TEST_F()
928 EXPECT_EQ(kCPUSubType, reader.cpu_subtype()); in TEST_F()
951 EXPECT_EQ(kCPUSubType, reader.cpu_subtype()); in TEST_F()
994 EXPECT_EQ(CPU_SUBTYPE_I386_ALL, reader.cpu_subtype()); in TEST_F()
1020 EXPECT_EQ(CPU_SUBTYPE_I386_ALL, reader.cpu_subtype()); in TEST_F()
Ddump_syms.h89 bool SetArchitecture(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype);
Dmacho_reader.cc161 cpu_subtype_t cpu_subtype, in CPUTypeMismatch() argument
166 filename_.c_str(), cpu_type, cpu_subtype, in CPUTypeMismatch()
/external/google-breakpad/src/tools/mac/upload_system_symbols/
Darch_constants.h52 const char* GetNXArchInfoName(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in GetNXArchInfoName() argument
53 const NXArchInfo* arch_info = NXGetArchInfoFromCpuType(cpu_type, cpu_subtype); in GetNXArchInfoName()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSubtarget.cpp44 switch(hostInfo.cpu_subtype) { in GetCurrentPowerPCCPU()
/external/google-breakpad/src/tools/mac/dump_syms/
Dmacho_dump.cc171 reader.cpu_subtype()); in DumpFile()
/external/llvm/lib/Support/
DHost.cpp920 switch (hostInfo.cpu_subtype) { in getHostCPUName()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DHost.cpp962 switch (hostInfo.cpu_subtype) { in getHostCPUName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DHost.cpp1031 switch (hostInfo.cpu_subtype) { in getHostCPUName()