Lines Matching refs:relocbase
163 uintptr_t relocbase = 0;
171 where = (Elf_Addr *)(relocbase + rela->r_offset);
172 target = (Elf_Addr)(relocbase + rela->r_addend);
187 uintptr_t relocbase = 0;
195 where = (Elf_Addr *)(relocbase + rel->r_offset);
224 uintptr_t relocbase = (uintptr_t)~0U;
252 relocbase = (uintptr_t)phdr - phdr->p_vaddr;
254 if (dynphdr == NULL || relocbase == (uintptr_t)~0U)
257 Elf_Dyn *dynp = (Elf_Dyn *)((uint8_t *)dynphdr->p_vaddr + relocbase);
267 (const Elf_Relr *)(relocbase + dynp->d_un.d_ptr);
274 (const REL_TYPE *)(relocbase + dynp->d_un.d_ptr);
286 where = (Elf_Addr *)(relocbase + *relr);
287 *where++ += relocbase;
293 *where += relocbase;
300 where = (Elf_Addr *)(relocbase + relocs->r_offset);
305 *where = (Elf_Addr)(relocbase + relocs->r_addend);
307 *where += (Elf_Addr)relocbase;