Home
last modified time | relevance | path

Searched defs:cpu_subtype (Results 1 – 14 of 14) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_id.cc155 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()
Darch_utilities.cc55 const NXArchInfo* ArchInfo_arm64(cpu_subtype_t cpu_subtype) { in ArchInfo_arm64()
110 cpu_subtype_t cpu_subtype) { in BreakpadGetArchInfoFromCpuType()
Dmacho_walker.cc80 bool MachoWalker::WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in WalkHeader()
130 cpu_subtype_t cpu_subtype, in FindHeader()
Dfile_id.cc75 cpu_subtype_t cpu_subtype, in MachoIdentifier()
Ddump_syms.cc213 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
Dmacho_reader.h389 cpu_subtype_t cpu_subtype() const { return cpu_subtype_; } in cpu_subtype() function
Dmacho_reader.cc165 cpu_subtype_t cpu_subtype, in CPUTypeMismatch()
Dmacho_reader_unittest.cc715 cpu_subtype_t cpu_subtype = CPU_SUBTYPE_I386_ALL, in Header()
/external/google-breakpad/src/tools/mac/upload_system_symbols/
Darch_constants.h57 const char* GetNXArchInfoName(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in GetNXArchInfoName()
/external/cpuinfo/src/arm/mach/
Dinit.c86 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/
DDNBArch.cpp38 bool DNBArchProtocol::SetArchitecture(uint32_t cpu_type, uint32_t cpu_subtype) { in SetArchitecture()
/external/llvm-project/compiler-rt/test/
Dlit.common.cfg.py292 cpu_subtype = int(output_re.group(1)) variable
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.cpp1227 const uint32_t cpu_subtype = proc_arch.GetMachOCPUSubType(); in CreateProcessInfoResponse_DebugServerStyle() local
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp774 const uint32_t cpu_subtype = packet.GetU32(&offset); in DumpPacket() local