Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dmodule.h478 bool each_symbol(bool (*fn)(const struct symsearch *arr, struct module *owner,
/linux-2.6.39/kernel/
Dmodule.c258 bool each_symbol(bool (*fn)(const struct symsearch *arr, struct module *owner, in each_symbol() function
312 EXPORT_SYMBOL_GPL(each_symbol);
382 if (each_symbol(find_symbol_in_section, &fsa)) { in find_symbol()