/external/google-breakpad/src/common/mac/ |
D | arch_utilities.cc | 55 const NXArchInfo* ArchInfo_arm64(cpu_subtype_t cpu_subtype) { in ArchInfo_arm64() argument 57 switch (cpu_subtype) { in ArchInfo_arm64() 73 arm64->cpusubtype = cpu_subtype; in ArchInfo_arm64() 110 cpu_subtype_t cpu_subtype) { in BreakpadGetArchInfoFromCpuType() argument 112 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_ALL) { in BreakpadGetArchInfoFromCpuType() 113 static const NXArchInfo* arm64 = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType() 117 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_E) { in BreakpadGetArchInfoFromCpuType() 118 static const NXArchInfo* arm64e = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType() 123 if (cpu_type == CPU_TYPE_ARM && cpu_subtype == CPU_SUBTYPE_ARM_V7S) { in BreakpadGetArchInfoFromCpuType() 128 return NXGetArchInfoFromCpuType(cpu_type, cpu_subtype); in BreakpadGetArchInfoFromCpuType()
|
D | macho_id.cc | 155 cpu_subtype_t cpu_subtype, in UUIDCommand() argument 159 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand() 173 cpu_subtype_t cpu_subtype, in IDCommand() argument 177 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd)) in IDCommand() 215 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() argument 219 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in Adler32() 225 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5() argument 230 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in MD5() 238 cpu_subtype_t cpu_subtype, in WalkHeader() argument 243 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 | 80 bool MachoWalker::WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in WalkHeader() argument 82 cpu_subtype_t valid_cpu_subtype = cpu_subtype; in WalkHeader() 130 cpu_subtype_t cpu_subtype, in FindHeader() argument 160 (cpu_subtype != CPU_SUBTYPE_MULTIPLE && in FindHeader() 161 cpu_subtype != header.cpusubtype)) { in FindHeader() 189 (cpu_subtype == CPU_SUBTYPE_MULTIPLE || in FindHeader() 190 arch.cpusubtype == cpu_subtype)) { in FindHeader()
|
D | file_id.cc | 75 cpu_subtype_t cpu_subtype, in MachoIdentifier() argument 79 if (macho.UUIDCommand(cpu_type, cpu_subtype, identifier)) in MachoIdentifier() 82 return macho.MD5(cpu_type, cpu_subtype, identifier); in MachoIdentifier()
|
D | dump_syms.cc | 213 cpu_subtype_t cpu_subtype) { in SetArchitecture() argument 216 cpu_type, cpu_subtype); in SetArchitecture() 235 cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in FindBestMatchForArchitecture() argument 255 = NXFindBestFatArch(cpu_type, cpu_subtype, &fat_arch_vector[0], in FindBestMatchForArchitecture() 271 static_cast<cpu_subtype_t>(it->cpusubtype) == cpu_subtype) in FindBestMatchForArchitecture() 281 "larger than 2**32.\n", cpu_type, cpu_subtype); in FindBestMatchForArchitecture() 289 cpu_subtype_t cpu_subtype = selected_object_file_->cpusubtype; in Identifier() local 290 if (!file_id.MachoIdentifier(cpu_type, cpu_subtype, identifier_bytes)) { in Identifier() 510 macho_reader.cpu_type(), macho_reader.cpu_subtype()); in ReadCFI() 517 macho_reader.cpu_type(), macho_reader.cpu_subtype()); in ReadCFI()
|
D | macho_walker.h | 67 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype); 79 cpu_subtype_t cpu_subtype,
|
D | dump_syms.h | 84 bool SetArchitecture(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype); 134 cpu_type_t cpu_type, cpu_subtype_t cpu_subtype);
|
D | arch_utilities.h | 43 cpu_subtype_t cpu_subtype);
|
D | macho_reader.h | 258 cpu_subtype_t cpu_subtype, 389 cpu_subtype_t cpu_subtype() const { return cpu_subtype_; } in cpu_subtype() function
|
D | file_id.h | 64 cpu_subtype_t cpu_subtype,
|
D | macho_reader_unittest.cc | 90 cpu_subtype_t cpu_subtype, 715 cpu_subtype_t cpu_subtype = CPU_SUBTYPE_I386_ALL, in Header() argument 722 D32(cpu_subtype); // cpu subtype in Header() 886 EXPECT_EQ(kCPUSubType, reader.cpu_subtype()); in TEST_F() 909 EXPECT_EQ(kCPUSubType, reader.cpu_subtype()); in TEST_F() 932 EXPECT_EQ(kCPUSubType, reader.cpu_subtype()); in TEST_F() 955 EXPECT_EQ(kCPUSubType, reader.cpu_subtype()); in TEST_F() 998 EXPECT_EQ(CPU_SUBTYPE_I386_ALL, reader.cpu_subtype()); in TEST_F() 1024 EXPECT_EQ(CPU_SUBTYPE_I386_ALL, reader.cpu_subtype()); in TEST_F()
|
D | macho_reader.cc | 165 cpu_subtype_t cpu_subtype, in CPUTypeMismatch() argument 170 filename_.c_str(), cpu_type, cpu_subtype, in CPUTypeMismatch()
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNBArch.cpp | 38 bool DNBArchProtocol::SetArchitecture(uint32_t cpu_type, uint32_t cpu_subtype) { in SetArchitecture() argument 40 g_current_cpu_subtype = cpu_subtype; in SetArchitecture() 45 cpu_type, cpu_subtype, result); in SetArchitecture()
|
D | DNBArch.h | 55 static bool SetArchitecture(uint32_t cpu_type, uint32_t cpu_subtype = 0);
|
/external/google-breakpad/src/tools/mac/upload_system_symbols/ |
D | arch_constants.h | 57 const char* GetNXArchInfoName(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in GetNXArchInfoName() argument 58 const NXArchInfo* arch_info = NXGetArchInfoFromCpuType(cpu_type, cpu_subtype); in GetNXArchInfoName()
|
/external/cpuinfo/src/arm/mach/ |
D | init.c | 86 static enum cpuinfo_uarch decode_uarch(uint32_t cpu_family, uint32_t cpu_subtype, uint32_t core_ind… in decode_uarch() argument 116 switch (cpu_subtype) { in decode_uarch() 303 const uint32_t cpu_subtype = get_sys_info_by_name("hw.cpusubtype"); in cpuinfo_arm_mach_init() local 314 switch (cpu_subtype) { in cpuinfo_arm_mach_init() 377 .uarch = decode_uarch(cpu_family, cpu_subtype, i, mach_topology.cores), in cpuinfo_arm_mach_init()
|
/external/google-breakpad/src/tools/mac/dump_syms/ |
D | macho_dump.cc | 175 reader.cpu_subtype()); in DumpFile()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | ArchSpec.h | 263 uint32_t cpu_subtype);
|
/external/llvm-project/compiler-rt/test/ |
D | lit.common.cfg.py | 292 cpu_subtype = int(output_re.group(1)) variable 293 if cpu_subtype == 8: # x86_64h
|
/external/tensorflow/third_party/cpuinfo/ |
D | cpuinfo.patch | 74 switch (cpu_subtype) {
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServerCommon.cpp | 1227 const uint32_t cpu_subtype = proc_arch.GetMachOCPUSubType(); in CreateProcessInfoResponse_DebugServerStyle() local 1228 if (cpu_subtype != 0) in CreateProcessInfoResponse_DebugServerStyle() 1229 response.Printf("cpusubtype:%" PRIx32 ";", cpu_subtype); in CreateProcessInfoResponse_DebugServerStyle()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.h | 95 const char *path, cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
|
/external/llvm-project/llvm/lib/Support/ |
D | Host.cpp | 1164 switch (hostInfo.cpu_subtype) { in getHostCPUName() 1231 switch (hostInfo.cpu_subtype) { in getHostCPUName()
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 774 const uint32_t cpu_subtype = packet.GetU32(&offset); in DumpPacket() local 776 cpu_mask, cpu_type, cpu_subtype); in DumpPacket()
|