Searched refs:DlSysImpl (Results 1 – 2 of 2) sorted by relevance
27 const char* DlSysImpl::dlerror() const in dlerror()32 void* DlSysImpl::dlopen(const char* filename, int flags) const in dlopen()37 void* DlSysImpl::dlsym(void* handle, const char* symbol) const in dlsym()42 DlSysImpl dlsys_impl;
43 class DlSysImpl : public DlSysInterface class51 extern DlSysImpl dlsys_impl;