HomeSort by relevance Sort by last modified time
    Searched defs:Pluginobj (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
plugin.h 48 class Pluginobj;
161 Pluginobj*
166 // If it is not a Pluginobj, it is an elf object.
229 // Make a new Pluginobj object. This is called when the plugin calls
231 Pluginobj*
362 // placeholder symbols from the Pluginobj objects.
392 class Pluginobj : public Object
398 Pluginobj(const std::string& name, Input_file* input_file, off_t offset,
438 virtual Pluginobj*
463 class Sized_pluginobj : public Pluginobj
    [all...]
plugin.cc 162 static Pluginobj* make_sized_plugin_object(Input_file* input_file,
447 Pluginobj*
479 && this->objects_[handle]->pluginobj() != NULL)
480 return this->objects_[handle]->pluginobj();
483 // add_symbols callback, we need to create the Pluginobj now.
484 Pluginobj* obj = this->make_plugin_object(handle);
720 // Make a new Pluginobj object. This is called when the plugin calls
723 Pluginobj*
728 && this->objects_[handle]->pluginobj() != NULL)
731 Pluginobj* obj = make_sized_plugin_object(this->input_file_
    [all...]

Completed in 1274 milliseconds