#include <dlfcn.h>
#include "utils/dynamic_loader.h"
Go to the source code of this file.
Define Documentation
#define pg_dlclose |
( |
|
h |
) |
dlclose(h) |
Definition at line 44 of file osf.h.
#define pg_dlerror |
( |
|
void |
) |
dlerror() |
Definition at line 45 of file osf.h.
#define pg_dlopen |
( |
|
f |
) |
dlopen((f), RTLD_NOW | RTLD_GLOBAL) |
Definition at line 42 of file osf.h.
#define pg_dlsym |
( |
|
h, |
|
|
|
f | |
|
) |
| | ((PGFunction) dlsym(h, f)) |
Definition at line 43 of file osf.h.
Definition at line 39 of file osf.h.
Definition at line 36 of file osf.h.