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

  /toolchain/binutils/binutils-2.25/gold/
plugin.h 62 cleanup_handler_(NULL),
98 { this->cleanup_handler_ = handler; }
120 ld_plugin_cleanup_handler cleanup_handler_; member in class:gold::Plugin
plugin.cc 367 if (this->cleanup_handler_ != NULL && !this->cleanup_done_)
373 (*this->cleanup_handler_)();
    [all...]

Completed in 136 milliseconds