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

  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test.c 80 enum ld_plugin_status cleanup_hook(void);
204 if ((*register_cleanup_hook)(cleanup_hook) != LDPS_OK)
590 cleanup_hook(void) function
  /external/llvm/tools/gold/
gold-plugin.cpp 195 static ld_plugin_status cleanup_hook(void);
259 if (callback(cleanup_hook) != LDPS_OK)
886 cleanup_hook();
979 static ld_plugin_status cleanup_hook(void) { function

Completed in 618 milliseconds