osxdlfcn.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdarg.h>
#include <limits.h>
#include <mach-o/dyld.h>
#include "osxdlfcn.h"
Include dependency graph for osxdlfcn.c:
This graph shows which files directly or indirectly include this file:

Defines

#define ERR_STR_LEN   256

Functions

voiddlopen (const char *path, int mode)
const char * dlerror (void)
int dlclose (void *handle)
voiddlsym (void *handle, const char *symbol)

Define Documentation

#define ERR_STR_LEN   256

Function Documentation

int dlclose ( void handle  ) 

References error.

const char* dlerror ( void   ) 

References error.

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

References error, int, RTLD_GLOBAL, and RTLD_LAZY.

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

References error.

Generated on Mon Jun 13 08:10:29 2011 for NEURON by  doxygen 1.6.3