Searched refs:get_offset (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | module.c | 2229 static long get_offset(struct module *mod, unsigned int *size, in get_offset() function 2271 s->sh_entsize = get_offset(mod, &mod->core_size, s, i); in layout_sections() 2300 s->sh_entsize = (get_offset(mod, &mod->init_size, s, i) in layout_sections() 2494 symsect->sh_entsize = get_offset(mod, &mod->init_size, symsect, in layout_symtab() 2519 strsect->sh_entsize = get_offset(mod, &mod->init_size, strsect, in layout_symtab()
|