Lines Matching refs:Elf_Addr
27 Elf_Addr *addr;
28 Elf_Addr value;
43 static void apply_r_mips_32(u32 *location, u32 base, Elf_Addr v) in apply_r_mips_32()
49 Elf_Addr v) in apply_r_mips_26()
69 static int apply_r_mips_hi16(struct module *me, u32 *location, Elf_Addr v, in apply_r_mips_hi16()
89 n->addr = (Elf_Addr *)location; in apply_r_mips_hi16()
109 u32 base, Elf_Addr v, bool rela) in apply_r_mips_lo16()
113 Elf_Addr val, vallo; in apply_r_mips_lo16()
181 Elf_Addr v, unsigned int bits) in apply_r_mips_pc()
212 Elf_Addr v) in apply_r_mips_pc16()
218 Elf_Addr v) in apply_r_mips_pc21()
224 Elf_Addr v) in apply_r_mips_pc26()
229 static int apply_r_mips_64(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_64()
234 *(Elf_Addr *)location = v; in apply_r_mips_64()
239 static int apply_r_mips_higher(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_higher()
250 static int apply_r_mips_highest(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_highest()
279 Elf_Addr v, bool rela) in reloc_handler()
324 Elf_Addr v; in __apply_relocate()