Lines Matching refs:Elf_Addr

57 static int apply_r_larch_none(struct module *mod, u32 *location, Elf_Addr v,
63 static int apply_r_larch_error(struct module *me, u32 *location, Elf_Addr v,
70 static int apply_r_larch_32(struct module *mod, u32 *location, Elf_Addr v,
77 static int apply_r_larch_64(struct module *mod, u32 *location, Elf_Addr v,
80 *(Elf_Addr *)location = v;
84 static int apply_r_larch_sop_push_pcrel(struct module *mod, u32 *location, Elf_Addr v,
90 static int apply_r_larch_sop_push_absolute(struct module *mod, u32 *location, Elf_Addr v,
96 static int apply_r_larch_sop_push_dup(struct module *mod, u32 *location, Elf_Addr v,
116 Elf_Shdr *sechdrs, u32 *location, Elf_Addr v,
130 static int apply_r_larch_sop(struct module *mod, u32 *location, Elf_Addr v,
176 static int apply_r_larch_sop_imm_field(struct module *mod, u32 *location, Elf_Addr v,
267 static int apply_r_larch_add_sub(struct module *mod, u32 *location, Elf_Addr v,
290 Elf_Shdr *sechdrs, u32 *location, Elf_Addr v,
323 static int apply_r_larch_pcala(struct module *mod, u32 *location, Elf_Addr v,
329 (void *)((Elf_Addr)location & ~0xfff);
330 Elf_Addr anchor = (((Elf_Addr)location) & ~0xfff) + offset_hi20;
358 Elf_Shdr *sechdrs, u32 *location, Elf_Addr v,
361 Elf_Addr got = module_emit_got_entry(mod, sechdrs, v);
381 static int apply_r_larch_32_pcrel(struct module *mod, u32 *location, Elf_Addr v,
390 static int apply_r_larch_64_pcrel(struct module *mod, u32 *location, Elf_Addr v,
409 typedef int (*reloc_rela_handler)(struct module *mod, u32 *location, Elf_Addr v,
442 Elf_Addr v;