Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Drtld.c98 static Obj_Entry *dlopen_object(const char *name, int fd, Obj_Entry *refobj,
163 static int symlook_default(SymLook *, const Obj_Entry *refobj);
1872 find_library(const char *xname, const Obj_Entry *refobj, int *fdp) in find_library() argument
1878 objgiven = refobj != NULL; in find_library()
1881 (name = lm_find(refobj->path, xname)) == NULL) in find_library()
1891 return (origin_subst(__DECONST(Obj_Entry *, refobj), in find_library()
1896 refobj_path = objgiven ? refobj->path : NULL; in find_library()
1904 if (objgiven && refobj->rpath != NULL && ld_library_path_rpath) { in find_library()
1909 if (refobj != NULL) { in find_library()
1910 pathname = search_library_path(name, refobj->rpath, in find_library()
[all …]
/freebsd/libexec/rtld-elf/amd64/
H A Dreloc.c417 const struct Struct_Obj_Entry *refobj __unused, const Elf_Rel *rel __unused) in reloc_jmpslot()
/freebsd/libexec/rtld-elf/i386/
H A Dreloc.c365 const Obj_Entry *refobj __unused, const Elf_Rel *rel __unused) in reloc_jmpslot()