Searched refs:new_input_handler_ (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dplugin.h64 new_input_handler_(NULL),
109 { this->new_input_handler_ = handler; }
136 ld_plugin_new_input_handler new_input_handler_; member in class:gold::Plugin
H A Dplugin.cc411 if (this->new_input_handler_ != NULL)
412 (*this->new_input_handler_)(plugin_input_file);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dplugin.h64 new_input_handler_(NULL),
109 { this->new_input_handler_ = handler; }
136 ld_plugin_new_input_handler new_input_handler_; member in class:gold::Plugin
H A Dplugin.cc411 if (this->new_input_handler_ != NULL)
412 (*this->new_input_handler_)(plugin_input_file);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dplugin.h64 new_input_handler_(NULL),
109 { this->new_input_handler_ = handler; }
136 ld_plugin_new_input_handler new_input_handler_; member in class:gold::Plugin
H A Dplugin.cc411 if (this->new_input_handler_ != NULL)
412 (*this->new_input_handler_)(plugin_input_file);

Completed in 235 milliseconds