Lines Matching refs:where
168 void _dl_reloc_plt(Elf_Addr *where, Elf_Addr value);
194 Elf_Addr *where; in _dl_md_reloc() local
196 where = (Elf_Addr *)(rels->r_offset + loff); in _dl_md_reloc()
197 *where += loff; in _dl_md_reloc()
200 Elf_Addr *where, value, mask; in _dl_md_reloc() local
216 where = (Elf_Addr *)(rels->r_offset + loff); in _dl_md_reloc()
219 value = *where & RELOC_VALUE_BITMASK(type); in _dl_md_reloc()
257 _dl_reloc_plt((Elf_Word *)where, value); in _dl_md_reloc()
262 void *dstaddr = where; in _dl_md_reloc()
279 value -= (Elf_Addr)where; in _dl_md_reloc()
287 *where &= ~mask; in _dl_md_reloc()
288 *where |= value; in _dl_md_reloc()
305 _dl_reloc_plt(Elf_Addr *where, Elf_Addr value) in _dl_reloc_plt() argument
307 *where = value; in _dl_reloc_plt()
385 Elf_Addr *where; in _dl_md_reloc_got() local
386 where = (Elf_Addr *)(rel->r_offset + object->obj_base); in _dl_md_reloc_got()
387 *where += object->obj_base; in _dl_md_reloc_got()