Home
last modified time | relevance | path

Searched refs:defobj_out (Results 1 – 3 of 3) sorted by relevance

/dragonfly/libexec/rtld-elf/
HDrtld.c1606 const Obj_Entry **defobj_out, int flags, SymCache *cache, in find_symdef() argument
1623 *defobj_out = cache[symnum].obj; in find_symdef()
1654 defobj = req.defobj_out; in find_symdef()
1671 *defobj_out = defobj; in find_symdef()
2119 rtld_functrace = (void *)(req.defobj_out->relocbase + in load_preload_objects()
2121 rtld_functrace_obj = req.defobj_out; in load_preload_objects()
3222 defobj = req.defobj_out; in do_dlsym()
3235 defobj = req.defobj_out; in do_dlsym()
3250 defobj = req.defobj_out; in do_dlsym()
3257 defobj = req.defobj_out; in do_dlsym()
[all …]
HDrtld.h333 const Obj_Entry *defobj_out; member
/dragonfly/libexec/rtld-elf/x86_64/
HDreloc.c98 defobj = req.defobj_out; in do_copy_relocations()