9DICT_DEF2(AddressCache,
int, M_DEFAULT_OPLIST, Elf32_Addr, M_DEFAULT_OPLIST)
14typedef int32_t(entry_t)(
void*);
29DICT_DEF2(ELFSectionDict,
const char*, M_CSTR_OPLIST,
ELFSection, M_POD_OPLIST)
32 size_t sections_count;
34 off_t section_table_strings;
38 off_t symbol_table_strings;
40 ELFSectionDict_t sections;
42 AddressCache_t relocation_cache;
43 AddressCache_t trampoline_cache;
53 bool init_array_called;
Definition elf_file_i.h:31
Definition elf_file_i.h:18
Interface for ELF loader to resolve symbols.
Definition elf_api_interface.h:9
Structure that hold file index and returned api errors.
Definition filesystem_api_internal.h:17