Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/common/mac/
H A Dmacho_id.cc99 cpu_subtype_t cpu_subtype, in UUIDCommand()
116 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5()
129 cpu_subtype_t cpu_subtype, in WalkHeader()
H A Darch_utilities.cc116 const char* GetNameFromCPUType(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in GetNameFromCPUType()
146 const char* GetNameFromCPUType(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in GetNameFromCPUType()
H A Dmacho_walker.cc83 bool MachoWalker::WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in WalkHeader()
132 cpu_subtype_t cpu_subtype, in FindHeader()
H A Ddump_syms.cc238 cpu_subtype_t cpu_subtype) { in FindBestMatchForArchitecture()
283 cpu_subtype_t cpu_subtype = selected_object_file_->cpusubtype; in Identifier() local
H A Dfile_id.cc62 cpu_subtype_t cpu_subtype, in MachoIdentifier()
H A Dmacho_reader.h388 cpu_subtype_t cpu_subtype() const { return cpu_subtype_; } in cpu_subtype() function
H A Dmacho_reader.cc168 cpu_subtype_t cpu_subtype, in CPUTypeMismatch()
H A Dmacho_reader_unittest.cc718 cpu_subtype_t cpu_subtype = CPU_SUBTYPE_I386_ALL, in Header()
/aosp_15_r20/external/google-breakpad/src/tools/mac/upload_system_symbols/
H A Darch_constants.h56 const char* GetNXArchInfoName(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in GetNXArchInfoName()