#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/ldr.h>
#include <a.out.h>
#include <ldfcn.h>
#include "dlfcn.h"
Classes | |
struct | Export |
struct | Cdtor |
struct | Module |
Typedefs | |
typedef struct Export * | ExportPtr |
typedef struct Cdtor * | CdtorPtr |
typedef void(* | GccCDtorPtr )(void) |
typedef struct Module * | ModulePtr |
Functions | |
char * | strdup (const char *) |
void * | dlopen (const char *path, int mode) |
void * | dlsym (void *handle, const char *symbol) |
char * | dlerror (void) |
int | dlclose (void *handle) |
typedef void(* GccCDtorPtr)(void) |
int dlclose | ( | void * | handle | ) |
char* dlerror | ( | void | ) |
void* dlsym | ( | void * | handle, | |
const char * | symbol | |||
) |
char* strdup | ( | const char * | ) |