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

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

Completed in 171 milliseconds