Searched defs:dlsym (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_dl.c114 dlsym(void *dlp, const char *name) function
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c137 dlsym(dll_handle h, char *n) function
219 *entry_point = dlsym(library, adj_entryname);
/illumos-gate/usr/src/lib/libdll/common/
H A Ddlfcn.c22 * provide dlopen/dlsym/dlerror interface
85 extern void* dlsym(void* dll, const char* name) function
242 extern void* dlsym(void* handle, const char* name) function
292 extern void* dlsym(void* handle, const char* name) function
465 extern void* dlsym(void* handle, const char* name) function
518 extern void* dlsym(void* handle, const char* name) function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c57 * For dlsym() the link map of the caller is used to determine RTLD_NEXT
194 * such as whether the dependency can be used for dlsym(), can be
273 * handle is used (for dlsym()) a dynamic search through the
679 * used to satisfy dlsym() requests.
689 * - The referenced object is available for dlsym().
823 * dlopen() and dlsym() operations are the means by which a process can
827 * dlsym() requests can be repeated. As we use a "not-found" AVL tree to
828 * cache any failed full path loads, secondary dlopen() and dlsym() requests
831 * dlopen() and dlsym() retry any failures by removing the "not-found" AVL
834 * so that the dlopen() or dlsym() ca
1514 dlsym(void *handle, const char *name) function
[all...]

Completed in 60 milliseconds