Lines Matching refs:Elf_Addr
26 extern int apply_r_mips_none(struct module *me, u32 *location, Elf_Addr v);
28 static int apply_r_mips_32_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_32_rela()
35 static int apply_r_mips_26_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_26_rela()
55 static int apply_r_mips_hi16_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_hi16_rela()
63 static int apply_r_mips_lo16_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_lo16_rela()
70 static int apply_r_mips_64_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_64_rela()
72 *(Elf_Addr *)location = v; in apply_r_mips_64_rela()
78 Elf_Addr v) in apply_r_mips_higher_rela()
87 Elf_Addr v) in apply_r_mips_highest_rela()
96 Elf_Addr v) = {
115 Elf_Addr v; in apply_relocate_add()