Home
last modified time | relevance | path

Searched refs:cleanup_handler_ (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dplugin.h63 cleanup_handler_(NULL), in Plugin()
104 { this->cleanup_handler_ = handler; } in set_cleanup_handler()
135 ld_plugin_cleanup_handler cleanup_handler_; variable
H A Dplugin.cc420 if (this->cleanup_handler_ != NULL && !this->cleanup_done_) in cleanup()
426 (*this->cleanup_handler_)(); in cleanup()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dplugin.h63 cleanup_handler_(NULL), in Plugin()
104 { this->cleanup_handler_ = handler; } in set_cleanup_handler()
135 ld_plugin_cleanup_handler cleanup_handler_; variable
H A Dplugin.cc420 if (this->cleanup_handler_ != NULL && !this->cleanup_done_) in cleanup()
426 (*this->cleanup_handler_)(); in cleanup()