Lines Matching refs:defobj
1051 const Obj_Entry *defobj; in _rtld_bind() local
1066 def = find_symdef(ELF_R_SYM(rel->r_info), obj, &defobj, SYMLOOK_IN_PLT, in _rtld_bind()
1075 target = (Elf_Addr)rtld_resolve_ifunc(defobj, def); in _rtld_bind()
1077 target = (Elf_Addr)(defobj->relocbase + def->st_value); in _rtld_bind()
1080 dbg("\"%s\" in \"%s\" ==> %p in \"%s\"", defobj->strtab + def->st_name, in _rtld_bind()
1082 defobj->path == NULL ? NULL : basename(defobj->path)); in _rtld_bind()
1091 target = reloc_jmpslot(where, target, defobj, obj, rel); in _rtld_bind()
2009 const Obj_Entry *defobj; in find_symdef() local
2029 defobj = NULL; in find_symdef()
2052 defobj = req.defobj_out; in find_symdef()
2056 defobj = refobj; in find_symdef()
2065 defobj = obj_main; in find_symdef()
2069 *defobj_out = defobj; in find_symdef()
2076 cache[symnum].obj = defobj; in find_symdef()
4022 const Obj_Entry *obj, *defobj; in do_dlsym() local
4031 defobj = NULL; in do_dlsym()
4053 defobj = req.defobj_out; in do_dlsym()
4070 defobj = req.defobj_out; in do_dlsym()
4091 defobj = req.defobj_out; in do_dlsym()
4098 defobj = req.defobj_out; in do_dlsym()
4116 defobj = req.defobj_out; in do_dlsym()
4129 defobj = req.defobj_out; in do_dlsym()
4137 defobj = req.defobj_out; in do_dlsym()
4151 sym = make_function_pointer(def, defobj); in do_dlsym()
4153 sym = rtld_resolve_ifunc(defobj, def); in do_dlsym()
4155 ti.ti_module = defobj->tlsindex; in do_dlsym()
4159 sym = defobj->relocbase + def->st_value; in do_dlsym()
4816 const Obj_Entry *defobj; in symlook_list() local
4822 defobj = NULL; in symlook_list()
4831 defobj = req1.defobj_out; in symlook_list()
4840 req->defobj_out = defobj; in symlook_list()
4857 const Obj_Entry *defobj; in symlook_needed() local
4862 defobj = NULL; in symlook_needed()
4871 defobj = req1.defobj_out; in symlook_needed()
4879 req->defobj_out = defobj; in symlook_needed()