Home
last modified time | relevance | path

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

12

/trueos/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()
/trueos/libexec/rtld-elf/arm/
HDreloc.c31 const Elf_Rel *rellim; in do_copy_relocations()
32 const Elf_Rel *rel; in do_copy_relocations()
36 rellim = (const Elf_Rel *) ((caddr_t) dstobj->rel + dstobj->relsize); in do_copy_relocations()
91 const Elf_Rel *rel = 0, *rellim; in _rtld_relocate_nonplt_self()
99 rel = (const Elf_Rel *)(relocbase + dynp->d_un.d_ptr); in _rtld_relocate_nonplt_self()
106 rellim = (const Elf_Rel *)((caddr_t)rel + relsz); in _rtld_relocate_nonplt_self()
139 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rel *rel, SymCache *cache, in reloc_nonplt_object()
319 const Elf_Rel *rellim; in reloc_non_plt()
320 const Elf_Rel *rel; in reloc_non_plt()
338 rellim = (const Elf_Rel *)((caddr_t)obj->rel + obj->relsize); in reloc_non_plt()
[all …]
HDrtld_machdep.h43 const Elf_Rel *rel);
/trueos/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.h190 const Elf_Rel *rel; /* Relocation entries */
194 const Elf_Rel *pltrel; /* PLT relocation entries */
371 void dump_Elf_Rel(Obj_Entry *, const Elf_Rel *, u_long);
/trueos/libexec/rtld-elf/ia64/
HDreloc.c346 const Elf_Rel *rellim; in reloc_non_plt()
347 const Elf_Rel *rel; in reloc_non_plt()
367 rellim = (const Elf_Rel *) ((caddr_t) obj->rel + obj->relsize); in reloc_non_plt()
409 const Elf_Rel *rellim; in reloc_plt()
410 const Elf_Rel *rel; in reloc_plt()
412 rellim = (const Elf_Rel *) in reloc_plt()
467 const Elf_Rel *rellim; in reloc_jmpslots()
468 const Elf_Rel *rel; in reloc_jmpslots()
470 rellim = (const Elf_Rel *) in reloc_jmpslots()
507 defobj, obj, (Elf_Rel *)rela); in reloc_jmpslots()
[all …]
HDrtld_machdep.h52 const struct Struct_Obj_Entry *, const Elf_Rel *);
/trueos/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);
/trueos/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.c475 Elf_Rel r, *rbase; in __elfN()
506 rbase = (Elf_Rel *)(intptr_t)shdr[i].sh_addr; in __elfN()
508 nrel = shdr[i].sh_size / sizeof(Elf_Rel); in __elfN()
/trueos/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()
/trueos/sys/kern/
HDlink_elf.c93 const Elf_Rel *pltrel; /* DT_JMPREL */
97 const Elf_Rel *rel; /* DT_REL */
523 ef->rel = (const Elf_Rel *) (ef->address + dp->d_un.d_ptr); in parse_dynamic()
529 if (dp->d_un.d_val != sizeof(Elf_Rel)) in parse_dynamic()
533 ef->pltrel = (const Elf_Rel *) (ef->address + dp->d_un.d_ptr); in parse_dynamic()
1132 const Elf_Rel *rellim; in relocate_file()
1133 const Elf_Rel *rel; in relocate_file()
1141 rellim = (const Elf_Rel *) in relocate_file()
1174 rellim = (const Elf_Rel *) in relocate_file()
1553 const Elf_Rel *rellim; in link_elf_reloc_local()
[all …]
HDlink_elf_obj.c77 Elf_Rel *rel;
379 ef->reltab[rl].rel = (Elf_Rel *)shdr[i].sh_addr; in link_elf_link_preload()
380 ef->reltab[rl].nrel = shdr[i].sh_size / sizeof(Elf_Rel); in link_elf_link_preload()
797 ef->reltab[rl].nrel = shdr[i].sh_size / sizeof(Elf_Rel); in link_elf_load_file()
985 const Elf_Rel *rellim; in relocate_file()
986 const Elf_Rel *rel; in relocate_file()
1334 const Elf_Rel *rellim; in link_elf_reloc_local()
1335 const Elf_Rel *rel; in link_elf_reloc_local()
/trueos/sys/arm/arm/
HDelf_machdep.c133 const Elf_Rel *rel; in elf_reloc_internal()
138 rel = (const Elf_Rel *)data; in elf_reloc_internal()
/trueos/sys/i386/i386/
HDelf_machdep.c178 const Elf_Rel *rel; in elf_reloc_internal()
183 rel = (const Elf_Rel *)data; in elf_reloc_internal()
/trueos/sys/amd64/amd64/
HDelf_machdep.c168 const Elf_Rel *rel; in elf_reloc_internal()
173 rel = (const Elf_Rel *)data; in elf_reloc_internal()
/trueos/libexec/rtld-elf/sparc64/
HDrtld_machdep.h45 const Elf_Rel *);
/trueos/sys/ia64/ia64/
HDelf_machdep.c185 const Elf_Rel *rel; in elf_reloc_internal()
190 rel = (const Elf_Rel *)data; in elf_reloc_internal()
/trueos/libexec/rtld-elf/powerpc64/
HDrtld_machdep.h43 const Elf_Rel *rel);
/trueos/libexec/rtld-elf/powerpc/
HDrtld_machdep.h43 const Elf_Rel *rel);
/trueos/libexec/rtld-elf/amd64/
HDrtld_machdep.h45 const struct Struct_Obj_Entry *refobj, const Elf_Rel *rel) in reloc_jmpslot()
/trueos/sys/mips/mips/
HDelf_machdep.c175 const Elf_Rel *rel = NULL; in elf_reloc_internal()
186 rel = (const Elf_Rel *)data; in elf_reloc_internal()

12