| /vbox/src/VBox/GuestHost/OpenGL/util/ |
| H A D | dll.c | 166 CRDLL *dll; local 229 dll = (CRDLL *) crAlloc( sizeof( CRDLL ) ); 230 dll->name = crStrdup( dllname ); 233 dll->hinstLib = LoadLibraryW( szwPath ); 234 if (!dll->hinstLib) 236 crError("failed to load dll %s", dllname); 241 dll->type = get_dll_type( dllname ); 244 switch( dll->type ) { 246 dll->hinstLib = LoadFramework( dllname ); 251 dll 293 crDLLGetNoError( CRDLL *dll, const char *symname ) argument 332 crDLLGet( CRDLL *dll, const char *symname ) argument [all...] |
| /vbox/src/VBox/GuestHost/OpenGL/include/ |
| H A D | cr_dll.h | 37 DECLEXPORT(CRDLLFunc) crDLLGetNoError( CRDLL *dll, const char *symname ); 38 DECLEXPORT(CRDLLFunc) crDLLGet( CRDLL *dll, const char *symname ); 39 DECLEXPORT(void) crDLLClose( CRDLL *dll ); variable
|
| H A D | cr_spu.h | 117 CRDLL *dll; /**< pointer to shared lib for spu */ member in struct:_SPUSTRUCT
|
| /vbox/src/libs/xpcom18a4/xpcom/components/ |
| H A D | nsNativeComponentLoader.cpp | 106 nsDll *dll; 107 rv = CreateDll(nsnull, aLocation, &dll); 111 if (!dll) 114 if (!dll->IsLoaded()) { 117 dll->GetDisplayPath(displayPath); 123 if (!dll->Load()) { 133 DumpLoadError(dll, "GetFactory", errorMsg); 145 rv = GetFactoryFromModule(dll, aCID, _retval); 152 // If the dll failed to get us a factory. But the dll registere 263 nsFreeLibrary(nsDll *dll, nsIServiceManager *serviceMgr, PRInt32 when) argument 365 nsDll *dll = (nsDll *) aData; local 381 SelfRegisterDll(nsDll *dll, const char *registryLocation, PRBool deferred) argument 484 DumpLoadError(nsDll *dll, const char *aCallerName, const char *aNsprErrorMsg) argument 558 SelfUnregisterDll(nsDll *dll) argument 635 nsDll *dll = NULL; local 813 nsDll *dll; local 992 nsDll *dll = NS_STATIC_CAST(nsDll *, mDeferredComponents[i]); local 1062 nsDll *dll; local [all...] |
| H A D | nsNativeComponentLoader.h | 72 nsresult SelfRegisterDll(nsDll *dll, const char *registryLocation, 74 nsresult SelfUnregisterDll(nsDll *dll); 78 nsresult DumpLoadError(nsDll *dll,
|
| H A D | nsComponentManager.h | 169 nsresult SelfRegisterDll(nsDll *dll); 170 nsresult SelfUnregisterDll(nsDll *dll); 252 * 1. {CID, dll} mapping. 253 * Factory is a consequence of the dll. These can be either session
|
| /vbox/src/VBox/Devices/Network/slirp/libalias/ |
| H A D | alias_mod.h | 103 struct dll { struct 111 SLIST_ENTRY(dll) next; 132 /* Functions used with dll module. */ 136 int attach_dll(struct dll *); 138 struct dll *walk_dll_chain(void);
|
| H A D | alias_mod.c | 65 SLIST_HEAD(dll_chain, dll) dll_chain = SLIST_HEAD_INITIALIZER(foo); 310 attach_dll(struct dll *p) 312 struct dll *b; 325 struct dll *b = NULL, *b_tmp; 330 SLIST_REMOVE(&dll_chain, b, dll, next); 337 struct dll * 340 struct dll *t;
|
| H A D | alias.c | 1619 struct dll *t; 1637 t = malloc(sizeof(struct dll)); 1644 fprintf(stderr, "dll conflict\n"); 1665 struct dll *t;
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/ |
| H A D | Makefile | 36 @pushd . & @copy .\Dll\sqlite3.dll .\Bin\Sqlite3.dll & @popd 39 @del /f /q $(BIN_DIR)\*.pyd $(BIN_DIR)\*.dll
|
| /vbox/src/VBox/Main/src-all/win/ |
| H A D | comregister.cmd | 28 REM correct VBoxSVC and register the right VBoxC.dll.
102 if exist "%windir\syswow64\kernel32.dll" set fIs64BitWindows=1
162 regsvr32 /s /u "%_VBOX_DIR%VBoxC.dll"
163 %windir%\system32\regsvr32 /s /u "%_VBOX_DIR%VBoxProxyStub.dll"
166 regsvr32 /s "%_VBOX_DIR%VBoxC.dll"
168 if exist "%_VBOX_DIR%VBoxProxyStub.dll" %windir%\system32\regsvr32 /s "%_VBOX_DIR%VBoxProxyStub.dll"
176 %windir%\syswow64\regsvr32 /s /u "%_VBOX_DIR%x86\VBoxClient-x86.dll"
177 %windir%\system32\regsvr32 /s /u "%_VBOX_DIR%VBoxC.dll"
178 %windir%\system32\regsvr32 /s /u "%_VBOX_DIR%VBoxProxyStub.dll"
[all...] |
| /vbox/src/libs/libpng-1.2.8/projects/visualc71/ |
| H A D | README_zlib.txt | 36 * Win32_DLL_Release\zlib1.dll DLL build 37 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version) 38 * Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code 39 * Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version)
|
| /vbox/src/VBox/GuestHost/OpenGL/spu_loader/ |
| H A D | spuload.c | 23 #define DLL_SUFFIX "-x86.dll" 25 #define DLL_SUFFIX ".dll" 97 the_spu->dll = crDLLOpen( path, 0/*resolveGlobal*/ ); 99 crDbgCmdSymLoadPrint(path, the_spu->dll->hinstLib); 102 (SPULoadFunction) crDLLGetNoError( the_spu->dll, SPU_ENTRY_POINT_NAME ); 271 crDLLClose(the_spu->dll);
|
| /vbox/src/libs/libxml2-2.6.31/python/ |
| H A D | setup.py | 34 dlls = [ 'iconv.dll','libxml2.dll','libxslt.dll','libexslt.dll' ] 35 dlls = map(lambda dll: os.path.join(ROOT,'bin',dll),dlls)
|
| H A D | setup.py.in | 34 dlls = [ 'iconv.dll','libxml2.dll','libxslt.dll','libexslt.dll' ] 35 dlls = map(lambda dll: os.path.join(ROOT,'bin',dll),dlls)
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/ |
| H A D | Makefile | 100 @del /f /q $(BIN_DIR)\*.pyd $(BIN_DIR)\*.dll
|
| /vbox/tools/bin/ |
| H A D | gen-slickedit-workspace.sh | 122 *.kup|*~|*.pyc|*.exe|*.sys|*.dll|*.o|*.obj|*.lib|*.a|*.ko) 173 EXCLUDES="*.log;*.kup;*~;*.pyc;*.exe;*.sys;*.dll;*.o;*.obj;*.lib;*.a;*.ko;*.class;*.cvsignore;*.done;*.project;*.actionScriptProperties;*.scm-settings;*.svn-base;.svn/*"
|
| /vbox/src/libs/xpcom18a4/nsprpub/ |
| H A D | configure | 3765 DLL_SUFFIX=dll 3782 DLL_SUFFIX=dll 4658 DLL_SUFFIX=dll 4729 DLLFLAGS='/O:$@ /DLL /INC:_dllentry /MAP:$(@:.dll=.map) /L /NOL' 5672 pr/tests/dll/Makefile
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/ |
| H A D | prlink.c | 361 #error no dll strategy
|
| /vbox/src/libs/libxml2-2.6.31/ |
| H A D | ltmain.sh | 1108 # It is impossible to link a dll without this setting, and 1115 # to make a dll which has undefined symbols, in which case not 2660 newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a" 5442 # fixup the dll searchpath if we need to. 5445 # Add the dll search path components to the executable PATH 5732 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; 5990 # At present, this check doesn't affect windows .dll's that
|
| H A D | configure | 8125 # built for inclusion in a dll (and should export symbols for example). 8197 # built for inclusion in a dll (and should export symbols for example). 9077 # Tell ltmain to make .dll files, not .so files. 9078 shrext_cmds=".dll" 9080 archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' 9713 shrext_cmds=".dll" 9719 library_names_spec='$libname.dll.a' 10047 shrext_cmds=".dll" 13046 # built for inclusion in a dll (and should export symbols for example). 13682 shrext_cmds=".dll" [all...] |