|
MimIR 0.1
MimIR is my Intermediate Representation
|
#include "mim/util/dl.h"#include <cstdlib>#include <sstream>#include "mim/util/print.h"#include <dlfcn.h>Go to the source code of this file.
Namespaces | |
| namespace | mim |
| namespace | mim::dl |
Functions | |
| void * | mim::dl::open (const char *filename) |
| void * | mim::dl::get (void *handle, const char *symbol_name) |
| void | mim::dl::close (void *handle) |