Searched refs:get_offset (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | module.c | 2405 static long get_offset(struct module *mod, unsigned int *size, in get_offset() function 2448 s->sh_entsize = get_offset(mod, &mod->core_layout.size, s, i); in layout_sections() 2481 s->sh_entsize = (get_offset(mod, &mod->init_layout.size, s, i) in layout_sections() 2700 symsect->sh_entsize = get_offset(mod, &mod->init_layout.size, symsect, in layout_symtab() 2727 strsect->sh_entsize = get_offset(mod, &mod->init_layout.size, strsect, in layout_symtab()
|