Home
last modified time | relevance | path

Searched refs:gcov_module_unload (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/gnu/gcov/
H A Dgcov.h84 void gcov_module_unload(void *, module_t);
H A Dgcov_subr.c154 EVENTHANDLER_REGISTER(module_unload, gcov_module_unload, NULL, 0); in gcov_init()
H A Dgcov_fs.c929 gcov_module_unload(void *arg __unused, module_t mod) in gcov_module_unload() function