Home
last modified time | relevance | path

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

/scripts/
Ddecode_stacktrace.sh79 find_module() { function
102 find_module && return
111 find_module && return
131 local objfile=$(find_module)
/scripts/mod/
Dmodpost.c172 static struct module *find_module(const char *modname) in find_module() function
2406 mod = find_module(modname); in read_dump()