Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/i386/
H A Dreloc.c64 const Elf_Rel *rellim; in do_copy_relocations() local
69 rellim = (const Elf_Rel *)((const char *)dstobj->rel + dstobj->relsize); in do_copy_relocations()
70 for (rel = dstobj->rel; rel < rellim; rel++) { in do_copy_relocations()
133 const Elf_Rel *rellim; in reloc_non_plt() local
157 rellim = (const Elf_Rel *)((const char *)obj->rel + obj->relsize); in reloc_non_plt()
158 for (rel = obj->rel; rel < rellim; rel++) { in reloc_non_plt()
291 const Elf_Rel *rellim; in reloc_plt() local
294 rellim = (const Elf_Rel *)((const char *)obj->pltrel + obj->pltrelsize); in reloc_plt()
295 for (rel = obj->pltrel; rel < rellim; rel++) { in reloc_plt()
322 const Elf_Rel *rellim; in reloc_jmpslots() local
[all …]
/freebsd/libexec/rtld-elf/arm/
H A Dreloc.c31 const Elf_Rel *rellim; in do_copy_relocations() local
36 rellim = (const Elf_Rel *)((const char *) dstobj->rel + dstobj->relsize); in do_copy_relocations()
37 for (rel = dstobj->rel; rel < rellim; rel++) { in do_copy_relocations()
89 const Elf_Rel *rel = NULL, *rellim; in _rtld_relocate_nonplt_self() local
103 rellim = (const Elf_Rel *)((const char *)rel + relsz); in _rtld_relocate_nonplt_self()
104 for (; rel < rellim; rel++) { in _rtld_relocate_nonplt_self()
316 const Elf_Rel *rellim; in reloc_non_plt() local
335 rellim = (const Elf_Rel *)((const char *)obj->rel + obj->relsize); in reloc_non_plt()
336 for (rel = obj->rel; rel < rellim; rel++) { in reloc_non_plt()
353 const Elf_Rel *rellim; in reloc_plt() local
[all …]
/freebsd/libexec/rtld-elf/
H A Ddebug.c106 const Elf_Rel *rellim; in dump_Elf_Rel() local
111 rellim = (const Elf_Rel *)((const char *)rel0 + relsize); in dump_Elf_Rel()
112 for (rel = rel0; rel < rellim; rel++) { in dump_Elf_Rel()
/freebsd/sys/kern/
H A Dlink_elf_obj.c1366 const Elf_Rel *rellim; in relocate_file1() local
1383 rellim = rel + ef->reltab[i].nrel; in relocate_file1()
1389 for ( ; rel < rellim; rel++) { in relocate_file1()
1808 const Elf_Rel *rellim; in link_elf_reloc_local() local
1826 rellim = rel + ef->reltab[i].nrel; in link_elf_reloc_local()
1832 for ( ; rel < rellim; rel++) { in link_elf_reloc_local()
H A Dlink_elf.c1920 const Elf_Rel *rellim; in link_elf_reloc_local() local
1928 rellim = (const Elf_Rel *)((const char *)ef->rel + ef->relsize); in link_elf_reloc_local()
1929 while (rel < rellim) { in link_elf_reloc_local()
/freebsd/crypto/openssh/
H A DCREDITS40 Gary E. Miller <gem@rellim.com> - SCO support