Lines Matching refs:relocbase
83 dstaddr = (void *)(dstobj->relocbase + rela->r_offset); in do_copy_relocations()
107 srcaddr = (const void *)(defobj->relocbase + srcsym->st_value); in do_copy_relocations()
206 symval = (Elf_Addr)defobj->relocbase + in reloc_non_plt()
215 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_non_plt()
303 *where = (Elf_Addr)(obj->relocbase + rela->r_addend); in reloc_non_plt()
341 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_plt()
342 *where += (Elf_Addr)obj->relocbase; in reloc_plt()
375 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_jmpslots()
384 target = (Elf_Addr)(defobj->relocbase + def->st_value + rela->r_addend); in reloc_jmpslots()
422 ptr = (Elf_Addr *)(obj->relocbase + rela->r_addend); in reloc_iresolve_one()
423 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_iresolve_one()
481 where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_gnu_ifunc()