#include "ace/config-all.h"
Include dependency graph for os_dlfcn.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | ACE_SHLIB_INVALID_HANDLE 0 |
#define | ACE_DEFAULT_SHLIB_MODE 0 |
#define | RTLD_LAZY 1 |
#define | RTLD_NOW 2 |
#define | RTLD_GLOBAL 3 |
Typedefs | |
typedef HINSTANCE | ACE_SHLIB_HANDLE |
os_dlfcn.h,v 1.9 2006/05/30 11:08:47 jwillemsen Exp
This code was originally in various places including ace/OS.h.
Definition in file os_dlfcn.h.
|
Definition at line 73 of file os_dlfcn.h. |
|
Definition at line 72 of file os_dlfcn.h. Referenced by ACE_DLL_Handle::ACE_DLL_Handle(), ACE_DLL_Handle::close(), ACE_OS::dlsym(), ACE_DLL_Handle::get_handle(), ACE_DLL::get_handle(), ACE_DLL_Handle::open(), and ACE_DLL_Handle::symbol(). |
|
Definition at line 99 of file os_dlfcn.h. |
|
Definition at line 91 of file os_dlfcn.h. |
|
Definition at line 95 of file os_dlfcn.h. |
|