HomeSort by relevance Sort by last modified time
    Searched refs:whole (Results 1 - 25 of 41) sorted by null

1 2

  /external/clearsilver/dso/
Makefile 20 /usr/bin/ld -rpath ../libs -shared -o libneo.so -whole-archive ../libs/libneo_cgi.a ../libs/libneo_cs.a ../libs/libneo_utl.a -no-whole-archive $(LDFLAGS) $(LIBS)
22 # $(LDSHARED) -o $@ $(LDFLAGS) -Wl,-whole-archive $(DLIBS)
  /dalvik/vm/
Native.h 96 union { u4 parts[2]; s8 whole; } conv;
99 return conv.whole;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
toplev.h 27 the WHOLE string. */
28 #define skip_leading_substring(whole, part) \
29 (strncmp (whole, part, strlen (part)) ? NULL : whole + strlen (part))
  /external/tremolo/Tremolo/
misc.h 77 ogg_int64_t whole; member in union:magic
87 ogg_int64_t whole; member in union:magic
93 magic.whole = (ogg_int64_t)x * y;
103 magic.whole = (ogg_int64_t)x * y;
  /external/grub/
compile 45 If you are trying to build a whole package this is not the
  /external/libffi/
compile 45 If you are trying to build a whole package this is not the
  /external/openssl/apps/
Android.mk 29 # These flags omit whole features from the commandline "openssl".
  /external/openssl/patches/
apps_Android.mk 29 # These flags omit whole features from the commandline "openssl".
  /build/core/combo/
TARGET_linux-x86.mk 114 -Wl,--whole-archive \
116 -Wl,--no-whole-archive \
TARGET_linux-arm.mk 219 -Wl,--whole-archive \
221 -Wl,--no-whole-archive \
TARGET_linux-sh.mk 122 -Wl,--whole-archive \
124 -Wl,--no-whole-archive \
  /external/elfutils/libasm/
Makefile.am 56 $(CC) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
  /external/elfutils/libdw/
Makefile.am 68 $(CC) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
  /external/opencore/tools_v2/build/make/
g++.mk 17 SHARED_PRE_LDFLAGS ?= -shared -Wl,-Bsymbolic -Wl,--allow-multiple-definition -Wl,--whole-archive
18 SHARED_POST_LDFLAGS ?= -Wl,-no-whole-archive -Wl,--no-undefined $(SYSLIBS)
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/
PKCS7SignedData.java 583 ASN1EncodableVector whole = new ASN1EncodableVector(); local
584 whole.add(new DERObjectIdentifier(ID_PKCS7_SIGNED_DATA));
585 whole.add(new DERTaggedObject(0, new DERSequence(body)));
590 dout.writeObject(new DERSequence(whole));
  /external/elfutils/libelf/
Makefile.am 93 $(CC) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
  /external/opencore/tools_v2/build/make/platforms/
android.mk 42 SONAME_ARG := -Wl,-T,$(ANDROID_BASE)/config/armelf.xsc -Wl,--gc-sections -L$(ANDROID_BASE)/prebuilt/obj/lib -Wl,--whole-archive -Wl,-h,
44 SHARED_POST_LDFLAGS := -Wl,--no-whole-archive $(SYSLIBS) -Wl,--no-undefined $(ANDROID_BASE)/toolchain-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/interwork/libgcc.a
  /build/core/
definitions.mk 950 define extract-and-include-target-whole-static-libs
953 ldir=$(PRIVATE_INTERMEDIATES_DIR)/WHOLE/$(basename $(notdir $(lib)))_objs;\
970 $(extract-and-include-target-whole-static-libs)
979 define extract-and-include-host-whole-static-libs
982 ldir=$(PRIVATE_INTERMEDIATES_DIR)/WHOLE/$(basename $(notdir $(lib)))_objs;\
999 $(extract-and-include-host-whole-static-libs)
1024 -Wl,--whole-archive \
1026 -Wl,--no-whole-archive \
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/
jsDriver.pl     [all...]
  /ndk/build/toolchains/arm-eabi-4.2.1/
setup.mk 136 -Wl,--whole-archive \
138 -Wl,--no-whole-archive \
  /ndk/build/toolchains/x86-4.2.1/
setup.mk 103 -Wl,--whole-archive \
105 -Wl,--no-whole-archive \
  /build/core/tasks/
sdk-addon.mk 60 # whole thing.
  /external/v8/tools/
codemap.js 56 * Libraries entries. Used for the whole static code libraries.
178 // In this case, the whole library is assigned to this address.
  /ndk/build/toolchains/arm-eabi-4.4.0/
setup.mk 156 -Wl,--whole-archive \
158 -Wl,--no-whole-archive \
  /dalvik/libcore/
JavaLibrary.mk 109 # whole core.jar in the RI classpath, we copy those classses

Completed in 1425 milliseconds

1 2