#include <stdio.h>
#include <stdlib.h>
#include <dlfcn.h>
#include <rtld/module.h>
#include <rtld/symbol.h>
Go to the source code of this file.
Functions | |
void * | dlopen (const char *path, int flag) |
void * | dlsym (void *mod, const char *sym_name) |
Definition in file dlfcn.c.