/external/google-breakpad/src/common/mac/ |
D | macho_id.cc | 157 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 …]
|
D | macho_id.h | 56 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,
|
D | macho_walker.cc | 82 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()
|
D | arch_utilities.cc | 97 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()
|
D | file_id.cc | 74 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()
|
D | macho_walker.h | 67 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype); 79 cpu_subtype_t cpu_subtype,
|
D | macho_reader.h | 253 cpu_subtype_t cpu_subtype, 384 cpu_subtype_t cpu_subtype() const { return cpu_subtype_; } in cpu_subtype() function
|
D | arch_utilities.h | 43 cpu_subtype_t cpu_subtype);
|
D | file_id.h | 64 cpu_subtype_t cpu_subtype,
|
D | dump_syms.mm | 188 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());
|
D | macho_reader_unittest.cc | 90 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()
|
D | dump_syms.h | 89 bool SetArchitecture(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype);
|
D | macho_reader.cc | 161 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/ |
D | arch_constants.h | 52 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/ |
D | PPCSubtarget.cpp | 44 switch(hostInfo.cpu_subtype) { in GetCurrentPowerPCCPU()
|
/external/google-breakpad/src/tools/mac/dump_syms/ |
D | macho_dump.cc | 171 reader.cpu_subtype()); in DumpFile()
|
/external/llvm/lib/Support/ |
D | Host.cpp | 920 switch (hostInfo.cpu_subtype) { in getHostCPUName()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Host.cpp | 962 switch (hostInfo.cpu_subtype) { in getHostCPUName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Host.cpp | 1031 switch (hostInfo.cpu_subtype) { in getHostCPUName()
|