Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
dl.cpp File Reference
#include "thorin/util/dl.h"
#include <cstdlib>
#include <sstream>
#include "thorin/util/print.h"
#include <dlfcn.h>
Include dependency graph for dl.cpp:

Go to the source code of this file.

Namespaces

namespace  thorin
 
namespace  thorin::dl
 

Functions

void * thorin::dl::open (const char *filename)
 
void * thorin::dl::get (void *handle, const char *symbol_name)
 
void thorin::dl::close (void *handle)