Home
last modified time | relevance | path

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

/NextBSD/libexec/rtld-elf/i386/
HDreloc.c63 const Elf_Rel *rellim; in do_copy_relocations() local
68 rellim = (const Elf_Rel *) ((caddr_t) dstobj->rel + dstobj->relsize); in do_copy_relocations()
69 for (rel = dstobj->rel; rel < rellim; rel++) { in do_copy_relocations()
127 const Elf_Rel *rellim; in reloc_non_plt() local
146 rellim = (const Elf_Rel *)((caddr_t) obj->rel + obj->relsize); in reloc_non_plt()
147 for (rel = obj->rel; rel < rellim; rel++) { in reloc_non_plt()
275 const Elf_Rel *rellim; in reloc_plt() local
278 rellim = (const Elf_Rel *)((char *)obj->pltrel + obj->pltrelsize); in reloc_plt()
279 for (rel = obj->pltrel; rel < rellim; rel++) { in reloc_plt()
306 const Elf_Rel *rellim; in reloc_jmpslots() local
[all …]
/NextBSD/libexec/rtld-elf/arm/
HDreloc.c67 const Elf_Rel *rellim; in do_copy_relocations() local
72 rellim = (const Elf_Rel *) ((caddr_t) dstobj->rel + dstobj->relsize); in do_copy_relocations()
73 for (rel = dstobj->rel; rel < rellim; rel++) { in do_copy_relocations()
127 const Elf_Rel *rel = 0, *rellim; in _rtld_relocate_nonplt_self() local
142 rellim = (const Elf_Rel *)((caddr_t)rel + relsz); in _rtld_relocate_nonplt_self()
143 size = (rellim - 1)->r_offset - rel->r_offset; in _rtld_relocate_nonplt_self()
144 for (; rel < rellim; rel++) { in _rtld_relocate_nonplt_self()
355 const Elf_Rel *rellim; in reloc_non_plt() local
374 rellim = (const Elf_Rel *)((caddr_t)obj->rel + obj->relsize); in reloc_non_plt()
375 for (rel = obj->rel; rel < rellim; rel++) { in reloc_non_plt()
[all …]
/NextBSD/libexec/rtld-elf/mips/
HDreloc.c144 const Elf_Rel *rel = 0, *rellim; in _rtld_relocate_nonplt_self() local
193 rellim = (const Elf_Rel *)((caddr_t)rel + relsz); in _rtld_relocate_nonplt_self()
194 for (; rel < rellim; rel++) { in _rtld_relocate_nonplt_self()
265 const Elf_Rel *rellim; in reloc_non_plt() local
390 rellim = (const Elf_Rel *)((caddr_t)obj->rel + obj->relsize); in reloc_non_plt()
391 for (rel = obj->rel; rel < rellim; rel++) { in reloc_non_plt()
562 const Elf_Rel *rellim; in reloc_plt()
568 rellim = (const Elf_Rel *)((char *)obj->pltrel + in reloc_plt()
570 for (rel = obj->pltrel; rel < rellim; rel++) { in reloc_plt()
/NextBSD/libexec/rtld-elf/
HDdebug.c105 const Elf_Rel *rellim; in dump_Elf_Rel() local
110 rellim = (const Elf_Rel *)((const char *)rel0 + relsize); in dump_Elf_Rel()
111 for (rel = rel0; rel < rellim; rel++) { in dump_Elf_Rel()
/NextBSD/sys/kern/
HDlink_elf.c1197 const Elf_Rel *rellim; in relocate_file() local
1206 rellim = (const Elf_Rel *) in relocate_file()
1208 while (rel < rellim) { in relocate_file()
1239 rellim = (const Elf_Rel *) in relocate_file()
1241 while (rel < rellim) { in relocate_file()
1615 const Elf_Rel *rellim; in link_elf_reloc_local() local
1623 rellim = (const Elf_Rel *)((const char *)ef->rel + ef->relsize); in link_elf_reloc_local()
1624 while (rel < rellim) { in link_elf_reloc_local()
HDlink_elf_obj.c1015 const Elf_Rel *rellim; in relocate_file() local
1031 rellim = rel + ef->reltab[i].nrel; in relocate_file()
1035 for ( ; rel < rellim; rel++) { in relocate_file()
1374 const Elf_Rel *rellim; in link_elf_reloc_local() local
1390 rellim = rel + ef->reltab[i].nrel; in link_elf_reloc_local()
1394 for ( ; rel < rellim; rel++) { in link_elf_reloc_local()
/NextBSD/crypto/openssh/
HDCREDITS40 Gary E. Miller <gem@rellim.com> - SCO support