Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dmodule.h425 bool each_symbol_section(bool (*fn)(const struct symsearch *arr,
/linux-3.4.99/kernel/
Dmodule.c252 bool each_symbol_section(bool (*fn)(const struct symsearch *arr, in each_symbol_section() function
308 EXPORT_SYMBOL_GPL(each_symbol_section);
399 if (each_symbol_section(find_symbol_in_section, &fsa)) { in find_symbol()