Searched refs:_rtld_load_library (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/usr.bin/ldd/elf64/ |
H A D | Makefile | 37 _rtld_load_library
|
/netbsd-src/libexec/ld.elf_so/ |
H A D | load.c | 272 o = _rtld_load_library(x->entry[i].library[j], obj, in _rtld_load_by_name() 299 return ((*needed)->obj = _rtld_load_library(name, obj, flags)) != NULL; in _rtld_load_by_name()
|
H A D | search.c | 118 _rtld_load_library(const char *name, const Obj_Entry *refobj, int flags) in _rtld_load_library() function
|
H A D | rtld.h | 442 Obj_Entry *_rtld_load_library(const char *, const Obj_Entry *, int);
|
H A D | rtld.c | 1067 obj = _rtld_load_library(name, _rtld_objmain, flags); in __strong_alias()
|