Searched refs:runtime (Results 1 - 12 of 12) sorted by relevance
| /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
| H A D | version.c | 53 PRLibrary *runtime = NULL; local 82 runtime = PR_LoadLibrary(library_name); 83 if (NULL == runtime) { 88 PR_FindSymbol(runtime, "libVersionPoint");
|
| H A D | ipv6.c | 68 PR_fprintf(err, "\t-V Display runtime version info (default: FALSE)\n"); 153 PRLibrary *runtime = PR_LoadLibrary(nspr_name); local 154 if (NULL == runtime) 159 PR_FindSymbol(runtime, "libVersionPoint");
|
| /vbox/include/VBox/ |
| H A D | VDEPlugSymDefs.h | 2 * Symbols from libvdeplug.so to be loaded at runtime for DrvVDE.cpp 69 # include <iprt/runtime-loader.h> 74 # include <iprt/runtime-loader.h> 77 # error This file should only be included to generate stubs for loading the libvdeplug library at runtime
|
| H A D | dbus-calls.h | 141 # include <iprt/runtime-loader.h> 147 # include <iprt/runtime-loader.h> 151 # error This file should only be included to generate stubs for loading the DBus library at runtime
|
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | jaxb-impl.jar | ... xml/bind/v2/runtime/property/ com/sun/xml/bind/v2/runtime/reflect/ com/sun/xml/bind/v2/runtime/reflect/opt/ com ... |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
| /vbox/src/VBox/Devices/PC/ipxe/src/net/ |
| H A D | retry.c | 104 unsigned long runtime; local 111 runtime = ( now - timer->start ); 114 timer, now, runtime ); 118 * r = round-trip time estimate (i.e. runtime) 135 timer->timeout += ( runtime >> 1 );
|
| /vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/ |
| H A D | VBoxHlp.asm | 5 ; This stub is used to avoid linking the helper DLL to the C runtime.
|
| /vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/ |
| H A D | InitVariable.c | 29 Implment all four UEFI runtime variable services and 264 * runtime/boottime, at least if EmuGetNextVariableName is something 453 runtime services in the EFI System Table and installs arch protocols 512 rc = runtime->SetVariable(&TestUUID,
|
| /vbox/src/VBox/ValidationKit/bootsectors/ |
| H A D | bootsector2-vbinstst-kernel.asm | 60 ; Set up the runtime environment.
|
| /vbox/src/libs/libxml2-2.6.31/ |
| H A D | ltmain.sh | 2862 $echo "*** is linked with the -dlopen flag to resolve symbols at runtime." 3087 # Last step: remove runtime libs from dependency_libs 3602 $echo "*** its dynamic dependency list that programs get resolved with at runtime." 3642 $echo "*** as a dynamic dependency that programs can get resolved with at runtime." 4681 runtime relocations are performed -- see ld's documentation 6847 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime 6866 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
|
| H A D | configure | 1622 --with-run-debug add the runtime debugging module (off) 8139 # Instead, we relocate shared libraries at runtime. 8844 # need to do runtime linking. 8915 # Warning - without using the other runtime loading flags (-brtl), 11206 # Whether or not to disallow shared libs when runtime libs are static 11419 # This is the shared library runtime path variable. 11892 # need to do runtime linking. 11965 # Warning - without using the other runtime loading flags (-brtl), 13062 # Instead, we relocate shared libraries at runtime. 14282 # Whether or not to disallow shared libs when runtime lib [all...] |
Completed in 203 milliseconds