Functions

eurephia_getsym.h File Reference

Helper functions for handling dynamic loaded objects (.so files). More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * eGetSym (eurephiaCTX *ctx, void *dlh, const char *symnam)

Detailed Description

Helper functions for handling dynamic loaded objects (.so files).

Author:
David Sommerseth <dazo@users.sourceforge.net>
Date:
2008-08-10

Definition in file eurephia_getsym.h.


Function Documentation

void* eGetSym ( eurephiaCTX ctx,
void *  dlh,
const char *  symnam 
)

Retrieves a function pointer to a given function name

Parameters:
ctx eurephiaCTX
dlh Handler which dlopen() returned
symnam Name of the function to find
Returns:
Returns a pointer to the function if it was found, otherwise NULL is returned.

Definition at line 46 of file eurephia_getsym.c.

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines