Lines Matching refs:Elf_Addr
28 Elf_Addr *addr;
29 Elf_Addr value;
44 static void apply_r_mips_32(u32 *location, u32 base, Elf_Addr v) in apply_r_mips_32()
50 Elf_Addr v) in apply_r_mips_26()
70 static int apply_r_mips_hi16(struct module *me, u32 *location, Elf_Addr v, in apply_r_mips_hi16()
90 n->addr = (Elf_Addr *)location; in apply_r_mips_hi16()
110 u32 base, Elf_Addr v, bool rela) in apply_r_mips_lo16()
114 Elf_Addr val, vallo; in apply_r_mips_lo16()
182 Elf_Addr v, unsigned int bits) in apply_r_mips_pc()
213 Elf_Addr v) in apply_r_mips_pc16()
219 Elf_Addr v) in apply_r_mips_pc21()
225 Elf_Addr v) in apply_r_mips_pc26()
230 static int apply_r_mips_64(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_64()
235 *(Elf_Addr *)location = v; in apply_r_mips_64()
240 static int apply_r_mips_higher(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_higher()
251 static int apply_r_mips_highest(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_highest()
280 Elf_Addr v, bool rela) in reloc_handler()
325 Elf_Addr v; in __apply_relocate()