Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmodule.h414 struct symsearch { struct
433 bool each_symbol_section(bool (*fn)(const struct symsearch *arr, argument
/linux-4.1.27/kernel/
Dmodule.c280 static bool each_symbol_in_section(const struct symsearch *arr, in each_symbol_in_section()
283 bool (*fn)(const struct symsearch *syms, in each_symbol_in_section()
299 bool each_symbol_section(bool (*fn)(const struct symsearch *arr, in each_symbol_section()
305 static const struct symsearch arr[] = { in each_symbol_section()
328 struct symsearch arr[] = { in each_symbol_section()
372 static bool check_symbol(const struct symsearch *syms, in check_symbol()
414 static bool find_symbol_in_section(const struct symsearch *syms, in find_symbol_in_section()