libtransistor
A userland library for the Nintendo Switch
|
Module structure and operations for internal use in the dynamic linker. More...
Go to the source code of this file.
Data Structures | |
struct | module_list_node_t |
struct | module_t |
Functions | |
result_t | ld_scan_module (module_t *mod) |
result_t | ld_relocate_module (module_t *mod) |
result_t | ld_initialize_module (module_t *mod) |
result_t | ld_finalize_module (module_t *mod) |
result_t | ld_destroy_module (module_t *mod) |
Module structure and operations for internal use in the dynamic linker.