Searched refs:runtime (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dversion.c53 PRLibrary *runtime = NULL; local
82 runtime = PR_LoadLibrary(library_name);
83 if (NULL == runtime) {
88 PR_FindSymbol(runtime, "libVersionPoint");
H A Dipv6.c68 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 DVDEPlugSymDefs.h2 * 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 Ddbus-calls.h141 # 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 Djaxb-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 Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dretry.c104 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 DVBoxHlp.asm5 ; This stub is used to avoid linking the helper DLL to the C runtime.
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DInitVariable.c29 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 Dbootsector2-vbinstst-kernel.asm60 ; Set up the runtime environment.
/vbox/src/libs/libxml2-2.6.31/
H A Dltmain.sh2862 $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 Dconfigure1622 --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