Lines Matching refs:where
140 Elf_Addr *where, symval; in reloc_non_plt() local
221 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_non_plt()
222 where32 = (Elf32_Addr *)where; in reloc_non_plt()
228 *where = symval + rela->r_addend; in reloc_non_plt()
237 rela->r_addend - (Elf_Addr)where); in reloc_non_plt()
256 *where = symval; in reloc_non_plt()
276 *where = (Elf_Addr)(def->st_value - defobj->tlsoffset + in reloc_non_plt()
301 *where += (Elf_Addr)defobj->tlsindex; in reloc_non_plt()
304 *where += (Elf_Addr)(def->st_value + rela->r_addend); in reloc_non_plt()
311 *where = (Elf_Addr)(obj->relocbase + rela->r_addend); in reloc_non_plt()
345 Elf_Addr *where; in reloc_plt() local
350 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_plt()
351 *where += (Elf_Addr)obj->relocbase; in reloc_plt()
379 Elf_Addr *where, target; in reloc_jmpslots() local
385 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_jmpslots()
396 reloc_jmpslot(where, target, defobj, obj, in reloc_jmpslots()
415 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, in reloc_jmpslot() argument
419 dbg("reloc_jmpslot: *%p = %p", where, (void *)target); in reloc_jmpslot()
421 *where = target; in reloc_jmpslot()
429 Elf_Addr *where, target, *ptr; in reloc_iresolve_one() local
432 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_iresolve_one()
436 *where = target; in reloc_iresolve_one()
485 Elf_Addr *where, target; in reloc_gnu_ifunc() local
491 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_gnu_ifunc()
501 reloc_jmpslot(where, target, defobj, obj, in reloc_gnu_ifunc()