Lines Matching full:where
209 struct tlsdesc_entry *where, int flags, RtldLockState *lockstate) in reloc_tlsdesc() argument
225 where->func = _rtld_tlsdesc_undef; in reloc_tlsdesc()
226 where->addend = rela->r_addend; in reloc_tlsdesc()
234 where->func = _rtld_tlsdesc_static; in reloc_tlsdesc()
235 where->offset = obj->tlsoffset + offs; in reloc_tlsdesc()
238 where->func = _rtld_tlsdesc_dynamic; in reloc_tlsdesc()
239 where->data = reloc_tlsdesc_alloc(obj->tlsindex, offs); in reloc_tlsdesc()
258 Elf_Addr *where, target; in reloc_plt() local
260 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_plt()
278 *where += (Elf_Addr)obj->relocbase; in reloc_plt()
295 *where = target; in reloc_plt()
299 reloc_tlsdesc(obj, rela, (struct tlsdesc_entry *)where, in reloc_plt()
334 Elf_Addr *where, target; in reloc_jmpslots() local
336 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_jmpslots()
348 reloc_jmpslot(where, target, defobj, obj, in reloc_jmpslots()
362 Elf_Addr *where, target, *ptr; in reloc_iresolve_one() local
365 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_iresolve_one()
369 *where = target; in reloc_iresolve_one()
413 Elf_Addr *where, target; in reloc_gnu_ifunc() local
422 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_gnu_ifunc()
432 reloc_jmpslot(where, target, defobj, obj, in reloc_gnu_ifunc()
441 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, in reloc_jmpslot() argument
449 if (*where != target && !ld_bind_not) in reloc_jmpslot()
450 *where = target; in reloc_jmpslot()
472 Elf_Addr *where, symval; in reloc_non_plt() local
538 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_non_plt()
543 *where = symval + rela->r_addend; in reloc_non_plt()
559 reloc_tlsdesc(obj, rela, (struct tlsdesc_entry *)where, in reloc_non_plt()
580 *where = def->st_value + rela->r_addend + in reloc_non_plt()
591 *where += (Elf_Addr)defobj->tlsindex; in reloc_non_plt()
594 *where += (Elf_Addr)(def->st_value + rela->r_addend); in reloc_non_plt()
597 *where = (Elf_Addr)(obj->relocbase + rela->r_addend); in reloc_non_plt()