Searched defs:cpu_subtype (Results 1 – 14 of 14) sorted by relevance
/external/google-breakpad/src/common/mac/ |
D | macho_id.cc | 155 cpu_subtype_t cpu_subtype, in UUIDCommand() 173 cpu_subtype_t cpu_subtype, in IDCommand() 215 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() 225 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5() 238 cpu_subtype_t cpu_subtype, in WalkHeader()
|
D | arch_utilities.cc | 55 const NXArchInfo* ArchInfo_arm64(cpu_subtype_t cpu_subtype) { in ArchInfo_arm64() 110 cpu_subtype_t cpu_subtype) { in BreakpadGetArchInfoFromCpuType()
|
D | macho_walker.cc | 80 bool MachoWalker::WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in WalkHeader() 130 cpu_subtype_t cpu_subtype, in FindHeader()
|
D | file_id.cc | 75 cpu_subtype_t cpu_subtype, in MachoIdentifier()
|
D | dump_syms.cc | 213 cpu_subtype_t cpu_subtype) { in SetArchitecture() 235 cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in FindBestMatchForArchitecture() 289 cpu_subtype_t cpu_subtype = selected_object_file_->cpusubtype; in Identifier() local
|
D | macho_reader.h | 389 cpu_subtype_t cpu_subtype() const { return cpu_subtype_; } in cpu_subtype() function
|
D | macho_reader.cc | 165 cpu_subtype_t cpu_subtype, in CPUTypeMismatch()
|
D | macho_reader_unittest.cc | 715 cpu_subtype_t cpu_subtype = CPU_SUBTYPE_I386_ALL, in Header()
|
/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()
|
/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() 303 const uint32_t cpu_subtype = get_sys_info_by_name("hw.cpusubtype"); in cpuinfo_arm_mach_init() local
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNBArch.cpp | 38 bool DNBArchProtocol::SetArchitecture(uint32_t cpu_type, uint32_t cpu_subtype) { in SetArchitecture()
|
/external/llvm-project/compiler-rt/test/ |
D | lit.common.cfg.py | 292 cpu_subtype = int(output_re.group(1)) variable
|
/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
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 774 const uint32_t cpu_subtype = packet.GetU32(&offset); in DumpPacket() local
|