Searched refs:module_get_offset (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/kernel/module/ |
D | kallsyms.c | 119 symsect->sh_entsize = module_get_offset(mod, &mod->init_layout.size, symsect, in layout_symtab() 147 strsect->sh_entsize = module_get_offset(mod, &mod->init_layout.size, strsect, in layout_symtab()
|
D | internal.h | 104 long module_get_offset(struct module *mod, unsigned int *size, Elf_Shdr *sechdr,
|
D | main.c | 1393 long module_get_offset(struct module *mod, unsigned int *size, in module_get_offset() function 1451 s->sh_entsize = module_get_offset(mod, sizep, s, i); in layout_sections() 1484 s->sh_entsize = (module_get_offset(mod, &mod->init_layout.size, s, i) in layout_sections()
|