Lines Matching refs:defobj
1014 const Obj_Entry *defobj; in _rtld_bind() local
1028 def = find_symdef(ELF_R_SYM(rel->r_info), obj, &defobj, SYMLOOK_IN_PLT, in _rtld_bind()
1033 target = (Elf_Addr)rtld_resolve_ifunc(defobj, def); in _rtld_bind()
1035 target = (Elf_Addr)(defobj->relocbase + def->st_value); in _rtld_bind()
1038 defobj->strtab + def->st_name, in _rtld_bind()
1041 defobj->path == NULL ? NULL : basename(defobj->path)); in _rtld_bind()
1050 target = reloc_jmpslot(where, target, defobj, obj, rel); in _rtld_bind()
2000 const Obj_Entry *defobj; in find_symdef() local
2020 defobj = NULL; in find_symdef()
2043 defobj = req.defobj_out; in find_symdef()
2047 defobj = refobj; in find_symdef()
2056 defobj = obj_main; in find_symdef()
2060 *defobj_out = defobj; in find_symdef()
2064 cache[symnum].obj = defobj; in find_symdef()
3892 const Obj_Entry *obj, *defobj; in do_dlsym() local
3901 defobj = NULL; in do_dlsym()
3924 defobj = req.defobj_out; in do_dlsym()
3938 defobj = req.defobj_out; in do_dlsym()
3956 defobj = req.defobj_out; in do_dlsym()
3963 defobj = req.defobj_out; in do_dlsym()
3980 defobj = req.defobj_out; in do_dlsym()
3991 defobj = req.defobj_out; in do_dlsym()
4000 defobj = req.defobj_out; in do_dlsym()
4014 sym = make_function_pointer(def, defobj); in do_dlsym()
4016 sym = rtld_resolve_ifunc(defobj, def); in do_dlsym()
4018 ti.ti_module = defobj->tlsindex; in do_dlsym()
4022 sym = defobj->relocbase + def->st_value; in do_dlsym()
4650 const Obj_Entry *defobj; in symlook_list() local
4656 defobj = NULL; in symlook_list()
4665 defobj = req1.defobj_out; in symlook_list()
4673 req->defobj_out = defobj; in symlook_list()
4690 const Obj_Entry *defobj; in symlook_needed() local
4695 defobj = NULL; in symlook_needed()
4704 defobj = req1.defobj_out; in symlook_needed()
4711 req->defobj_out = defobj; in symlook_needed()