Lines Matching refs:Elf_Addr

35 typedef int (*reloc_rela_handler)(struct module *mod, u32 *location, Elf_Addr v,
60 static int apply_r_larch_none(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_none()
66 static int apply_r_larch_error(struct module *me, u32 *location, Elf_Addr v, in apply_r_larch_error()
73 static int apply_r_larch_32(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_32()
83 static int apply_r_larch_64(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_64()
86 *(Elf_Addr *)location = v; in apply_r_larch_64()
91 static int apply_r_larch_sop_push_pcrel(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_pcrel()
97 static int apply_r_larch_sop_push_absolute(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_absolute()
103 static int apply_r_larch_sop_push_dup(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_dup()
123 Elf_Shdr *sechdrs, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_plt_pcrel()
137 static int apply_r_larch_sop(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop()
183 static int apply_r_larch_sop_imm_field(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_imm_field()
274 static int apply_r_larch_add_sub(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_add_sub()
299 Elf_Shdr *sechdrs, u32 *location, Elf_Addr v, in apply_r_larch_b26()
332 static int apply_r_larch_pcadd(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_pcadd()
337 s32 offset_hi20 = (void *)((v + 0x800)) - (void *)((Elf_Addr)location); in apply_r_larch_pcadd()
355 static int apply_r_larch_pcala(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_pcala()
361 (void *)((Elf_Addr)location & ~0xfff); in apply_r_larch_pcala()
363 Elf_Addr anchor = (((Elf_Addr)location) & ~0xfff) + offset_hi20; in apply_r_larch_pcala()
394 Elf_Shdr *sechdrs, u32 *location, Elf_Addr v, in apply_r_larch_got_pc()
430 static int apply_r_larch_32_pcrel(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_32_pcrel()
442 static int apply_r_larch_64_pcrel(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_64_pcrel()
484 Elf_Addr v; in apply_relocate_add()