• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/

Lines Matching refs:module

30 #include <linux/module.h>
67 void module_free(struct module *mod, void *module_region)
73 char *secstrings, struct module *mod)
78 static int apply_r_mips_none(struct module *me, u32 *location, Elf_Addr v)
83 static int apply_r_mips_32_rel(struct module *me, u32 *location, Elf_Addr v)
90 static int apply_r_mips_32_rela(struct module *me, u32 *location, Elf_Addr v)
97 static int apply_r_mips_26_rel(struct module *me, u32 *location, Elf_Addr v)
100 printk(KERN_ERR "module %s: dangerous relocation\n", me->name);
106 "module %s: relocation overflow\n",
117 static int apply_r_mips_26_rela(struct module *me, u32 *location, Elf_Addr v)
120 printk(KERN_ERR "module %s: dangerous relocation\n", me->name);
126 "module %s: relocation overflow\n",
136 static int apply_r_mips_hi16_rel(struct module *me, u32 *location, Elf_Addr v)
157 static int apply_r_mips_hi16_rela(struct module *me, u32 *location, Elf_Addr v)
165 static int apply_r_mips_lo16_rel(struct module *me, u32 *location, Elf_Addr v)
224 printk(KERN_ERR "module %s: dangerous " "relocation\n", me->name);
229 static int apply_r_mips_lo16_rela(struct module *me, u32 *location, Elf_Addr v)
236 static int apply_r_mips_64_rela(struct module *me, u32 *location, Elf_Addr v)
243 static int apply_r_mips_higher_rela(struct module *me, u32 *location,
252 static int apply_r_mips_highest_rela(struct module *me, u32 *location,
261 static int (*reloc_handlers_rel[]) (struct module *me, u32 *location,
270 static int (*reloc_handlers_rela[]) (struct module *me, u32 *location,
284 struct module *me)
324 struct module *me)
362 /* Given an address, look for it in the module exception tables. */
378 we cannot unload the module, hence no refcnt needed. */
385 struct module *me)
403 void module_arch_cleanup(struct module *mod)