Home
last modified time | relevance | path

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

/freebsd/sys/gnu/gcov/
H A Dgcov.h87 int within_module(vm_offset_t addr, module_t mod);
H A Dgcov_subr.c96 within_module(vm_offset_t addr, module_t mod) in within_module() function
H A Dgcov_fs.c938 if (within_module((vm_offset_t)info, mod)) { in gcov_module_unload()