Lines Matching refs:defobj

1006     const Obj_Entry *defobj;  in _rtld_bind()  local
1020 def = find_symdef(ELF_R_SYM(rel->r_info), obj, &defobj, SYMLOOK_IN_PLT, in _rtld_bind()
1025 target = (Elf_Addr)rtld_resolve_ifunc(defobj, def); in _rtld_bind()
1027 target = (Elf_Addr)(defobj->relocbase + def->st_value); in _rtld_bind()
1030 defobj->strtab + def->st_name, in _rtld_bind()
1033 defobj->path == NULL ? NULL : basename(defobj->path)); in _rtld_bind()
1042 target = reloc_jmpslot(where, target, defobj, obj, rel); in _rtld_bind()
1955 const Obj_Entry *defobj; in find_symdef() local
1975 defobj = NULL; in find_symdef()
1998 defobj = req.defobj_out; in find_symdef()
2002 defobj = refobj; in find_symdef()
2011 defobj = obj_main; in find_symdef()
2015 *defobj_out = defobj; in find_symdef()
2019 cache[symnum].obj = defobj; in find_symdef()
3889 const Obj_Entry *obj, *defobj; in do_dlsym() local
3898 defobj = NULL; in do_dlsym()
3921 defobj = req.defobj_out; in do_dlsym()
3935 defobj = req.defobj_out; in do_dlsym()
3953 defobj = req.defobj_out; in do_dlsym()
3960 defobj = req.defobj_out; in do_dlsym()
3977 defobj = req.defobj_out; in do_dlsym()
3988 defobj = req.defobj_out; in do_dlsym()
3997 defobj = req.defobj_out; in do_dlsym()
4011 sym = make_function_pointer(def, defobj); in do_dlsym()
4013 sym = rtld_resolve_ifunc(defobj, def); in do_dlsym()
4015 ti.ti_module = defobj->tlsindex; in do_dlsym()
4019 sym = defobj->relocbase + def->st_value; in do_dlsym()
4651 const Obj_Entry *defobj; in symlook_list() local
4657 defobj = NULL; in symlook_list()
4666 defobj = req1.defobj_out; in symlook_list()
4674 req->defobj_out = defobj; in symlook_list()
4691 const Obj_Entry *defobj; in symlook_needed() local
4696 defobj = NULL; in symlook_needed()
4705 defobj = req1.defobj_out; in symlook_needed()
4712 req->defobj_out = defobj; in symlook_needed()