Lines Matching refs:me

30 static int apply_r_riscv_32_rela(struct module *me, u32 *location, Elf_Addr v)  in apply_r_riscv_32_rela()  argument
34 me->name, (long long)v); in apply_r_riscv_32_rela()
41 static int apply_r_riscv_64_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_riscv_64_rela() argument
47 static int apply_r_riscv_branch_rela(struct module *me, u32 *location, in apply_r_riscv_branch_rela() argument
60 static int apply_r_riscv_jal_rela(struct module *me, u32 *location, in apply_r_riscv_jal_rela() argument
73 static int apply_r_riscv_rvc_branch_rela(struct module *me, u32 *location, in apply_r_riscv_rvc_branch_rela() argument
88 static int apply_r_riscv_rvc_jump_rela(struct module *me, u32 *location, in apply_r_riscv_rvc_jump_rela() argument
106 static int apply_r_riscv_pcrel_hi20_rela(struct module *me, u32 *location, in apply_r_riscv_pcrel_hi20_rela() argument
115 me->name, (long long)v, location); in apply_r_riscv_pcrel_hi20_rela()
124 static int apply_r_riscv_pcrel_lo12_i_rela(struct module *me, u32 *location, in apply_r_riscv_pcrel_lo12_i_rela() argument
135 static int apply_r_riscv_pcrel_lo12_s_rela(struct module *me, u32 *location, in apply_r_riscv_pcrel_lo12_s_rela() argument
149 static int apply_r_riscv_hi20_rela(struct module *me, u32 *location, in apply_r_riscv_hi20_rela() argument
157 me->name, (long long)v, location); in apply_r_riscv_hi20_rela()
166 static int apply_r_riscv_lo12_i_rela(struct module *me, u32 *location, in apply_r_riscv_lo12_i_rela() argument
176 static int apply_r_riscv_lo12_s_rela(struct module *me, u32 *location, in apply_r_riscv_lo12_s_rela() argument
188 static int apply_r_riscv_got_hi20_rela(struct module *me, u32 *location, in apply_r_riscv_got_hi20_rela() argument
196 offset = module_emit_got_entry(me, v); in apply_r_riscv_got_hi20_rela()
201 me->name, (long long)v, location); in apply_r_riscv_got_hi20_rela()
210 static int apply_r_riscv_call_plt_rela(struct module *me, u32 *location, in apply_r_riscv_call_plt_rela() argument
219 offset = module_emit_plt_entry(me, v); in apply_r_riscv_call_plt_rela()
224 me->name, (long long)v, location); in apply_r_riscv_call_plt_rela()
236 static int apply_r_riscv_call_rela(struct module *me, u32 *location, in apply_r_riscv_call_rela() argument
245 me->name, (long long)v, location); in apply_r_riscv_call_rela()
256 static int apply_r_riscv_relax_rela(struct module *me, u32 *location, in apply_r_riscv_relax_rela() argument
262 static int apply_r_riscv_align_rela(struct module *me, u32 *location, in apply_r_riscv_align_rela() argument
267 me->name, location); in apply_r_riscv_align_rela()
271 static int apply_r_riscv_add32_rela(struct module *me, u32 *location, in apply_r_riscv_add32_rela() argument
278 static int apply_r_riscv_add64_rela(struct module *me, u32 *location, in apply_r_riscv_add64_rela() argument
285 static int apply_r_riscv_sub32_rela(struct module *me, u32 *location, in apply_r_riscv_sub32_rela() argument
292 static int apply_r_riscv_sub64_rela(struct module *me, u32 *location, in apply_r_riscv_sub64_rela() argument
299 static int (*reloc_handlers_rela[]) (struct module *me, u32 *location,
326 struct module *me) in apply_relocate_add() argument
329 int (*handler)(struct module *me, u32 *location, Elf_Addr v); in apply_relocate_add()
351 me->name, strtab + sym->st_name); in apply_relocate_add()
364 me->name, type); in apply_relocate_add()
396 me, hi20_sym_val); in apply_relocate_add()
409 me->name); in apply_relocate_add()
414 res = handler(me, location, v); in apply_relocate_add()
449 struct module *me) in module_finalize() argument