Lines Matching refs:where
161 Elf64_Addr *where, val; in elf_reloc_internal() local
173 where = (Elf_Addr *) (relocbase + rel->r_offset); in elf_reloc_internal()
180 addend = *(Elf32_Addr *)where; in elf_reloc_internal()
183 addend = *where; in elf_reloc_internal()
189 where = (Elf_Addr *) (relocbase + rela->r_offset); in elf_reloc_internal()
207 if (*where != val) in elf_reloc_internal()
208 *where = val; in elf_reloc_internal()
213 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
214 val32 = (Elf32_Addr)(addr + addend - (Elf_Addr)where); in elf_reloc_internal()
224 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
245 if (*where != addr) in elf_reloc_internal()
246 *where = addr; in elf_reloc_internal()
252 if (*where != val) in elf_reloc_internal()
253 *where = val; in elf_reloc_internal()