Searched refs:dstobj (Results 1 – 7 of 7) sorted by relevance
77 do_copy_relocations(Obj_Entry *dstobj) in do_copy_relocations() argument94 assert(dstobj->mainprog); in do_copy_relocations()96 relalim = (const Elf_Rela *)((const char *)dstobj->rela + in do_copy_relocations()97 dstobj->relasize); in do_copy_relocations()98 for (rela = dstobj->rela; rela < relalim; rela++) { in do_copy_relocations()102 dstaddr = (void *)(dstobj->relocbase + rela->r_offset); in do_copy_relocations()103 dstsym = dstobj->symtab + ELF_R_SYM(rela->r_info); in do_copy_relocations()104 name = dstobj->strtab + dstsym->st_name; in do_copy_relocations()108 req.ventry = fetch_ventry(dstobj, ELF_R_SYM(rela->r_info)); in do_copy_relocations()111 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations()[all …]
29 do_copy_relocations(Obj_Entry *dstobj) in do_copy_relocations() argument34 assert(dstobj->mainprog); /* COPY relocations are invalid elsewhere */ in do_copy_relocations()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()49 dstaddr = (void *)(dstobj->relocbase + rel->r_offset); in do_copy_relocations()50 dstsym = dstobj->symtab + ELF_R_SYM(rel->r_info); in do_copy_relocations()51 name = dstobj->strtab + dstsym->st_name; in do_copy_relocations()55 req.ventry = fetch_ventry(dstobj, in do_copy_relocations()59 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations()71 name, dstobj->path); in do_copy_relocations()
114 do_copy_relocations(Obj_Entry *dstobj) in do_copy_relocations() argument131 assert(dstobj->mainprog); in do_copy_relocations()133 relalim = (const Elf_Rela *)((const char *)dstobj->rela + in do_copy_relocations()134 dstobj->relasize); in do_copy_relocations()135 for (rela = dstobj->rela; rela < relalim; rela++) { in do_copy_relocations()139 dstaddr = (void *)(dstobj->relocbase + rela->r_offset); in do_copy_relocations()140 dstsym = dstobj->symtab + ELF_R_SYM(rela->r_info); in do_copy_relocations()141 name = dstobj->strtab + dstsym->st_name; in do_copy_relocations()145 req.ventry = fetch_ventry(dstobj, ELF_R_SYM(rela->r_info)); in do_copy_relocations()148 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations()[all …]
70 do_copy_relocations(Obj_Entry *dstobj) in do_copy_relocations() argument78 assert(dstobj->mainprog); in do_copy_relocations()80 relalim = (const Elf_Rela *)((const char *) dstobj->rela + in do_copy_relocations()81 dstobj->relasize); in do_copy_relocations()82 for (rela = dstobj->rela; rela < relalim; rela++) { in do_copy_relocations()97 dstaddr = (void *)(dstobj->relocbase + rela->r_offset); in do_copy_relocations()98 dstsym = dstobj->symtab + ELF_R_SYM(rela->r_info); in do_copy_relocations()99 name = dstobj->strtab + dstsym->st_name; in do_copy_relocations()102 req.ventry = fetch_ventry(dstobj, ELF_R_SYM(rela->r_info)); in do_copy_relocations()105 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations()[all …]
80 do_copy_relocations(Obj_Entry *dstobj) in do_copy_relocations() argument85 assert(dstobj->mainprog); /* COPY relocations are invalid elsewhere */ in do_copy_relocations()87 relalim = (const Elf_Rela *)((const char *)dstobj->rela + in do_copy_relocations()88 dstobj->relasize); in do_copy_relocations()89 for (rela = dstobj->rela; rela < relalim; rela++) { in do_copy_relocations()101 dstaddr = (void *)(dstobj->relocbase + rela->r_offset); in do_copy_relocations()102 dstsym = dstobj->symtab + ELF_R_SYM(rela->r_info); in do_copy_relocations()103 name = dstobj->strtab + dstsym->st_name; in do_copy_relocations()106 req.ventry = fetch_ventry(dstobj, in do_copy_relocations()110 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations()[all …]
78 do_copy_relocations(Obj_Entry *dstobj) in do_copy_relocations() argument83 assert(dstobj->mainprog); /* COPY relocations are invalid elsewhere */ in do_copy_relocations()85 rellim = (const Elf_Rel *)((const char *)dstobj->rel + dstobj->relsize); in do_copy_relocations()86 for (rel = dstobj->rel; rel < rellim; rel++) { in do_copy_relocations()98 dstaddr = (void *)(dstobj->relocbase + rel->r_offset); in do_copy_relocations()99 dstsym = dstobj->symtab + ELF_R_SYM(rel->r_info); in do_copy_relocations()100 name = dstobj->strtab + dstsym->st_name; in do_copy_relocations()103 req.ventry = fetch_ventry(dstobj, in do_copy_relocations()107 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations()121 name, dstobj->path); in do_copy_relocations()
75 do_copy_relocations(Obj_Entry *dstobj) in do_copy_relocations() argument83 assert(dstobj->mainprog); in do_copy_relocations()85 relalim = (const Elf_Rela *)((const char *) dstobj->rela + in do_copy_relocations()86 dstobj->relasize); in do_copy_relocations()87 for (rela = dstobj->rela; rela < relalim; rela++) { in do_copy_relocations()102 dstaddr = (void *)(dstobj->relocbase + rela->r_offset); in do_copy_relocations()103 dstsym = dstobj->symtab + ELF_R_SYM(rela->r_info); in do_copy_relocations()104 name = dstobj->strtab + dstsym->st_name; in do_copy_relocations()107 req.ventry = fetch_ventry(dstobj, ELF_R_SYM(rela->r_info)); in do_copy_relocations()110 for (srcobj = globallist_next(dstobj); srcobj != NULL; in do_copy_relocations()[all …]