Public Attributes | |
| char | module_path [M_MODULE_PATH_MAX] |
| uint64_t | module_inode |
| uintptr_t | module_start |
| int | fd |
| Elf * | elf |
| GElf_Shdr | GOT_shdr |
| GElf_Shdr | persistent_shdr |
| Elf_Scn * | persistent_scn |
| list_head | list |
Definition at line 53 of file module.h.
| Elf* module_dsr_s::elf |
| int module_dsr_s::fd |
| GElf_Shdr module_dsr_s::GOT_shdr |
| struct list_head module_dsr_s::list |
list connector
Definition at line 62 of file module.h.
Referenced by m_module_create_module_dsr_list().
| uint64_t module_dsr_s::module_inode |
| char module_dsr_s::module_path[M_MODULE_PATH_MAX] |
| uintptr_t module_dsr_s::module_start |
| Elf_Scn* module_dsr_s::persistent_scn |
| GElf_Shdr module_dsr_s::persistent_shdr |
1.4.7