Lines Matching refs:where
81 Elf64_Addr *where, val; in __elfN()
90 where = (Elf_Addr *)((char *)data + relbase + rel->r_offset - in __elfN()
99 where = (Elf_Addr *)((char *)data + relbase + rela->r_offset - in __elfN()
109 if ((char *)where < (char *)data || (char *)where >= (char *)data + len) in __elfN()
113 addend = *where; in __elfN()
125 *where = val; in __elfN()
130 *where = val; in __elfN()
139 Elf_Addr addend, addr, *where, val; in __elfN()
147 where = (Elf_Addr *)((char *)data + relbase + rel->r_offset - in __elfN()
156 where = (Elf_Addr *)((char *)data + relbase + rela->r_offset - in __elfN()
166 if ((char *)where < (char *)data || (char *)where >= (char *)data + len) in __elfN()
170 addend = *where; in __elfN()
180 *where = addr; in __elfN()
187 *where = val; in __elfN()