Home
last modified time | relevance | path

Searched refs:find_module (Results 1 – 2 of 2) sorted by relevance

/scripts/
Ddecode_stacktrace.sh67 find_module() { function
79 find_module && return
88 find_module && return
108 local objfile=$(find_module)
/scripts/mod/
Dmodpost.c157 static struct module *find_module(const char *modname) in find_module() function
2487 mod = find_module(modname); in read_dump()