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