Home
last modified time | relevance | path

Searched refs:Elf_Rel (Results 1 – 25 of 39) sorted by relevance

12

/NextBSD/libexec/rtld-elf/i386/
HDreloc.c63 const Elf_Rel *rellim; in do_copy_relocations()
64 const Elf_Rel *rel; in do_copy_relocations()
68 rellim = (const Elf_Rel *) ((caddr_t) dstobj->rel + dstobj->relsize); in do_copy_relocations()
127 const Elf_Rel *rellim; in reloc_non_plt()
128 const Elf_Rel *rel; in reloc_non_plt()
146 rellim = (const Elf_Rel *)((caddr_t) obj->rel + obj->relsize); in reloc_non_plt()
275 const Elf_Rel *rellim; in reloc_plt()
276 const Elf_Rel *rel; in reloc_plt()
278 rellim = (const Elf_Rel *)((char *)obj->pltrel + obj->pltrelsize); in reloc_plt()
306 const Elf_Rel *rellim; in reloc_jmpslots()
[all …]
HDrtld_machdep.h45 const struct Struct_Obj_Entry *refobj, const Elf_Rel *rel) in reloc_jmpslot()
/NextBSD/libexec/rtld-elf/arm/
HDreloc.c67 const Elf_Rel *rellim; in do_copy_relocations()
68 const Elf_Rel *rel; in do_copy_relocations()
72 rellim = (const Elf_Rel *) ((caddr_t) dstobj->rel + dstobj->relsize); in do_copy_relocations()
127 const Elf_Rel *rel = 0, *rellim; in _rtld_relocate_nonplt_self()
135 rel = (const Elf_Rel *)(relocbase + dynp->d_un.d_ptr); in _rtld_relocate_nonplt_self()
142 rellim = (const Elf_Rel *)((caddr_t)rel + relsz); in _rtld_relocate_nonplt_self()
175 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rel *rel, SymCache *cache, in reloc_nonplt_object()
355 const Elf_Rel *rellim; in reloc_non_plt()
356 const Elf_Rel *rel; in reloc_non_plt()
374 rellim = (const Elf_Rel *)((caddr_t)obj->rel + obj->relsize); in reloc_non_plt()
[all …]
HDrtld_machdep.h43 const Elf_Rel *rel);
/NextBSD/libexec/rtld-elf/
HDdebug.c78 (obj->relsize / sizeof(Elf_Rel))); in dump_obj_relocations()
90 (obj->pltrelsize / sizeof(Elf_Rel))); in dump_obj_relocations()
102 dump_Elf_Rel (Obj_Entry *obj, const Elf_Rel *rel0, u_long relsize) in dump_Elf_Rel()
104 const Elf_Rel *rel; in dump_Elf_Rel()
105 const Elf_Rel *rellim; in dump_Elf_Rel()
110 rellim = (const Elf_Rel *)((const char *)rel0 + relsize); in dump_Elf_Rel()
HDrtld.h174 const Elf_Rel *rel; /* Relocation entries */
178 const Elf_Rel *pltrel; /* PLT relocation entries */
358 void dump_Elf_Rel(Obj_Entry *, const Elf_Rel *, u_long);
/NextBSD/libexec/rtld-elf/mips/
HDreloc.c144 const Elf_Rel *rel = 0, *rellim; in _rtld_relocate_nonplt_self()
155 rel = (const Elf_Rel *)(relocbase + dynp->d_un.d_ptr); in _rtld_relocate_nonplt_self()
193 rellim = (const Elf_Rel *)((caddr_t)rel + relsz); in _rtld_relocate_nonplt_self()
264 const Elf_Rel *rel; in reloc_non_plt()
265 const Elf_Rel *rellim; in reloc_non_plt()
390 rellim = (const Elf_Rel *)((caddr_t)obj->rel + obj->relsize); in reloc_non_plt()
562 const Elf_Rel *rellim; in reloc_plt()
563 const Elf_Rel *rel; in reloc_plt()
568 rellim = (const Elf_Rel *)((char *)obj->pltrel + in reloc_plt()
612 const Obj_Entry *obj, const Elf_Rel *rel) in reloc_jmpslot()
HDrtld_machdep.h44 const Elf_Rel *rel);
/NextBSD/sys/boot/common/
HDreloc_elf.c85 const Elf_Rel *rel; in __elfN()
90 rel = (const Elf_Rel *)reldata; in __elfN()
142 const Elf_Rel *rel; in __elfN()
147 rel = (const Elf_Rel *)reldata; in __elfN()
HDload_elf_obj.c469 Elf_Rel r, *rbase; in __elfN()
500 rbase = (Elf_Rel *)(intptr_t)shdr[i].sh_addr; in __elfN()
502 nrel = shdr[i].sh_size / sizeof(Elf_Rel); in __elfN()
/NextBSD/usr.sbin/kldxref/
HDef_i386.c49 const Elf_Rel *rel; in ef_reloc()
55 rel = (const Elf_Rel *)reldata; in ef_reloc()
HDef_amd64.c51 const Elf_Rel *rel; in ef_reloc()
56 rel = (const Elf_Rel *)reldata; in ef_reloc()
/NextBSD/sys/kern/
HDlink_elf.c93 const Elf_Rel *pltrel; /* DT_JMPREL */
97 const Elf_Rel *rel; /* DT_REL */
553 ef->rel = (const Elf_Rel *) (ef->address + dp->d_un.d_ptr); in parse_dynamic()
559 if (dp->d_un.d_val != sizeof(Elf_Rel)) in parse_dynamic()
563 ef->pltrel = (const Elf_Rel *) (ef->address + dp->d_un.d_ptr); in parse_dynamic()
1197 const Elf_Rel *rellim; in relocate_file()
1198 const Elf_Rel *rel; in relocate_file()
1206 rellim = (const Elf_Rel *) in relocate_file()
1239 rellim = (const Elf_Rel *) in relocate_file()
1615 const Elf_Rel *rellim; in link_elf_reloc_local()
[all …]
HDlink_elf_obj.c77 Elf_Rel *rel;
384 ef->reltab[rl].rel = (Elf_Rel *)shdr[i].sh_addr; in link_elf_link_preload()
385 ef->reltab[rl].nrel = shdr[i].sh_size / sizeof(Elf_Rel); in link_elf_link_preload()
824 ef->reltab[rl].nrel = shdr[i].sh_size / sizeof(Elf_Rel); in link_elf_load_file()
1015 const Elf_Rel *rellim; in relocate_file()
1016 const Elf_Rel *rel; in relocate_file()
1374 const Elf_Rel *rellim; in link_elf_reloc_local()
1375 const Elf_Rel *rel; in link_elf_reloc_local()
/NextBSD/sys/arm64/arm64/
HDelf_machdep.c138 const Elf_Rel *rel; in elf_reloc_internal()
144 rel = (const Elf_Rel *)data; in elf_reloc_internal()
/NextBSD/sys/arm/arm/
HDelf_machdep.c171 const Elf_Rel *rel; in elf_reloc_internal()
177 rel = (const Elf_Rel *)data; in elf_reloc_internal()
/NextBSD/sys/i386/i386/
HDelf_machdep.c178 const Elf_Rel *rel; in elf_reloc_internal()
184 rel = (const Elf_Rel *)data; in elf_reloc_internal()
/NextBSD/sys/amd64/amd64/
HDelf_machdep.c167 const Elf_Rel *rel; in elf_reloc_internal()
173 rel = (const Elf_Rel *)data; in elf_reloc_internal()
/NextBSD/libexec/rtld-elf/sparc64/
HDrtld_machdep.h45 const Elf_Rel *);
/NextBSD/libexec/rtld-elf/powerpc64/
HDrtld_machdep.h43 const Elf_Rel *rel);
/NextBSD/libexec/rtld-elf/aarch64/
HDrtld_machdep.h53 const Elf_Rel *rel);
/NextBSD/libexec/rtld-elf/powerpc/
HDrtld_machdep.h43 const Elf_Rel *rel);
/NextBSD/sys/mips/mips/
HDelf_machdep.c173 const Elf_Rel *rel = NULL; in elf_reloc_internal()
185 rel = (const Elf_Rel *)data; in elf_reloc_internal()
/NextBSD/libexec/rtld-elf/amd64/
HDrtld_machdep.h45 const struct Struct_Obj_Entry *refobj, const Elf_Rel *rel) in reloc_jmpslot()
/NextBSD/libexec/rtld-elf/riscv/
HDrtld_machdep.h60 const Elf_Rel *rel);

12