Lines Matching defs:defobj
1061 const Obj_Entry *defobj;
1076 def = find_symdef(ELF_R_SYM(rel->r_info), obj, &defobj, SYMLOOK_IN_PLT,
1085 target = (Elf_Addr)rtld_resolve_ifunc(defobj, def);
1087 target = (Elf_Addr)(defobj->relocbase + def->st_value);
1090 dbg("\"%s\" in \"%s\" ==> %p in \"%s\"", defobj->strtab + def->st_name,
1092 defobj->path == NULL ? NULL : basename(defobj->path));
1101 target = reloc_jmpslot(where, target, defobj, obj, rel);
2019 const Obj_Entry *defobj;
2039 defobj = NULL;
2062 defobj = req.defobj_out;
2066 defobj = refobj;
2075 defobj = obj_main;
2079 *defobj_out = defobj;
2086 cache[symnum].obj = defobj;
4087 const Obj_Entry *obj, *defobj;
4096 defobj = NULL;
4118 defobj = req.defobj_out;
4135 defobj = req.defobj_out;
4156 defobj = req.defobj_out;
4163 defobj = req.defobj_out;
4181 defobj = req.defobj_out;
4194 defobj = req.defobj_out;
4202 defobj = req.defobj_out;
4216 sym = make_function_pointer(def, defobj);
4218 sym = rtld_resolve_ifunc(defobj, def);
4220 ti.ti_module = defobj->tlsindex;
4224 sym = defobj->relocbase + def->st_value;
4881 const Obj_Entry *defobj;
4887 defobj = NULL;
4896 defobj = req1.defobj_out;
4905 req->defobj_out = defobj;
4922 const Obj_Entry *defobj;
4927 defobj = NULL;
4936 defobj = req1.defobj_out;
4944 req->defobj_out = defobj;