• 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:me

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);
107 me->name);
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);
127 me->name);
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)
308 me->name, strtab + sym->st_name);
314 res = reloc_handlers_rel[ELF_MIPS_R_TYPE(rel[i])](me, location, v);
324 struct module *me)
348 me->name, strtab + sym->st_name);
354 res = reloc_handlers_rela[ELF_MIPS_R_TYPE(rel[i])](me, location, v);
385 struct module *me)
390 INIT_LIST_HEAD(&me->arch.dbe_list);
394 me->arch.dbe_start = (void *)s->sh_addr;
395 me->arch.dbe_end = (void *)s->sh_addr + s->sh_size;
397 list_add(&me->arch.dbe_list, &dbe_list);