Go to the source code of this file.
Functions | |
struct module_t * | get_module (uint64_t index) |
int64_t | symbol_length (const char *sym) |
int64_t | resolve_symbol (const char *name, void **sym) |
int64_t | execute_symbol (const char *sym, uint64_t arg1, uint64_t arg2, uint64_t cpuid) |
int64_t | add_md_to_memory_manager (struct module_t *module) |
int64_t | load_elf_file (struct module_t *module) |
struct module_t* get_module | ( | uint64_t | index | ) |
int64_t execute_symbol | ( | const char * | sym, |
uint64_t | arg1, | ||
uint64_t | arg2, | ||
uint64_t | cpuid | ||
) |
int64_t add_md_to_memory_manager | ( | struct module_t * | module | ) |