Home
last modified time | relevance | path

Searched refs:module_symbol_is_present (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/util/verto/
H A Dmodule.h32 module_symbol_is_present(const char *modname, const char *symbname);
H A Dmodule.c30 module_symbol_is_present(const char *modname, const char *symbname) in module_symbol_is_present() function
H A Dverto.c249 && !module_symbol_is_present(NULL, table->symb)) { in shouldload()