Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Dmacho_id.cc157 cpu_subtype_t cpu_subtype, in UUIDCommand()
175 cpu_subtype_t cpu_subtype, in IDCommand()
217 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32()
227 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5()
240 cpu_subtype_t cpu_subtype, in WalkHeader()
Dmacho_walker.cc82 bool MachoWalker::WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in WalkHeader()
132 cpu_subtype_t cpu_subtype, in FindHeader()
Darch_utilities.cc97 cpu_subtype_t cpu_subtype) { in BreakpadGetArchInfoFromCpuType()
Dfile_id.cc74 cpu_subtype_t cpu_subtype, in MachoIdentifier()
Dmacho_reader.h384 cpu_subtype_t cpu_subtype() const { return cpu_subtype_; } in cpu_subtype() function
Dmacho_reader.cc161 cpu_subtype_t cpu_subtype, in CPUTypeMismatch()
Dmacho_reader_unittest.cc711 cpu_subtype_t cpu_subtype = CPU_SUBTYPE_I386_ALL, in Header()
/external/google-breakpad/src/tools/mac/upload_system_symbols/
Darch_constants.h52 const char* GetNXArchInfoName(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in GetNXArchInfoName()