Navigation

Operators and Keywords

Function List:

C++ API

dlfcn.c File Reference

#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"

Include dependency graph for dlfcn.c:


Classes

struct  Export
struct  Cdtor
struct  Module

Typedefs

typedef struct ExportExportPtr
typedef struct CdtorCdtorPtr
typedef void(* GccCDtorPtr )(void)
typedef struct ModuleModulePtr

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 Documentation

typedef struct Cdtor * CdtorPtr

typedef struct Export * ExportPtr

typedef void(* GccCDtorPtr)(void)

typedef struct Module * ModulePtr


Function Documentation

int dlclose ( void *  handle  ) 

char* dlerror ( void   ) 

void* dlopen ( const char *  path,
int  mode 
)

void* dlsym ( void *  handle,
const char *  symbol 
)

char* strdup ( const char *   )