Lines Matching refs:Elf_Addr

43 static int apply_r_larch_none(struct module *mod, u32 *location, Elf_Addr v,  in apply_r_larch_none()
49 static int apply_r_larch_error(struct module *me, u32 *location, Elf_Addr v, in apply_r_larch_error()
56 static int apply_r_larch_32(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_32()
63 static int apply_r_larch_64(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_64()
66 *(Elf_Addr *)location = v; in apply_r_larch_64()
70 static int apply_r_larch_sop_push_pcrel(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_pcrel()
76 static int apply_r_larch_sop_push_absolute(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_absolute()
82 static int apply_r_larch_sop_push_dup(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_dup()
101 static int apply_r_larch_sop_push_plt_pcrel(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_plt_pcrel()
115 static int apply_r_larch_sop(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop()
161 static int apply_r_larch_sop_imm_field(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_imm_field()
252 static int apply_r_larch_add_sub(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_add_sub()
274 static int apply_r_larch_b26(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_b26()
307 static int apply_r_larch_pcala(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_pcala()
313 (void *)((Elf_Addr)location & ~0xfff); in apply_r_larch_pcala()
314 Elf_Addr anchor = (((Elf_Addr)location) & ~0xfff) + offset_hi20; in apply_r_larch_pcala()
341 static int apply_r_larch_got_pc(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_got_pc()
344 Elf_Addr got = module_emit_got_entry(mod, v); in apply_r_larch_got_pc()
374 typedef int (*reloc_rela_handler)(struct module *mod, u32 *location, Elf_Addr v,
408 Elf_Addr v; in apply_relocate_add()