Searched refs:gcov_module_unload (Results 1 – 3 of 3) sorted by relevance
84 void gcov_module_unload(void *, module_t);
154 EVENTHANDLER_REGISTER(module_unload, gcov_module_unload, NULL, 0); in gcov_init()
929 gcov_module_unload(void *arg __unused, module_t mod) in gcov_module_unload() function