Searched defs:cpu_subtype (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/google-breakpad/src/common/mac/ |
H A D | macho_id.cc | 99 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 D | arch_utilities.cc | 116 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 D | macho_walker.cc | 83 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 D | dump_syms.cc | 238 cpu_subtype_t cpu_subtype) { in FindBestMatchForArchitecture() 283 cpu_subtype_t cpu_subtype = selected_object_file_->cpusubtype; in Identifier() local
|
H A D | file_id.cc | 62 cpu_subtype_t cpu_subtype, in MachoIdentifier()
|
H A D | macho_reader.h | 388 cpu_subtype_t cpu_subtype() const { return cpu_subtype_; } in cpu_subtype() function
|
H A D | macho_reader.cc | 168 cpu_subtype_t cpu_subtype, in CPUTypeMismatch()
|
H A D | macho_reader_unittest.cc | 718 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 D | arch_constants.h | 56 const char* GetNXArchInfoName(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in GetNXArchInfoName()
|