Home
last modified time | relevance | path

Searched refs:selected_object_file_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/mac/
Ddump_syms.mm196 selected_object_file_ = best_match;
213 cpu_type_t cpu_type = selected_object_file_->cputype;
214 cpu_subtype_t cpu_subtype = selected_object_file_->cpusubtype;
467 if (!selected_object_file_) {
470 selected_object_file_ = &object_files_[0];
485 assert(selected_object_file_);
491 selected_object_file_->cputype, selected_object_file_->cpusubtype);
524 + selected_object_file_->offset,
525 selected_object_file_->size,
526 selected_object_file_->cputype,
[all …]
Ddump_syms.h62 selected_object_file_(), in DumpSymbols()
178 const struct fat_arch *selected_object_file_; variable