Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dmodule.c157 static bool module_load_dso(const char *fname, bool export_symbols, in module_load_dso() function
298 } else if (module_load_dso(fname, export_symbols, errp)) { in module_load()