LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

lt_dlhandle_struct Struct Reference

Collaboration diagram for lt_dlhandle_struct:

Collaboration graph
[legend]
List of all members.

Public Attributes

lt_dlhandle_structnext
lt_dlloaderloader
lt_dlinfo info
int depcount
lt_dlhandledeplibs
lt_module module
lt_ptr system
lt_caller_datacaller_data
int flags

Detailed Description

Definition at line 841 of file ltdl.c.


Member Data Documentation

lt_caller_data* lt_dlhandle_struct::caller_data
 

Definition at line 849 of file ltdl.c.

Referenced by lt_dlcaller_get_data(), and lt_dlcaller_set_data().

int lt_dlhandle_struct::depcount
 

Definition at line 845 of file ltdl.c.

lt_dlhandle* lt_dlhandle_struct::deplibs
 

Definition at line 846 of file ltdl.c.

int lt_dlhandle_struct::flags
 

Definition at line 850 of file ltdl.c.

lt_dlinfo lt_dlhandle_struct::info
 

Definition at line 844 of file ltdl.c.

Referenced by tryall_dlopen().

lt_dlloader* lt_dlhandle_struct::loader
 

Definition at line 843 of file ltdl.c.

Referenced by lt_dlclose(), lt_dlloader_remove(), and tryall_dlopen().

lt_module lt_dlhandle_struct::module
 

Definition at line 847 of file ltdl.c.

Referenced by sys_dl_open(), and tryall_dlopen().

struct lt_dlhandle_struct* lt_dlhandle_struct::next
 

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
 

Definition at line 848 of file ltdl.c.


The documentation for this struct was generated from the following file: