Lines Matching refs:Elf_Rel
31 const Elf_Rel *rellim; in do_copy_relocations()
32 const Elf_Rel *rel; in do_copy_relocations()
36 rellim = (const Elf_Rel *)((const char *) dstobj->rel + dstobj->relsize); in do_copy_relocations()
89 const Elf_Rel *rel = NULL, *rellim; in _rtld_relocate_nonplt_self()
96 rel = (const Elf_Rel *)(relocbase + dynp->d_un.d_ptr); in _rtld_relocate_nonplt_self()
103 rellim = (const Elf_Rel *)((const char *)rel + relsz); in _rtld_relocate_nonplt_self()
135 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rel *rel, SymCache *cache, in reloc_nonplt_object()
316 const Elf_Rel *rellim; in reloc_non_plt()
317 const Elf_Rel *rel; in reloc_non_plt()
335 rellim = (const Elf_Rel *)((const char *)obj->rel + obj->relsize); in reloc_non_plt()
353 const Elf_Rel *rellim; in reloc_plt()
354 const Elf_Rel *rel; in reloc_plt()
356 rellim = (const Elf_Rel *)((const char *)obj->pltrel + in reloc_plt()
377 const Elf_Rel *rellim; in reloc_jmpslots()
378 const Elf_Rel *rel; in reloc_jmpslots()
383 rellim = (const Elf_Rel *)((const char *)obj->pltrel + obj->pltrelsize); in reloc_jmpslots()
396 (const Elf_Rel *) rel); in reloc_jmpslots()
434 const Elf_Rel *rel) in reloc_jmpslot()