Home | History | Annotate | Download | only in gold

Lines Matching refs:Pluginobj

183 static Pluginobj* make_sized_plugin_object(Input_file* input_file,
480 Pluginobj*
512 && this->objects_[handle]->pluginobj() != NULL)
513 return this->objects_[handle]->pluginobj();
516 // add_symbols callback, we need to create the Pluginobj now.
517 Pluginobj* obj = this->make_plugin_object(handle);
753 // Make a new Pluginobj object. This is called when the plugin calls
756 Pluginobj*
761 && this->objects_[handle]->pluginobj() != NULL)
764 Pluginobj* obj = make_sized_plugin_object(this->input_file_,
770 // it to make room for the Pluginobj as this file is claimed.
785 Pluginobj* obj = this->object(handle)->pluginobj();
806 Pluginobj* obj = this->object(handle)->pluginobj();
816 // found a Pluginobj instead.
824 // The object should not be a Pluginobj.
826 || obj->pluginobj() != NULL)
851 Pluginobj* obj = this->object(handle)->pluginobj();
908 // Class Pluginobj.
910 Pluginobj::Pluginobj(const std::string& name, Input_file* input_file,
950 Pluginobj::get_symbol_resolution_info(Symbol_table* symtab,
994 else if (lsym->object()->pluginobj() == this)
1003 else if (lsym->object()->pluginobj() != NULL)
1025 res = (lsym->object()->pluginobj() != NULL
1038 Pluginobj::include_comdat_group(std::string comdat_key, Layout* layout)
1061 : Pluginobj(name, input_file, offset, filesize)
1506 Pluginobj* obj = parameters->options().plugins()->make_plugin_object(
1557 Pluginobj* plugin_obj = obj->pluginobj();
1576 Pluginobj* plugin_obj = obj->pluginobj();
1596 Pluginobj* plugin_obj = obj->pluginobj();
1917 // Allocate a Pluginobj object of the appropriate size and endianness.
1919 static Pluginobj*
1922 Pluginobj* obj = NULL;