HomeSort by relevance Sort by last modified time
    Searched full:cpu_subtype_ (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/mac/
macho_reader.cc 280 cursor >> cpu_type_ >> cpu_subtype_ >> file_type_ >> load_command_count_
291 expected_cpu_subtype != cpu_subtype_)) {
292 reporter_->CPUTypeMismatch(cpu_type_, cpu_subtype_,
macho_reader.h 384 cpu_subtype_t cpu_subtype() const { return cpu_subtype_; }
441 cpu_subtype_t cpu_subtype_; // mach_header[_64].cpusubtype member in class:google_breakpad::mach_o::Reader

Completed in 54 milliseconds