Lines Matching refs:where
146 Elf_Addr *where; in reloc_plt() local
148 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_plt()
152 *where += (Elf_Addr)obj->relocbase; in reloc_plt()
181 Elf_Addr *where; in reloc_jmpslots() local
183 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_jmpslots()
198 *where = (Elf_Addr)(defobj->relocbase + def->st_value); in reloc_jmpslots()
214 Elf_Addr *where, target, *ptr; in reloc_iresolve_one() local
217 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_iresolve_one()
221 *where = target; in reloc_iresolve_one()
267 Elf_Addr *where, target; in reloc_gnu_ifunc() local
277 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_gnu_ifunc()
288 reloc_jmpslot(where, target, defobj, obj, in reloc_gnu_ifunc()
297 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, in reloc_jmpslot() argument
305 if (*where != target && !ld_bind_not) in reloc_jmpslot()
306 *where = target; in reloc_jmpslot()
322 Elf_Addr *where, symval; in reloc_non_plt() local
337 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_non_plt()
372 *where = symval + rela->r_addend; in reloc_non_plt()
380 *where += (Elf_Addr)defobj->tlsindex; in reloc_non_plt()
401 *where += (Elf_Addr)(def->st_value + rela->r_addend in reloc_non_plt()
428 *where = (def->st_value + rela->r_addend + in reloc_non_plt()
432 *where = (Elf_Addr)(obj->relocbase + rela->r_addend); in reloc_non_plt()