Home
last modified time | relevance | path

Searched refs:Plugin (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dplugin.h53 class Plugin
56 Plugin(const char* filename) in Plugin() function
66 ~Plugin() in ~Plugin()
108 Plugin(const Plugin&);
109 Plugin& operator=(const Plugin&);
146 { this->plugins_.push_back(new Plugin(filename)); } in add_plugin()
152 Plugin* last = this->plugins_.back(); in add_plugin_option()
320 typedef std::list<Plugin*> Plugin_list;
Dplugin.cc170 Plugin::load() in load()
340 Plugin::claim_file(struct ld_plugin_input_file* plugin_input_file) in claim_file()
356 Plugin::all_symbols_read() in all_symbols_read()
365 Plugin::cleanup() in cleanup()
DChangeLog3284 (Plugin::load): Add new functions to transfer vector.
3488 * plugin.cc (Plugin::load): Handle position independent executables.
4650 (Plugin::load): Add LDPT_GET_SYMBOLS_V2.
4878 (Plugin::load): Add the new interfaces to the transfer vector.
6899 (Plugin::load): Pass get_view to the plugin.
8602 * plugin.cc (Plugin::load): Use dlerror.
8630 (Plugin::load): Add set_extra_library_path to the transfer vector.
8773 * plugin.cc (Plugin::load): Pass the output name to the plugin.
11319 * plugin.cc (Plugin::load): Don't cast from void* to a function
11883 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
[all …]