Searched refs:cpu_type_ (Results 1 - 6 of 6) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
H A Ddynamic_images.h128 cpu_type_(cpu_type) {
156 cpu_type_t GetCPUType() {return cpu_type_;}
197 cpu_type_t cpu_type_; // CPU type of task_ member in class:google_breakpad::DynamicImage
268 cpu_type_t GetCPUType() {return cpu_type_;}
306 cpu_type_t cpu_type_; // CPU type of task_ member in class:google_breakpad::DynamicImages
H A Dminidump_generator.cc80 cpu_type_(DynamicImages::GetNativeCPUType()),
98 cpu_type_(DynamicImages::GetNativeCPUType()),
104 cpu_type_ = dynamic_images_->GetCPUType();
107 cpu_type_ = DynamicImages::GetNativeCPUType();
367 switch (cpu_type_) {
395 switch (cpu_type_) {
423 switch (cpu_type_) {
877 switch (cpu_type_) {
898 size_t state_size = cpu_type_ == CPU_TYPE_I386 ?
911 switch (cpu_type_) {
[all...]
H A Ddynamic_images.cc340 cpu_type_(DetermineTaskCPUType(task)),
407 return LookupSymbol<MachO64>(imageSymbolName, dyldPath, cpu_type_);
408 return LookupSymbol<MachO32>(imageSymbolName, dyldPath, cpu_type_);
496 images.cpu_type_);
H A Dminidump_generator.h209 cpu_type_t cpu_type_; member in class:google_breakpad::MinidumpGenerator
/external/google-breakpad/src/common/mac/
H A Dmacho_reader.h383 cpu_type_t cpu_type() const { return cpu_type_; }
440 cpu_type_t cpu_type_; // mach_header[_64].cputype member in class:google_breakpad::mach_o::Reader
H A Dmacho_reader.cc280 cursor >> cpu_type_ >> cpu_subtype_ >> file_type_ >> load_command_count_
290 (expected_cpu_type != cpu_type_ ||
292 reporter_->CPUTypeMismatch(cpu_type_, cpu_subtype_,

Completed in 236 milliseconds