Lines Matching refs:defobj
83 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local
104 defobj = req.defobj_out; in do_copy_relocations()
116 srcaddr = (const void *)(defobj->relocbase+srcsym->st_value); in do_copy_relocations()
169 const Obj_Entry *defobj; in reloc_nonplt_object() local
179 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj, in reloc_nonplt_object()
185 tmp = (Elf_Addr)(defobj->relocbase + def->st_value + in reloc_nonplt_object()
226 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj, in reloc_nonplt_object()
232 *where = (Elf_Addr) defobj->tlsindex; in reloc_nonplt_object()
237 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj, in reloc_nonplt_object()
251 if (!defobj->tls_done) { in reloc_nonplt_object()
253 __DECONST(Obj_Entry *, defobj))) { in reloc_nonplt_object()
262 + defobj->tlsoffset - TLS_TP_OFFSET - TLS_TCB_SIZE); in reloc_nonplt_object()
267 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj, in reloc_nonplt_object()
430 const Obj_Entry *defobj; in reloc_jmpslots() local
442 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj, in reloc_jmpslots()
449 target = (Elf_Addr)(defobj->relocbase + def->st_value); in reloc_jmpslots()
454 defobj->strtab + def->st_name, basename(obj->path), in reloc_jmpslots()
455 (void *)target, basename(defobj->path)); in reloc_jmpslots()
458 reloc_jmpslot(where, target, defobj, obj, in reloc_jmpslots()
475 const Obj_Entry *defobj __unused, const Obj_Entry *obj, const Elf_Rel *rel) in reloc_jmpslot()