module_memory
struct module_memory *core_text;
struct module_memory *init_text;
struct module_memory *mod_mem;
struct module_memory *mod_mem;
struct module_memory *mod_mem;
struct module_memory mem[MOD_MEM_NUM_TYPES] __module_memory_align;
struct module_memory *mod_mem_data = &mod->mem[MOD_DATA];
struct module_memory *mod_mem_init_data = &mod->mem[MOD_INIT_DATA];
struct module_memory *mod_mem;
struct module_memory *mod_mem = &mod->mem[type];
struct module_memory *mem = &mod->mem[type];
struct module_memory *mem = &mod->mem[type];
struct module_memory *mod_mem = &mod->mem[type];
const struct module_memory *mod_mem = &mod->mem[type];
const struct module_memory *mod_mem = &mod->mem[type];
const struct module_memory *mod_mem = &mod->mem[type];
const struct module_memory *mem = &mod->mem[type];
struct module_memory *mod_mem = container_of(n, struct module_memory, mtn.node);
struct module_memory *mod_mem = container_of(n, struct module_memory, mtn.node);