Home
last modified time | relevance | path

Searched refs:rellim (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/libexec/rtld-elf/i386/
Dreloc.c65 const Elf_Rel *rellim; in do_copy_relocations() local
70 rellim = (const Elf_Rel *)((const char *)dstobj->rel + dstobj->relsize); in do_copy_relocations()
71 for (rel = dstobj->rel; rel < rellim; rel++) { in do_copy_relocations()
130 const Elf_Rel *rellim; in reloc_non_plt() local
153 rellim = (const Elf_Rel *)((const char *)obj->rel + obj->relsize); in reloc_non_plt()
154 for (rel = obj->rel; rel < rellim; rel++) { in reloc_non_plt()
286 const Elf_Rel *rellim; in reloc_plt() local
289 rellim = (const Elf_Rel *)((const char *)obj->pltrel + obj->pltrelsize); in reloc_plt()
290 for (rel = obj->pltrel; rel < rellim; rel++) { in reloc_plt()
317 const Elf_Rel *rellim; in reloc_jmpslots() local
[all …]
/freebsd-12-stable/libexec/rtld-elf/arm/
Dreloc.c73 const Elf_Rel *rellim; in do_copy_relocations() local
78 rellim = (const Elf_Rel *)((const char *) dstobj->rel + dstobj->relsize); in do_copy_relocations()
79 for (rel = dstobj->rel; rel < rellim; rel++) { in do_copy_relocations()
131 const Elf_Rel *rel = NULL, *rellim; in _rtld_relocate_nonplt_self() local
146 rellim = (const Elf_Rel *)((const char *)rel + relsz); in _rtld_relocate_nonplt_self()
147 size = (rellim - 1)->r_offset - rel->r_offset; in _rtld_relocate_nonplt_self()
148 for (; rel < rellim; rel++) { in _rtld_relocate_nonplt_self()
357 const Elf_Rel *rellim; in reloc_non_plt() local
376 rellim = (const Elf_Rel *)((const char *)obj->rel + obj->relsize); in reloc_non_plt()
377 for (rel = obj->rel; rel < rellim; rel++) { in reloc_non_plt()
[all …]
/freebsd-12-stable/libexec/rtld-elf/mips/
Dreloc.c113 const Elf_Rel *rellim; in do_copy_relocations() local
129 rellim = (const Elf_Rel *)((const char *)dstobj->rel + dstobj->relsize); in do_copy_relocations()
130 for (rel = dstobj->rel; rel < rellim; rel++) { in do_copy_relocations()
219 const Elf_Rel *rel = NULL, *rellim; in _rtld_relocate_nonplt_self() local
268 rellim = (const Elf_Rel *)((const char *)rel + relsz); in _rtld_relocate_nonplt_self()
269 for (; rel < rellim; rel++) { in _rtld_relocate_nonplt_self()
347 const Elf_Rel *rellim; in reloc_non_plt() local
472 rellim = (const Elf_Rel *)((const char *)obj->rel + obj->relsize); in reloc_non_plt()
473 for (rel = obj->rel; rel < rellim; rel++) { in reloc_non_plt()
657 const Elf_Rel *rellim; in reloc_plt() local
[all …]
/freebsd-12-stable/libexec/rtld-elf/
Ddebug.c108 const Elf_Rel *rellim; in dump_Elf_Rel() local
113 rellim = (const Elf_Rel *)((const char *)rel0 + relsize); in dump_Elf_Rel()
114 for (rel = rel0; rel < rellim; rel++) { in dump_Elf_Rel()
/freebsd-12-stable/sys/kern/
Dlink_elf_obj.c1249 const Elf_Rel *rellim; in relocate_file1() local
1267 rellim = rel + ef->reltab[i].nrel; in relocate_file1()
1273 for ( ; rel < rellim; rel++) { in relocate_file1()
1647 const Elf_Rel *rellim; in link_elf_reloc_local() local
1665 rellim = rel + ef->reltab[i].nrel; in link_elf_reloc_local()
1671 for ( ; rel < rellim; rel++) { in link_elf_reloc_local()
Dlink_elf.c1712 const Elf_Rel *rellim; in link_elf_reloc_local() local
1720 rellim = (const Elf_Rel *)((const char *)ef->rel + ef->relsize); in link_elf_reloc_local()
1721 while (rel < rellim) { in link_elf_reloc_local()
/freebsd-12-stable/crypto/openssh/
DCREDITS40 Gary E. Miller <gem@rellim.com> - SCO support