Rizin
unix-like reverse engineering framework and cli tools
|
#include "uv.h"
#include "internal.h"
#include <dlfcn.h>
#include <errno.h>
#include <string.h>
#include <locale.h>
Go to the source code of this file.
Functions | |
static int | uv__dlerror (uv_lib_t *lib) |
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) |
Definition at line 65 of file dl.c.
References uv_lib_t::errmsg, NULL, uv__free(), and uv__strdup().
Referenced by uv_dlopen(), and uv_dlsym().
void uv_dlclose | ( | uv_lib_t * | lib | ) |
Definition at line 53 of file dl.c.