Lines Matching refs:where
157 void _dl_reloc_plt(Elf_Word *where, Elf_Addr value, Elf_Rel *rel);
184 Elf_Addr *where; in _dl_md_reloc() local
186 where = (Elf_Addr *)(rels->r_offset + loff); in _dl_md_reloc()
187 *where += loff; in _dl_md_reloc()
190 Elf_Addr *where, value, mask; in _dl_md_reloc() local
205 where = (Elf_Addr *)(rels->r_offset + loff); in _dl_md_reloc()
211 value = *where & RELOC_VALUE_BITMASK(type); in _dl_md_reloc()
253 *where = value; in _dl_md_reloc()
258 void *dstaddr = where; in _dl_md_reloc()
275 value -= (Elf_Addr)where; in _dl_md_reloc()
283 *where &= ~mask; in _dl_md_reloc()
284 *where |= value; in _dl_md_reloc()
313 Elf_Addr *where; in _dl_md_reloc_got() local
314 where = (Elf_Addr *)(rel->r_offset + object->obj_base); in _dl_md_reloc_got()
315 *where += object->obj_base; in _dl_md_reloc_got()