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

  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 129 static ld_plugin_status cleanup_hook(void);
194 if ((*callback)(cleanup_hook) != LDPS_OK)
466 static ld_plugin_status cleanup_hook(void) { function
  /toolchain/binutils/binutils-2.27/gold/testsuite/
plugin_test.c 81 enum ld_plugin_status cleanup_hook(void);
208 if ((*register_cleanup_hook)(cleanup_hook) != LDPS_OK)
599 cleanup_hook(void) function
  /external/llvm/tools/gold/
gold-plugin.cpp 266 static ld_plugin_status cleanup_hook(void);
333 if (callback(cleanup_hook) != LDPS_OK)
1555 static ld_plugin_status cleanup_hook(void) { function
    [all...]

Completed in 275 milliseconds