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

  /toolchain/binutils/binutils-2.25/gold/
plugin.cc 460 this->plugin_input_file_.name = input_file->filename().c_str();
461 this->plugin_input_file_.fd = input_file->file().descriptor();
462 this->plugin_input_file_.offset = offset;
463 this->plugin_input_file_.filesize = filesize;
464 this->plugin_input_file_.handle = reinterpret_cast<void*>(handle);
473 if ((*this->current_)->claim_file(&this->plugin_input_file_))
732 this->plugin_input_file_.offset,
733 this->plugin_input_file_.filesize);
808 const struct ld_plugin_input_file &f = this->plugin_input_file_;
    [all...]
plugin.h 132 plugin_input_file_(), rescannable_(), undefined_symbols_(),
348 struct ld_plugin_input_file plugin_input_file_; member in class:gold::Plugin_manager

Completed in 554 milliseconds