Searched refs:module_symbol_is_present (Results 1 – 3 of 3) sorted by relevance
32 module_symbol_is_present(const char *modname, const char *symbname);
30 module_symbol_is_present(const char *modname, const char *symbname) in module_symbol_is_present() function
249 && !module_symbol_is_present(NULL, table->symb)) { in shouldload()