LLVM API Documentation

lt_dlloader Struct Reference

Collaboration diagram for lt_dlloader:

Collaboration graph
[legend]
List of all members.

Public Attributes

lt_dlloadernext
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

Detailed Description

Definition at line 830 of file ltdl.c.


Member Data Documentation

lt_user_data lt_dlloader::dlloader_data

Definition at line 838 of file ltdl.c.

Referenced by lt_dlloader_add(), and tryall_dlopen().

lt_dlloader_exit* lt_dlloader::dlloader_exit

Definition at line 837 of file ltdl.c.

Referenced by lt_dlloader_add().

lt_find_sym* lt_dlloader::find_sym

Definition at line 836 of file ltdl.c.

Referenced by lt_dlloader_add().

const char* lt_dlloader::loader_name

Definition at line 832 of file ltdl.c.

Referenced by lt_dlloader_add(), and lt_dlloader_find().

lt_module_close* lt_dlloader::module_close

Definition at line 835 of file ltdl.c.

Referenced by lt_dlclose(), and lt_dlloader_add().

lt_module_open* lt_dlloader::module_open

Definition at line 834 of file ltdl.c.

Referenced by lt_dlloader_add(), and tryall_dlopen().

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

Definition at line 833 of file ltdl.c.

Referenced by lt_dlloader_add().


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