![]() |
My Project
|
Go to the source code of this file.
Macros | |
#define | DYNL_KERNEL_HANDLE ((void*) 0x1) |
Enumerations | |
enum | lib_types { LT_NONE , LT_NOTFOUND , LT_SINGULAR , LT_ELF , LT_HPUX , LT_MACH_O , LT_BUILTIN , LT_DLL } |
Functions | |
void * | dynl_open_binary_warn (const char *binary_name, const char *msg=NULL) |
void * | dynl_sym_warn (void *handle, const char *proc, const char *msg=NULL) |
int | dynl_check_opened (char *filename) |
void * | dynl_open (char *filename) |
void * | dynl_sym (void *handle, const char *symbol) |
int | dynl_close (void *handle) |
const char * | dynl_error () |
Definition at line 135 of file mod_raw.cc.
Definition at line 170 of file mod_raw.cc.
Definition at line 175 of file mod_raw.cc.
Definition at line 142 of file mod_raw.cc.
Definition at line 45 of file mod_raw.cc.
Definition at line 159 of file mod_raw.cc.
Definition at line 89 of file mod_raw.cc.