HomeSort by: relevance | last modified time | path
    Searched refs:_dll (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
arch.cpp 50 _dll = 0;
56 if (_dll)
57 FreeLibrary(_dll);
104 if (_dll == NULL)
105 _dll = LoadLibrary(TEXT("coredll.dll"));
107 if (_dll == NULL) {
117 return reinterpret_cast <void *>(GetProcAddress(_dll, name));
arch.cpp 50 _dll = 0;
56 if (_dll)
57 FreeLibrary(_dll);
104 if (_dll == NULL)
105 _dll = LoadLibrary(TEXT("coredll.dll"));
107 if (_dll == NULL) {
117 return reinterpret_cast <void *>(GetProcAddress(_dll, name));
arch.cpp 50 _dll = 0;
56 if (_dll)
57 FreeLibrary(_dll);
104 if (_dll == NULL)
105 _dll = LoadLibrary(TEXT("coredll.dll"));
107 if (_dll == NULL) {
117 return reinterpret_cast <void *>(GetProcAddress(_dll, name));
arch.h 43 HINSTANCE _dll; member in class:Architecture
arch.h 43 HINSTANCE _dll; member in class:Architecture
arch.h 43 HINSTANCE _dll; member in class:Architecture
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 4325 *_dll.a)
ltmain.sh 4325 *_dll.a)
ltmain.sh 4325 *_dll.a)

Completed in 1026 milliseconds