Home
last modified time | relevance | path

Searched defs:elf_module (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/com32/include/sys/
Dmodule.h87 struct elf_module { struct
88 char name[MODULE_NAME_SIZE]; // The module name
90 bool shallow; // Whether the module contains any code
92 struct list_head required; // Head of the required modules list
93 struct list_head dependants; // Head of module dependants list
94 struct list_head list; // The list entry in the module list
96 module_ctor_t *ctors; // module constructors
97 module_ctor_t *dtors; // module destructors
98 module_main_t main_func; // The main function (for executable modules)
100 void *module_addr; // The module location in the memory
[all …]