Lines Matching refs:Elf_Addr
27 extern int apply_r_mips_none(struct module *me, u32 *location, Elf_Addr v);
29 static int apply_r_mips_32_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_32_rela()
36 static int apply_r_mips_26_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_26_rela()
54 static int apply_r_mips_hi16_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_hi16_rela()
62 static int apply_r_mips_lo16_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_lo16_rela()
69 static int apply_r_mips_pc_rela(struct module *me, u32 *location, Elf_Addr v, in apply_r_mips_pc_rela()
96 static int apply_r_mips_pc16_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_pc16_rela()
101 static int apply_r_mips_pc21_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_pc21_rela()
106 static int apply_r_mips_pc26_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_pc26_rela()
111 static int apply_r_mips_64_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_64_rela()
113 *(Elf_Addr *)location = v; in apply_r_mips_64_rela()
119 Elf_Addr v) in apply_r_mips_higher_rela()
128 Elf_Addr v) in apply_r_mips_highest_rela()
137 Elf_Addr v) = {
156 int (*handler)(struct module *me, u32 *location, Elf_Addr v); in apply_relocate_add()
160 Elf_Addr v; in apply_relocate_add()