nulib.posix.mod

POSIX Implementation for nulib.system.mod

Members

Functions

_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()

Structs

SectionInfo
struct SectionInfo

Information about sections.

Symbol
struct Symbol

A symbol within a section.

Meta

Authors

Luna Nielsen