Searched refs:selected_object_file_ (Results 1 – 2 of 2) sorted by relevance
220 selected_object_file_ = best_match; in SetArchitecture()288 cpu_type_t cpu_type = selected_object_file_->cputype; in Identifier()289 cpu_subtype_t cpu_subtype = selected_object_file_->cpusubtype; in Identifier()361 if (!selected_object_file_) { in CreateEmptyModule()364 selected_object_file_ = &object_files_[0]; in CreateEmptyModule()379 assert(selected_object_file_); in CreateEmptyModule()385 selected_object_file_->cputype, selected_object_file_->cpusubtype); in CreateEmptyModule()639 + selected_object_file_->offset, in ReadSymbolData()640 selected_object_file_->size, in ReadSymbolData()641 selected_object_file_->cputype, in ReadSymbolData()[all …]
64 selected_object_file_(), in DumpSymbols()187 const SuperFatArch *selected_object_file_; variable