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) |
Helper functions for handling dynamic loaded objects (.so files).
Definition in file eurephia_getsym.h.
| void* eGetSym | ( | eurephiaCTX * | ctx, | |
| void * | dlh, | |||
| const char * | symnam | |||
| ) |
Retrieves a function pointer to a given function name
| ctx | eurephiaCTX | |
| dlh | Handler which dlopen() returned | |
| symnam | Name of the function to find |
Definition at line 46 of file eurephia_getsym.c.
Here is the caller graph for this function:
1.7.1