Lines Matching refs:me
77 char *secstrings, struct module *me) in module_frob_arch_sections() argument
95 me->arch.gotsecindex = s - sechdrs; in module_frob_arch_sections()
99 printk(KERN_ERR "module %s: no symbol table\n", me->name); in module_frob_arch_sections()
103 printk(KERN_ERR "module %s: no got section\n", me->name); in module_frob_arch_sections()
112 me->name); in module_frob_arch_sections()
147 struct module *me) in apply_relocate_add() argument
163 gp = (u64)me->module_core + me->core_size - 0x8000; in apply_relocate_add()
164 got = sechdrs[me->arch.gotsecindex].sh_addr; in apply_relocate_add()
266 me->name, r_type); in apply_relocate_add()
272 me->name, r_type, sym->st_shndx); in apply_relocate_add()
276 me->name, r_type, strtab + sym->st_name); in apply_relocate_add()