ace

dlsymdlopen

6.5.12

13 / 8830 files match, 2 filtered matches.

bin/fuzz.pl



624 | 
625 |     $OS_NS_dirent_symbols = "closedir|opendir|readdir|readdir_r|rewinddir|scandir|alphasort|seekdir|telldir|opendir_emulation|scandir_emulation|closedir_emulation|readdir_emulation";
626 | 
627 |     $OS_NS_dlfcn_symbols = "dlclose|dlerror|dlopen|dlsym";
628 | 
629 |     $OS_NS_errno_symbols = "last_error|set_errno_to_last_error|set_errno_to_wsa_last_error";


ace/OS_NS_dlfcn.h



46 |                            int mode = ACE_DEFAULT_SHLIB_MODE);
47 | 
48 |   ACE_NAMESPACE_INLINE_FUNCTION
49 |   void *dlsym (ACE_SHLIB_HANDLE handle,
50 |                const ACE_TCHAR *symbol);
51 |   //@}