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
163 def = find_symdef(ELF_R_SYM(rel->r_info), obj, &defobj, in reloc_non_plt()
177 defobj, def); in reloc_non_plt()
190 symval = (Elf_Addr)defobj->relocbase + in reloc_non_plt()
245 if (!defobj->tls_done) { in reloc_non_plt()
247 __DECONST(Obj_Entry *, defobj))) { in reloc_non_plt()
254 add = (Elf_Addr)(def->st_value - defobj->tlsoffset); in reloc_non_plt()
261 *where += (Elf_Addr)defobj->tlsindex; in reloc_non_plt()
326 const Obj_Entry *defobj; in reloc_jmpslots() local
331 def = find_symdef(ELF_R_SYM(rel->r_info), obj, &defobj, in reloc_jmpslots()
339 target = (Elf_Addr)(defobj->relocbase + def->st_value); in reloc_jmpslots()
340 reloc_jmpslot(where, target, defobj, obj, rel); in reloc_jmpslots()
430 const Obj_Entry *defobj; in reloc_gnu_ifunc() local
435 def = find_symdef(ELF_R_SYM(rel->r_info), obj, &defobj, in reloc_gnu_ifunc()
442 target = (Elf_Addr)rtld_resolve_ifunc(defobj, def); in reloc_gnu_ifunc()
444 reloc_jmpslot(where, target, defobj, obj, rel); in reloc_gnu_ifunc()