Searched refs:is_so_loaded (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/librtld/common/ |
H A D | dynamic.c | 73 if (dlmp = is_so_loaded(LIST(lmp),
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 1153 extern Rt_map *is_so_loaded(Lm_list *, const char *, int *);
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | analyze.c | 769 * is_so_loaded(). 784 is_so_loaded(Lm_list *lml, const char *name, int *in_nfavl) function 1056 * mapped. This catches symlink names not caught by is_so_loaded(). 1934 * already loaded before calling this function (refer is_so_loaded()). 2083 return (is_so_loaded(lml, oname, in_nfavl)); 2471 if (nlmp = is_so_loaded(lml, name, in_nfavl)) {
|
H A D | dlfcns.c | 1676 if ((lmp = is_so_loaded(&lml_main, ipath, NULL)) == NULL) {
|
Completed in 223 milliseconds