Go to the source code of this file.
Functions | |
| static const char * | dlerror (char *buf, int buf_size) |
| void * | dl_dlopen (const char *path, const char *version) |
| void * | dl_dlsym (void *handle, const char *symbol) |
| int | dl_dlclose (void *handle) |
| static const char* dlerror | ( | char * | buf, | |
| int | buf_size | |||
| ) | [static] |
Definition at line 39 of file dl_posix.c.
| void* dl_dlopen | ( | const char * | path, | |
| const char * | version | |||
| ) |
Definition at line 57 of file dl_posix.c.
Referenced by _libaacs_load(), and _libbdplus_load().
| void* dl_dlsym | ( | void * | handle, | |
| const char * | symbol | |||
| ) |
Definition at line 102 of file dl_posix.c.
Referenced by _libaacs_get_vid(), _libaacs_load(), and _libbdplus_load().
| int dl_dlclose | ( | void * | handle | ) |
Definition at line 122 of file dl_posix.c.
Referenced by _libaacs_unload(), and _libbdplus_unload().
1.6.3