Lines Matching refs:defobj
79 const Obj_Entry *srcobj, *defobj; in do_copy_relocations() local
96 defobj = req.defobj_out; in do_copy_relocations()
107 srcaddr = (const void *)(defobj->relocbase + srcsym->st_value); in do_copy_relocations()
134 const Obj_Entry *defobj; in reloc_non_plt() local
169 &defobj, flags, cache, lockstate); in reloc_non_plt()
192 defobj, def); in reloc_non_plt()
206 symval = (Elf_Addr)defobj->relocbase + in reloc_non_plt()
259 if (!defobj->tls_static) { in reloc_non_plt()
261 __DECONST(Obj_Entry *, defobj))) { in reloc_non_plt()
268 *where = (Elf_Addr)(def->st_value - defobj->tlsoffset + in reloc_non_plt()
280 if (!defobj->tls_static) { in reloc_non_plt()
282 __DECONST(Obj_Entry *, defobj))) { in reloc_non_plt()
290 defobj->tlsoffset + rela->r_addend); in reloc_non_plt()
293 *where += (Elf_Addr)defobj->tlsindex; in reloc_non_plt()
371 const Obj_Entry *defobj; in reloc_jmpslots() local
376 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj, in reloc_jmpslots()
384 target = (Elf_Addr)(defobj->relocbase + def->st_value + rela->r_addend); in reloc_jmpslots()
385 reloc_jmpslot(where, target, defobj, obj, (const Elf_Rel *)rela); in reloc_jmpslots()
477 const Obj_Entry *defobj; in reloc_gnu_ifunc() local
482 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj, in reloc_gnu_ifunc()
489 target = (Elf_Addr)rtld_resolve_ifunc(defobj, def); in reloc_gnu_ifunc()
491 reloc_jmpslot(where, target, defobj, obj, (const Elf_Rel *)rela); in reloc_gnu_ifunc()