Home
last modified time | relevance | path

Searched refs:copy_module_elf (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c2133 static int copy_module_elf(struct module *mod, struct load_info *info) in copy_module_elf() function
2192 static int copy_module_elf(struct module *mod, struct load_info *info) in copy_module_elf() function
4125 err = copy_module_elf(mod, info); in load_module()