Lines Matching full:where
43 * target relocation base for the section (i.e. it corresponds to where
53 Elf64_Addr *where, val; in __elfN() local
65 where = (Elf_Addr *)((char *)data + relbase + rel->r_offset - in __elfN()
76 where = (Elf_Addr *)((char *)data + relbase + rela->r_offset - in __elfN()
88 if ((char *)where < (char *)data || (char *)where >= (char *)data + len) in __elfN()
92 addend = *where; in __elfN()
111 memcpy(where, &val, sizeof(val)); in __elfN()
122 *where = val; in __elfN()
132 Elf_Addr addend, addr, *where, val; in __elfN()
140 where = (Elf_Addr *)((char *)data + relbase + rel->r_offset - in __elfN()
149 where = (Elf_Addr *)((char *)data + relbase + rela->r_offset - in __elfN()
159 if ((char *)where < (char *)data || (char *)where >= (char *)data + len) in __elfN()
163 addend = *where; in __elfN()
174 *where = addr; in __elfN()
181 *where = val; in __elfN()