Home
last modified time | relevance | path

Searched refs:plugins_ (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
HDplugin.h147 : plugins_(), objects_(), deferred_layout_objects_(), input_file_(NULL), in Plugin_manager()
156 { this->current_ = plugins_.end(); } in Plugin_manager()
170 { this->plugins_.push_back(new Plugin(filename)); } in add_plugin()
176 Plugin* last = this->plugins_.back(); in add_plugin_option()
233 gold_assert(this->current_ != plugins_.end()); in set_claim_file_handler()
241 gold_assert(this->current_ != plugins_.end()); in set_all_symbols_read_handler()
249 gold_assert(this->current_ != plugins_.end()); in set_new_input_handler()
257 gold_assert(this->current_ != plugins_.end()); in set_cleanup_handler()
371 Plugin_list plugins_; variable
HDplugin.cc703 for (Plugin_list::iterator p = this->plugins_.begin(); in ~Plugin_manager()
704 p != this->plugins_.end(); in ~Plugin_manager()
707 this->plugins_.clear(); in ~Plugin_manager()
730 for (this->current_ = this->plugins_.begin(); in load_plugins()
731 this->current_ != this->plugins_.end(); in load_plugins()
758 for (this->current_ = this->plugins_.begin(); in claim_file()
759 this->current_ != this->plugins_.end(); in claim_file()
853 for (this->current_ = this->plugins_.begin(); in all_symbols_read()
854 this->current_ != this->plugins_.end(); in all_symbols_read()
1031 for (this->current_ = this->plugins_.begin(); in cleanup()
[all …]
HDoptions.cc987 plugins_(NULL), in General_options()
1065 if (this->plugins_ == NULL) in add_plugin()
1066 this->plugins_ = new Plugin_manager(*this); in add_plugin()
1067 this->plugins_->add_plugin(filename); in add_plugin()
1075 if (this->plugins_ == NULL) in add_plugin_option()
1077 this->plugins_->add_plugin_option(arg); in add_plugin_option()
HDoptions.h1626 { return this->plugins_ != NULL; } in has_plugins()
1631 { return this->plugins_; } in plugins()
1843 Plugin_manager* plugins_; variable
/dragonfly/contrib/binutils-2.27/gold/
HDplugin.h131 : plugins_(), objects_(), deferred_layout_objects_(), input_file_(NULL), in Plugin_manager()
139 { this->current_ = plugins_.end(); } in Plugin_manager()
146 { this->plugins_.push_back(new Plugin(filename)); } in add_plugin()
152 Plugin* last = this->plugins_.back(); in add_plugin_option()
209 gold_assert(this->current_ != plugins_.end()); in set_claim_file_handler()
217 gold_assert(this->current_ != plugins_.end()); in set_all_symbols_read_handler()
225 gold_assert(this->current_ != plugins_.end()); in set_cleanup_handler()
335 Plugin_list plugins_; variable
HDplugin.cc444 for (Plugin_list::iterator p = this->plugins_.begin(); in ~Plugin_manager()
445 p != this->plugins_.end(); in ~Plugin_manager()
448 this->plugins_.clear(); in ~Plugin_manager()
463 for (this->current_ = this->plugins_.begin(); in load_plugins()
464 this->current_ != this->plugins_.end(); in load_plugins()
493 for (this->current_ = this->plugins_.begin(); in claim_file()
494 this->current_ != this->plugins_.end(); in claim_file()
560 for (this->current_ = this->plugins_.begin(); in all_symbols_read()
561 this->current_ != this->plugins_.end(); in all_symbols_read()
738 for (this->current_ = this->plugins_.begin(); in cleanup()
[all …]
HDoptions.cc940 plugins_(NULL), in General_options()
1017 if (this->plugins_ == NULL) in add_plugin()
1018 this->plugins_ = new Plugin_manager(*this); in add_plugin()
1019 this->plugins_->add_plugin(filename); in add_plugin()
1027 if (this->plugins_ == NULL) in add_plugin_option()
1029 this->plugins_->add_plugin_option(arg); in add_plugin_option()
HDoptions.h1452 { return this->plugins_ != NULL; } in has_plugins()
1457 { return this->plugins_; } in plugins()
1642 Plugin_manager* plugins_; variable