Home
last modified time | relevance | path

Searched refs:objects_ (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dcref.cc47 : objects_(), archives_(), current_(&this->objects_) in Cref_inputs()
116 Objects objects_; member in gold::Cref_inputs
137 gold_assert(this->current_ == &this->objects_); in add_archive_start()
153 gold_assert(this->current_ != &this->objects_); in add_archive_stop()
154 this->current_ = &this->objects_; in add_archive_stop()
203 this->print_objects_symbol_counts(symtab, f, &this->objects_); in print_symbol_counts()
290 this->gather_cref(&this->objects_, &table); in print_cref()
Dplugin.cc458 for (Object_list::iterator obj = this->objects_.begin(); in ~Plugin_manager()
459 obj != this->objects_.end(); in ~Plugin_manager()
462 this->objects_.clear(); in ~Plugin_manager()
491 unsigned int handle = this->objects_.size(); in claim_file()
499 this->objects_.push_back(elf_object); in claim_file()
511 if (this->objects_.size() > handle in claim_file()
512 && this->objects_[handle]->pluginobj() != NULL) in claim_file()
513 return this->objects_[handle]->pluginobj(); in claim_file()
760 if (this->objects_.size() != handle in make_plugin_object()
761 && this->objects_[handle]->pluginobj() != NULL) in make_plugin_object()
[all …]
Dplugin.h131 : plugins_(), objects_(), deferred_layout_objects_(), input_file_(NULL), in Plugin_manager()
238 if (handle >= this->objects_.size()) in object()
240 return this->objects_[handle]; in object()
341 Object_list objects_; variable
Dincremental.h310 objects_() in Incremental_script_entry()
317 this->objects_.push_back(obj_entry); in add_object()
323 { return this->objects_.size(); } in get_object_count()
329 gold_assert(n < this->objects_.size()); in get_object()
330 return this->objects_[n]; in get_object()
345 std::vector<Incremental_input_entry*> objects_;
DChangeLog-08158213 (Incremental_script_entry::objects_): New data member; adjust