Lines Matching refs:defobj

1069 	const Obj_Entry *defobj;  in _rtld_bind()  local
1084 def = find_symdef(ELF_R_SYM(rel->r_info), obj, &defobj, SYMLOOK_IN_PLT, in _rtld_bind()
1093 target = (Elf_Addr)rtld_resolve_ifunc(defobj, def); in _rtld_bind()
1095 target = (Elf_Addr)(defobj->relocbase + def->st_value); in _rtld_bind()
1098 dbg("\"%s\" in \"%s\" ==> %p in \"%s\"", defobj->strtab + def->st_name, in _rtld_bind()
1100 defobj->path == NULL ? NULL : basename(defobj->path)); in _rtld_bind()
1109 target = reloc_jmpslot(where, target, defobj, obj, rel); in _rtld_bind()
2027 const Obj_Entry *defobj; in find_symdef() local
2047 defobj = NULL; in find_symdef()
2070 defobj = req.defobj_out; in find_symdef()
2074 defobj = refobj; in find_symdef()
2083 defobj = obj_main; in find_symdef()
2087 *defobj_out = defobj; in find_symdef()
2094 cache[symnum].obj = defobj; in find_symdef()
4032 const Obj_Entry *obj, *defobj; in do_dlsym() local
4041 defobj = NULL; in do_dlsym()
4063 defobj = req.defobj_out; in do_dlsym()
4080 defobj = req.defobj_out; in do_dlsym()
4101 defobj = req.defobj_out; in do_dlsym()
4108 defobj = req.defobj_out; in do_dlsym()
4126 defobj = req.defobj_out; in do_dlsym()
4139 defobj = req.defobj_out; in do_dlsym()
4147 defobj = req.defobj_out; in do_dlsym()
4161 sym = make_function_pointer(def, defobj); in do_dlsym()
4163 sym = rtld_resolve_ifunc(defobj, def); in do_dlsym()
4165 ti.ti_module = defobj->tlsindex; in do_dlsym()
4169 sym = defobj->relocbase + def->st_value; in do_dlsym()
4826 const Obj_Entry *defobj; in symlook_list() local
4832 defobj = NULL; in symlook_list()
4841 defobj = req1.defobj_out; in symlook_list()
4850 req->defobj_out = defobj; in symlook_list()
4867 const Obj_Entry *defobj; in symlook_needed() local
4872 defobj = NULL; in symlook_needed()
4881 defobj = req1.defobj_out; in symlook_needed()
4889 req->defobj_out = defobj; in symlook_needed()