Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
static int | uv__dlerror (uv_lib_t *lib, const char *filename, DWORD errorno) |
int | uv_dlopen (const char *filename, uv_lib_t *lib) |
void | uv_dlclose (uv_lib_t *lib) |
int | uv_dlsym (uv_lib_t *lib, const char *name, void **ptr) |
const char * | uv_dlerror (const uv_lib_t *lib) |
static void | uv__format_fallback_error (uv_lib_t *lib, int errorno) |
Definition at line 93 of file dl.c.
References arg(), DWORD, uv_lib_t::errmsg, ERROR_MUI_FILE_NOT_FOUND, msg, NULL, and uv__format_fallback_error().
Referenced by uv_dlopen(), and uv_dlsym().
Definition at line 78 of file dl.c.
References args, and uv_lib_t::errmsg.
Referenced by uv__dlerror().
void uv_dlclose | ( | uv_lib_t * | lib | ) |
Definition at line 52 of file dl.c.
References uv_lib_t::errmsg, uv_lib_t::handle, NULL, and uv__free().
Definition at line 28 of file dl.c.
References ARRAY_SIZE, uv_lib_t::errmsg, uv_lib_t::handle, NULL, and uv__dlerror().
Referenced by main().
Definition at line 66 of file dl.c.
References uv_lib_t::handle, and uv__dlerror().
Referenced by main().