Searched refs:RawGetSymbol (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddynlib.h248 static void *RawGetSymbol(wxDllType handle, const wxString& name);
249 void *RawGetSymbol(const wxString& name) const function in class:wxDynamicLibrary
254 return RawGetSymbol(m_handle, name);
264 return RawGetSymbol
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddlmsw.cpp126 (GetModuleHandleEx_t)dll.RawGetSymbol(_T("GetModuleHandleExA"));
293 void *wxDynamicLibrary::RawGetSymbol(wxDllType handle, const wxString& name) function in class:wxDynamicLibrary
H A Dutils.cpp861 (CreateToolhelp32Snapshot_t)dllKernel.RawGetSymbol(_T("CreateToolhelp32Snapshot"));
864 (Process32_t)dllKernel.RawGetSymbol(_T("Process32First"));
867 (Process32_t)dllKernel.RawGetSymbol(_T("Process32Next"));
1189 (IsWow64Process_t)dllKernel32.RawGetSymbol(_T("IsWow64Process"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddynlib.cpp182 symbol = RawGetSymbol(m_handle, name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddlunix.cpp307 void *wxDynamicLibrary::RawGetSymbol(wxDllType handle, const wxString& name)

Completed in 93 milliseconds