Lines Matching defs:defobj
1032 const Obj_Entry *defobj;
1046 def = find_symdef(ELF_R_SYM(rel->r_info), obj, &defobj, SYMLOOK_IN_PLT,
1051 target = (Elf_Addr)rtld_resolve_ifunc(defobj, def);
1053 target = (Elf_Addr)(defobj->relocbase + def->st_value);
1055 dbg("\"%s\" in \"%s\" ==> %p in \"%s\"", defobj->strtab + def->st_name,
1057 defobj->path == NULL ? NULL : basename(defobj->path));
1066 target = reloc_jmpslot(where, target, defobj, obj, rel);
1982 const Obj_Entry *defobj;
2002 defobj = NULL;
2025 defobj = req.defobj_out;
2029 defobj = refobj;
2038 defobj = obj_main;
2042 *defobj_out = defobj;
2047 cache[symnum].obj = defobj;
3930 const Obj_Entry *obj, *defobj;
3939 defobj = NULL;
3961 defobj = req.defobj_out;
3978 defobj = req.defobj_out;
3999 defobj = req.defobj_out;
4006 defobj = req.defobj_out;
4024 defobj = req.defobj_out;
4037 defobj = req.defobj_out;
4045 defobj = req.defobj_out;
4059 sym = make_function_pointer(def, defobj);
4061 sym = rtld_resolve_ifunc(defobj, def);
4063 ti.ti_module = defobj->tlsindex;
4067 sym = defobj->relocbase + def->st_value;
4726 const Obj_Entry *defobj;
4732 defobj = NULL;
4741 defobj = req1.defobj_out;
4750 req->defobj_out = defobj;
4767 const Obj_Entry *defobj;
4772 defobj = NULL;
4781 defobj = req1.defobj_out;
4789 req->defobj_out = defobj;