Go to the source code of this file.
Functions | |
| BD_PRIVATE void * | dl_dlopen (const char *path, const char *version) |
| BD_PRIVATE void * | dl_dlsym (void *handle, const char *symbol) |
| BD_PRIVATE int | dl_dlclose (void *handle) |
| BD_PRIVATE 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().
| BD_PRIVATE 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().
| BD_PRIVATE int dl_dlclose | ( | void * | handle | ) |
Definition at line 122 of file dl_posix.c.
Referenced by _libaacs_unload(), and _libbdplus_unload().
1.6.3