Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmodule.h529 struct symsearch { struct
556 bool each_symbol_section(bool (*fn)(const struct symsearch *arr, argument
/Linux-v4.19/kernel/
Dmodule.c404 static bool each_symbol_in_section(const struct symsearch *arr, in each_symbol_in_section()
407 bool (*fn)(const struct symsearch *syms, in each_symbol_in_section()
423 bool each_symbol_section(bool (*fn)(const struct symsearch *arr, in each_symbol_section()
429 static const struct symsearch arr[] = { in each_symbol_section()
454 struct symsearch arr[] = { in each_symbol_section()
498 static bool check_symbol(const struct symsearch *syms, in check_symbol()
558 static bool find_symbol_in_section(const struct symsearch *syms, in find_symbol_in_section()