Lines Matching refs:Elf_Rel
32 const Elf_Rel *rellim; in do_copy_relocations()
33 const Elf_Rel *rel; in do_copy_relocations()
37 rellim = (const Elf_Rel *)((const char *) dstobj->rel + dstobj->relsize); in do_copy_relocations()
90 const Elf_Rel *rel = NULL, *rellim; in _rtld_relocate_nonplt_self()
97 rel = (const Elf_Rel *)(relocbase + dynp->d_un.d_ptr); in _rtld_relocate_nonplt_self()
104 rellim = (const Elf_Rel *)((const char *)rel + relsz); in _rtld_relocate_nonplt_self()
136 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rel *rel, SymCache *cache, in reloc_nonplt_object()
314 const Elf_Rel *rellim; in reloc_non_plt()
315 const Elf_Rel *rel; in reloc_non_plt()
333 rellim = (const Elf_Rel *)((const char *)obj->rel + obj->relsize); in reloc_non_plt()
351 const Elf_Rel *rellim; in reloc_plt()
352 const Elf_Rel *rel; in reloc_plt()
354 rellim = (const Elf_Rel *)((const char *)obj->pltrel + in reloc_plt()
375 const Elf_Rel *rellim; in reloc_jmpslots()
376 const Elf_Rel *rel; in reloc_jmpslots()
381 rellim = (const Elf_Rel *)((const char *)obj->pltrel + obj->pltrelsize); in reloc_jmpslots()
394 (const Elf_Rel *) rel); in reloc_jmpslots()
432 const Elf_Rel *rel) in reloc_jmpslot()