|
BRL-CAD
|
Go to the source code of this file.
Macros | |
| #define | BU_RTLD_LAZY 1 |
| #define | BU_RTLD_NOW 2 |
| #define | BU_RTLD_GLOBAL 0x100 |
| #define | BU_RTLD_LOCAL 0 |
Functions | |
| void * | bu_dlopen (const char *path, int mode) |
| void * | bu_dlsym (void *path, const char *symbol) |
| int | bu_dlclose (void *handle) |
| const char * | bu_dlerror (void) |
| int | bu_dlunload () |