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

  /toolchain/binutils/binutils-2.27/gold/
plugin.h 60 claim_file_handler_(NULL),
88 { this->claim_file_handler_ = handler; }
118 ld_plugin_claim_file_handler claim_file_handler_; member in class:gold::Plugin
plugin.cc 377 if (this->claim_file_handler_ != NULL)
379 (*this->claim_file_handler_)(plugin_input_file, &claimed);
    [all...]

Completed in 155 milliseconds