LLVM API Documentation
Public Attributes | |
lt_dlhandle_struct * | next |
lt_dlloader * | loader |
lt_dlinfo | info |
int | depcount |
lt_dlhandle * | deplibs |
lt_module | module |
lt_ptr | system |
lt_caller_data * | caller_data |
int | flags |
Definition at line 841 of file ltdl.c.
Definition at line 849 of file ltdl.c.
Referenced by lt_dlcaller_get_data(), and lt_dlcaller_set_data().
Definition at line 843 of file ltdl.c.
Referenced by lt_dlclose(), lt_dlloader_remove(), and tryall_dlopen().
Definition at line 842 of file ltdl.c.
Referenced by lt_dlclose(), lt_dlexit(), lt_dlforeach(), lt_dlhandle_next(), lt_dlloader_remove(), and tryall_dlopen().
lt_ptr lt_dlhandle_struct::system |