Lines Matching refs:me
65 char *secstrings, struct module *me) in module_frob_arch_sections() argument
83 me->arch.gotsecindex = s - sechdrs; in module_frob_arch_sections()
87 printk(KERN_ERR "module %s: no symbol table\n", me->name); in module_frob_arch_sections()
91 printk(KERN_ERR "module %s: no got section\n", me->name); in module_frob_arch_sections()
100 me->name); in module_frob_arch_sections()
135 struct module *me) in apply_relocate_add() argument
151 gp = (u64)me->core_layout.base + me->core_layout.size - 0x8000; in apply_relocate_add()
152 got = sechdrs[me->arch.gotsecindex].sh_addr; in apply_relocate_add()
257 me->name, r_type); in apply_relocate_add()
263 me->name, r_type, sym->st_shndx); in apply_relocate_add()
267 me->name, r_type, strtab + sym->st_name); in apply_relocate_add()