Home
last modified time | relevance | path

Searched refs:refobj (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/libexec/rtld-elf/
HDrtld.c100 static Obj_Entry *dlopen_object(const char *name, int fd, Obj_Entry *refobj,
165 static int symlook_default(SymLook *, const Obj_Entry *refobj);
1851 find_library(const char *xname, const Obj_Entry *refobj, int *fdp) in find_library() argument
1857 objgiven = refobj != NULL; in find_library()
1860 (name = lm_find(refobj->path, xname)) == NULL) in find_library()
1869 return (origin_subst(__DECONST(Obj_Entry *, refobj), in find_library()
1874 refobj_path = objgiven ? refobj->path : NULL; in find_library()
1882 if (objgiven && refobj->rpath != NULL && ld_library_path_rpath) { in find_library()
1887 if (refobj != NULL) { in find_library()
1888 pathname = search_library_path(name, refobj->rpath, in find_library()
[all …]
/freebsd-14-stable/libexec/rtld-elf/amd64/
HDrtld_machdep.h45 const struct Struct_Obj_Entry *obj, const struct Struct_Obj_Entry *refobj,
HDreloc.c405 const struct Struct_Obj_Entry *refobj __unused, in reloc_jmpslot()
/freebsd-14-stable/libexec/rtld-elf/i386/
HDrtld_machdep.h45 const struct Struct_Obj_Entry *obj, const struct Struct_Obj_Entry *refobj,
HDreloc.c358 const Obj_Entry *obj __unused, const Obj_Entry *refobj __unused, in reloc_jmpslot()