Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmodule.h528 struct symsearch { struct
555 bool each_symbol_section(bool (*fn)(const struct symsearch *arr, argument
/linux-4.4.14/kernel/
Dmodule.c429 static bool each_symbol_in_section(const struct symsearch *arr, in each_symbol_in_section()
432 bool (*fn)(const struct symsearch *syms, in each_symbol_in_section()
448 bool each_symbol_section(bool (*fn)(const struct symsearch *arr, in each_symbol_section()
454 static const struct symsearch arr[] = { in each_symbol_section()
479 struct symsearch arr[] = { in each_symbol_section()
523 static bool check_symbol(const struct symsearch *syms, in check_symbol()
565 static bool find_symbol_in_section(const struct symsearch *syms, in find_symbol_in_section()