Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/tools/packaging/linux_portable/
Dadditional.c64 void *__wrap_mono_dl_lookup_symbol(void **module_handle, const char *name) { in __wrap_mono_dl_lookup_symbol() argument
65 debug_print("mono_dl_lookup_symbol(%p, %s)\n", *module_handle, name); in __wrap_mono_dl_lookup_symbol()
66 …">>> dlsym: looking for symbol '%s' in %p [%s]\n", name, *module_handle, get_name(*module_handle)); in __wrap_mono_dl_lookup_symbol()
67 return dlsym(*module_handle, name); in __wrap_mono_dl_lookup_symbol()