Lines Matching refs:module
17 void module_free(struct module *module, void *region) in module_free() argument
24 char *secstrings, struct module *mod) in module_frob_arch_sections()
90 struct module *module, Elf32_Rela * rel, in exceed_limit() argument
98 module->name, ELF32_R_TYPE(rel->r_info)); in exceed_limit()
115 struct module *module) in apply_relocate_add() argument
132 pr_err("%s: bad relocation\n", module->name); in apply_relocate_add()
141 pr_err("%s: out of bounds relocation\n", module->name); in apply_relocate_add()
204 ((v - (Elf32_Addr) loc), 0x000000ff, module, rel, in apply_relocate_add()
213 ((v - (Elf32_Addr) loc), 0x00003fff, module, rel, in apply_relocate_add()
222 ((v - (Elf32_Addr) loc), 0x0000ffff, module, rel, in apply_relocate_add()
231 ((v - (Elf32_Addr) loc), 0x00ffffff, module, rel, in apply_relocate_add()
239 ((v - (Elf32_Addr) loc), 0x000000ff, module, rel, in apply_relocate_add()
251 module->name, ELF32_R_TYPE(rel->r_info)); in apply_relocate_add()
261 module->name, ELF32_R_TYPE(rel->r_info)); in apply_relocate_add()
271 struct module *module) in module_finalize() argument
276 void module_arch_cleanup(struct module *mod) in module_arch_cleanup()