Lines Matching refs:Elf_Addr
39 Elf_Addr *addr;
40 Elf_Addr value;
73 static int apply_r_mips_none(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_none()
78 static int apply_r_mips_32_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_32_rel()
85 static int apply_r_mips_32_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_32_rela()
92 static int apply_r_mips_26_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_26_rel()
113 static int apply_r_mips_26_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_26_rela()
133 static int apply_r_mips_hi16_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_hi16_rel()
146 n->addr = (Elf_Addr *)location; in apply_r_mips_hi16_rel()
154 static int apply_r_mips_hi16_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_hi16_rela()
162 static int apply_r_mips_lo16_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_lo16_rel()
165 Elf_Addr val, vallo; in apply_r_mips_lo16_rel()
226 static int apply_r_mips_lo16_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_lo16_rela()
233 static int apply_r_mips_64_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_64_rela()
235 *(Elf_Addr *)location = v; in apply_r_mips_64_rela()
241 Elf_Addr v) in apply_r_mips_higher_rela()
250 Elf_Addr v) in apply_r_mips_highest_rela()
259 Elf_Addr v) = {
268 Elf_Addr v) = {
287 Elf_Addr v; in apply_relocate()
327 Elf_Addr v; in apply_relocate_add()