- _nu_module_close
void _nu_module_close(void* module_)
Undocumented in source. Be warned that the author may not have intended to support it.
- _nu_module_enumerate_sections
SectionInfo[] _nu_module_enumerate_sections(void* base)
Undocumented in source. Be warned that the author may not have intended to support it.
- _nu_module_enumerate_symbols
Symbol[] _nu_module_enumerate_symbols(void* base)
Undocumented in source. Be warned that the author may not have intended to support it.
- _nu_module_get_base_address
void* _nu_module_get_base_address(void* module_)
Undocumented in source. Be warned that the author may not have intended to support it.
- _nu_module_get_symbol
void* _nu_module_get_symbol(void* module_, const(char)* symbol)
Undocumented in source. Be warned that the author may not have intended to support it.
- _nu_module_open
void* _nu_module_open(void* path)
Undocumented in source. Be warned that the author may not have intended to support it.
- _nu_module_release_base_address
void _nu_module_release_base_address(void* module_)
Undocumented in source. Be warned that the author may not have intended to support it.
- _nu_module_utf16_paths
bool _nu_module_utf16_paths()
POSIX Implementation for nulib.system.mod