BRL-CAD
Loading...
Searching...
No Matches
dylib.h File Reference
#include "common.h"
#include "bu/defines.h"
Include dependency graph for dylib.h:
This graph shows which files directly or indirectly include this file:

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

voidbu_dlopen (const char *path, int mode)
 
voidbu_dlsym (void *path, const char *symbol)
 
int bu_dlclose (void *handle)
 
const charbu_dlerror (void)
 
int bu_dlunload (void)