Lines Matching refs:Elf_Addr
26 Elf_Addr *addr;
27 Elf_Addr value;
33 static void apply_r_mips_32(u32 *location, u32 base, Elf_Addr v) in apply_r_mips_32()
39 Elf_Addr v) in apply_r_mips_26()
59 static int apply_r_mips_hi16(struct module *me, u32 *location, Elf_Addr v, in apply_r_mips_hi16()
79 n->addr = (Elf_Addr *)location; in apply_r_mips_hi16()
99 u32 base, Elf_Addr v, bool rela) in apply_r_mips_lo16()
103 Elf_Addr val, vallo; in apply_r_mips_lo16()
171 Elf_Addr v, unsigned int bits) in apply_r_mips_pc()
202 Elf_Addr v) in apply_r_mips_pc16()
208 Elf_Addr v) in apply_r_mips_pc21()
214 Elf_Addr v) in apply_r_mips_pc26()
219 static int apply_r_mips_64(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_64()
224 *(Elf_Addr *)location = v; in apply_r_mips_64()
229 static int apply_r_mips_higher(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_higher()
240 static int apply_r_mips_highest(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_highest()
269 Elf_Addr v, bool rela) in reloc_handler()
314 Elf_Addr v; in __apply_relocate()