Searched refs:copy_module_elf (Results 1 – 3 of 3) sorted by relevance
18 int copy_module_elf(struct module *mod, struct load_info *info) in copy_module_elf() function
145 int copy_module_elf(struct module *mod, struct load_info *info);148 static inline int copy_module_elf(struct module *mod, struct load_info *info)150 static inline int copy_module_elf(struct module *mod, struct load_info *info) copy_module_elf() function
3566 err = copy_module_elf(mod, info); in load_module()