Lines Matching refs:defobj
94 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local
115 defobj = req.defobj_out; in do_copy_relocations()
127 srcaddr = (const void *)(defobj->relocbase+srcsym->st_value); in do_copy_relocations()
179 const Obj_Entry *defobj; in reloc_nonplt_object() local
194 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj, in reloc_nonplt_object()
221 defobj, def); in reloc_nonplt_object()
231 symval = (Elf_Addr)defobj->relocbase + in reloc_nonplt_object()
253 *where = (Elf_Addr) defobj->tlsindex; in reloc_nonplt_object()
264 if (!defobj->tls_static) { in reloc_nonplt_object()
266 __DECONST(Obj_Entry *, defobj))) { in reloc_nonplt_object()
275 + defobj->tlsoffset - TLS_TP_OFFSET - TLS_TCB_SIZE); in reloc_nonplt_object()
489 const Obj_Entry *defobj; in reloc_jmpslots() local
504 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj, in reloc_jmpslots()
511 target = (Elf_Addr)(defobj->relocbase + def->st_value); in reloc_jmpslots()
522 reloc_jmpslot(where, target, defobj, obj, in reloc_jmpslots()
538 const Obj_Entry *defobj __unused, const Obj_Entry *obj, const Elf_Rel *rel) in reloc_jmpslot()
679 const Obj_Entry *defobj; in reloc_gnu_ifunc() local
687 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj, in reloc_gnu_ifunc()
694 target = (Elf_Addr)rtld_resolve_ifunc(defobj, def); in reloc_gnu_ifunc()
696 reloc_jmpslot(where, target, defobj, obj, in reloc_gnu_ifunc()