#include "load_dso.h"
#include <dlfcn.h>
Go to the source code of this file.
Functions | |
void * | load_dso (const Filename &filename) |
bool | unload_dso (void *dso_handle) |
string | load_dso_error () |
|
Definition at line 147 of file load_dso.cxx. References Filename::to_os_specific(). Referenced by main(). |
|
Definition at line 158 of file load_dso.cxx. Referenced by main(). |
|
Definition at line 153 of file load_dso.cxx. |