Searched refs:refobj (Results 1 – 5 of 5) sorted by relevance
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld.c | 104 static Obj_Entry *dlopen_object(const char *name, int fd, Obj_Entry *refobj, 172 static int symlook_default(SymLook *, const Obj_Entry *refobj); 1893 find_library(const char *xname, const Obj_Entry *refobj, int *fdp) in find_library() argument 1899 objgiven = refobj != NULL; in find_library() 1902 (name = lm_find(refobj->path, xname)) == NULL) in find_library() 1912 return (origin_subst(__DECONST(Obj_Entry *, refobj), in find_library() 1917 refobj_path = objgiven ? refobj->path : NULL; in find_library() 1925 if (objgiven && refobj->rpath != NULL && ld_library_path_rpath) { in find_library() 1930 if (refobj != NULL) { in find_library() 1931 pathname = search_library_path(name, refobj->rpath, in find_library() [all …]
|
| /freebsd/libexec/rtld-elf/amd64/ |
| H A D | rtld_machdep.h | 53 const struct Struct_Obj_Entry *obj, const struct Struct_Obj_Entry *refobj,
|
| H A D | reloc.c | 417 const struct Struct_Obj_Entry *refobj __unused, const Elf_Rel *rel __unused) in reloc_jmpslot()
|
| /freebsd/libexec/rtld-elf/i386/ |
| H A D | rtld_machdep.h | 51 const struct Struct_Obj_Entry *obj, const struct Struct_Obj_Entry *refobj,
|
| H A D | reloc.c | 365 const Obj_Entry *refobj __unused, const Elf_Rel *rel __unused) in reloc_jmpslot()
|