LLVM API Documentation
Public Attributes | |
lt_dlloader * | next |
const char * | loader_name |
const char * | sym_prefix |
lt_module_open * | module_open |
lt_module_close * | module_close |
lt_find_sym * | find_sym |
lt_dlloader_exit * | dlloader_exit |
lt_user_data | dlloader_data |
Definition at line 830 of file ltdl.c.
lt_dlloader_exit* lt_dlloader::dlloader_exit |
lt_find_sym* lt_dlloader::find_sym |
const char* lt_dlloader::loader_name |
lt_module_close* lt_dlloader::module_close |
lt_module_open* lt_dlloader::module_open |
struct lt_dlloader* lt_dlloader::next |
Definition at line 831 of file ltdl.c.
Referenced by lt_dlloader_add(), lt_dlloader_find(), and tryall_dlopen().
const char* lt_dlloader::sym_prefix |