MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
dl.cpp File Reference
#include "mim/util/dl.h"
#include <cstdlib>
#include <sstream>
#include "mim/util/print.h"
#include <dlfcn.h>
Include dependency graph for dl.cpp:

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)