Lines Matching refs:relocbase
176 * it and adding the relocbase to all of the entries. You must
182 _rtld_relocate_nonplt_self(Elf_Dyn *dynp, Elf_Addr relocbase)
207 (relocbase + dynp->d_un.d_ptr);
216 (relocbase + dynp->d_un.d_ptr);
221 (relocbase + dynp->d_un.d_ptr);
229 where = (void *)(relocbase + rela->r_offset);
235 relocbase + rela->r_addend);
239 relocbase + rela->r_addend + sym->st_value);
257 relocbase + rela->r_addend;
270 where = (void *)(relocbase + rela->r_offset);
276 (relocbase + sym->st_value + rela->r_addend);
285 where = (void *)(relocbase + rela->r_offset);
350 func_pc = (Elf_Addr)(defobj->relocbase + def->st_value +
353 func_pc = (Elf_Addr)(defobj->relocbase + addend);
452 where = (Elf_Addr *)(obj->relocbase + rela->r_offset);
461 tmp = (Elf_Addr)(obj->relocbase +
488 (obj->relocbase + rela->r_addend);
532 tmp = (Elf_Addr)(defobj->relocbase +
625 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset);
639 func_pc = (Elf_Addr)(obj->relocbase + rela->r_addend);
678 Elf_Word *where = (Elf_Word *)(obj->relocbase + rela->r_offset);
687 func_pc = (Elf_Addr)(obj->relocbase + rela->r_addend);
706 func_pc = (Elf_Addr)(defobj->relocbase + def->st_value +