Searched refs:static (Results 1 - 14 of 14) sorted by relevance
/vbox/src/bldprogs/ |
H A D | checkUndefined.sh | 16 # Compare undefined symbols in a shared or static object against a new-line 20 # Usage: /bin/sh <script name> <object> [--static] <undefined symbol file...> 33 if test "${1}" = "--static"; then 34 static="${1}" 54 echoerr "Usage: $0 <object> [--static] <undefined symbol file...>" 70 if test "$static" = "--static"; then
|
/vbox/src/recompiler/tests/ |
H A D | Makefile | 24 $(CC) -nostdlib $(CFLAGS) -static $(LDFLAGS) -o $@ $< 37 $(CC) -m32 $(CFLAGS) $(LDFLAGS) -static -o $@ \ 42 $(CC) -m64 $(CFLAGS) $(LDFLAGS) -static -o $@ $(<D)/test-i386.c -lm 55 $(CC) $(CFLAGS) -Wall -static -O2 $(LDFLAGS) -o $@ $< 94 cpp < $< | arm-linux-gnu-gcc -Wall -static -march=iwmmxt -mabi=aapcs -x assembler - -o $@ 98 mips-linux-gnu-gcc -nostdlib -static -mno-abicalls -fno-PIC -mabi=32 -Wall -Wextra -g -O2 -o $@ $< 101 mipsel-linux-gnu-gcc -nostdlib -static -mno-abicalls -fno-PIC -mabi=32 -Wall -Wextra -g -O2 -o $@ $<
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.eliminate.ksh | 29 # Make sure temporary symbols generated due to DTrace probes in static 60 static void
|
H A D | tst.static.ksh | 43 static void
|
H A D | tst.static2.ksh | 47 static void
|
H A D | tst.dlclose3.ksh | 110 static void
|
/vbox/src/VBox/Devices/PC/ipxe/src/util/ |
H A D | get-pci-ids | 91 if(/^\s*static\s+struct\s+pci_device_id/) {
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | ltmain.sh | 215 *ar\ archive*) # could be an import, or static 228 *) win32_libid_type="x86 archive static";; 529 $echo "enable static libraries" 531 $echo "disable static libraries" 591 static) 697 -static | -prefer-pic | -prefer-non-pic) 815 -static) 1116 # even a static library is built. For now, we need to specify 1118 # that all symbols are satisfied, otherwise we get a static library. 1175 # We need to know -static, t [all...] |
H A D | configure | 1584 --enable-static[=PKGS] build static libraries [default=yes] 3497 static char *e (p, i) 3503 static char *f (char * (*g) (char **, int), char **p, ...) 4972 # Check whether --enable-static was given. 7491 # All known linkers require a `.a' archive for static linking (except MSVC, 7808 # Determine commands to create old-style static archives. 8101 lt_prog_compiler_static='-static' 8233 lt_prog_compiler_static='-static' 8396 # Check to make sure the static fla [all...] |
/vbox/src/libs/liblzf-3.4/ |
H A D | configure | 2557 static char *e (p, i) 2563 static char *f (char * (*g) (char **, int), char **p, ...) 3767 static char *e (p, i) 3773 static char *f (char * (*g) (char **, int), char **p, ...) 4885 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; 4939 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 5010 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 5064 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 5145 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 5213 static lon [all...] |
/vbox/src/libs/zlib-1.2.6/ |
H A D | configure | 4 # Normally configure builds both a static and a shared library. 5 # If you want to build just a static library, use: ./configure --static 77 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log 91 -t | --static) shared=0; shift ;; 314 ALL="static" 319 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log 321 ALL="static shared"
|
/vbox/src/VBox/VMM/VMMRC/ |
H A D | TRPMRCHandlersA.asm | 438 ; Call static handler. 583 ; check for static trap handler.
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | configure | 1388 --enable-static-openssl link OpenSSL statically 1390 --enable-static-gssglue 1392 --enable-static-libsamplerate link libsamplerate statically 2038 static $2 ac_aggr; 2054 static $2 ac_aggr; 3240 static char *e (p, i) 3246 static char *f (char * (*g) (char **, int), char **p, ...) 5465 # Check whether --enable-static-openssl was given. 5552 # Check whether --enable-static-gssglue was given. 6167 # Check whether --enable-static [all...] |
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PATMA.asm | 2112 ; Patch function for static calls 2113 ; @note static calls have only one lookup slot!
|
Completed in 191 milliseconds