dso_meth_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

dso_bind_func
ExternC!(DSO_FUNC_TYPE function(DSO* dso, const(char)* symname)) dso_bind_func;
Undocumented in source.
dso_bind_var
ExternC!(void* function(DSO* dso, const(char)* symname)) dso_bind_var;
Undocumented in source.
dso_ctrl
ExternC!(c_long function(DSO* dso, int cmd, c_long larg, void* parg)) dso_ctrl;
Undocumented in source.
dso_load
ExternC!(int function(DSO* dso)) dso_load;
Undocumented in source.
dso_merger
DSO_MERGER_FUNC dso_merger;
Undocumented in source.
dso_name_converter
DSO_NAME_CONVERTER_FUNC dso_name_converter;
Undocumented in source.
dso_unbind_func
ExternC!(int function(DSO* dso, char* symname, DSO_FUNC_TYPE symptr)) dso_unbind_func;
Undocumented in source.
dso_unbind_var
ExternC!(int function(DSO* dso, char* symname, void* symptr)) dso_unbind_var;
Undocumented in source.
dso_unload
ExternC!(int function(DSO* dso)) dso_unload;
Undocumented in source.
finish
ExternC!(int function(DSO* dso)) finish;
Undocumented in source.
globallookup
ExternC!(void* function(const(char)* symname)) globallookup;
Undocumented in source.
init_
ExternC!(int function(DSO* dso)) init_;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
pathbyaddr
ExternC!(int function(void* addr, char* path, int sz)) pathbyaddr;
Undocumented in source.

Meta