Lines Matching refs:Elf_Rel
113 const Elf_Rel *rellim; in do_copy_relocations()
114 const Elf_Rel *rel; in do_copy_relocations()
129 rellim = (const Elf_Rel *)((const char *)dstobj->rel + dstobj->relsize); in do_copy_relocations()
219 const Elf_Rel *rel = NULL, *rellim; in _rtld_relocate_nonplt_self()
230 rel = (const Elf_Rel *)(relocbase + dynp->d_un.d_ptr); in _rtld_relocate_nonplt_self()
268 rellim = (const Elf_Rel *)((const char *)rel + relsz); in _rtld_relocate_nonplt_self()
346 const Elf_Rel *rel; in reloc_non_plt()
347 const Elf_Rel *rellim; in reloc_non_plt()
472 rellim = (const Elf_Rel *)((const char *)obj->rel + obj->relsize); in reloc_non_plt()
657 const Elf_Rel *rellim; in reloc_plt()
658 const Elf_Rel *rel; in reloc_plt()
660 rellim = (const Elf_Rel *)((const char *)obj->pltrel + obj->pltrelsize); in reloc_plt()
686 const Elf_Rel *rellim; in reloc_jmpslots()
687 const Elf_Rel *rel; in reloc_jmpslots()
690 rellim = (const Elf_Rel *)((const char *)obj->pltrel + obj->pltrelsize); in reloc_jmpslots()
746 const Elf_Rel *rel) in reloc_jmpslot()