Lines Matching refs:Elf_Rel
73 const Elf_Rel *rellim; in do_copy_relocations()
74 const Elf_Rel *rel; in do_copy_relocations()
78 rellim = (const Elf_Rel *)((const char *) dstobj->rel + dstobj->relsize); in do_copy_relocations()
131 const Elf_Rel *rel = NULL, *rellim; in _rtld_relocate_nonplt_self()
139 rel = (const Elf_Rel *)(relocbase + dynp->d_un.d_ptr); in _rtld_relocate_nonplt_self()
146 rellim = (const Elf_Rel *)((const char *)rel + relsz); in _rtld_relocate_nonplt_self()
179 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rel *rel, SymCache *cache, in reloc_nonplt_object()
357 const Elf_Rel *rellim; in reloc_non_plt()
358 const Elf_Rel *rel; in reloc_non_plt()
376 rellim = (const Elf_Rel *)((const char *)obj->rel + obj->relsize); in reloc_non_plt()
394 const Elf_Rel *rellim; in reloc_plt()
395 const Elf_Rel *rel; in reloc_plt()
397 rellim = (const Elf_Rel *)((const char *)obj->pltrel + in reloc_plt()
418 const Elf_Rel *rellim; in reloc_jmpslots()
419 const Elf_Rel *rel; in reloc_jmpslots()
424 rellim = (const Elf_Rel *)((const char *)obj->pltrel + obj->pltrelsize); in reloc_jmpslots()
437 (const Elf_Rel *) rel); in reloc_jmpslots()
475 const Elf_Rel *rel) in reloc_jmpslot()