Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmodule.h561 struct symsearch { struct
588 bool each_symbol_section(bool (*fn)(const struct symsearch *arr, argument
/Linux-v5.4/kernel/
Dmodule.c402 static bool each_symbol_in_section(const struct symsearch *arr, in each_symbol_in_section()
405 bool (*fn)(const struct symsearch *syms, in each_symbol_in_section()
421 bool each_symbol_section(bool (*fn)(const struct symsearch *arr, in each_symbol_section()
427 static const struct symsearch arr[] = { in each_symbol_section()
452 struct symsearch arr[] = { in each_symbol_section()
496 static bool check_exported_symbol(const struct symsearch *syms, in check_exported_symbol()
564 static bool find_exported_symbol_in_section(const struct symsearch *syms, in find_exported_symbol_in_section()