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

1 2 3 4 5 6 7 8 910

  /external/skia/src/animator/
SkAnimateProperties.h 22 SK_PROPERTY(dynamic),
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/
i386linux.xr 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xu 11 /* The next six sections are for SunOS dynamic linking. The order
22 /* The first three sections are for SunOS dynamic linking. */
23 *(.dynamic)
27 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.x 14 /* The next six sections are for SunOS dynamic linking. The order
28 /* The first three sections are for SunOS dynamic linking. */
29 *(.dynamic)
33 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xbn 14 /* The next six sections are for SunOS dynamic linking. The order
28 /* The first three sections are for SunOS dynamic linking. */
29 *(.dynamic)
33 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xn 14 /* The next six sections are for SunOS dynamic linking. The order
28 /* The first three sections are for SunOS dynamic linking. */
29 *(.dynamic)
33 *(.linux-dynamic) /* For Linux dynamic linking. */
  /external/chromium/third_party/icu/source/config/
mh-darwin 8 SHAREDLIBCFLAGS = -dynamic
9 SHAREDLIBCXXFLAGS = -dynamic
24 SHLIB.c= $(CC) -dynamiclib -dynamic $(CFLAGS) $(LDFLAGS)
25 SHLIB.cc= $(CXX) -dynamiclib -dynamic $(CXXFLAGS) $(LDFLAGS)
icu-config-bottom 24 echo " --cflags-dynamic Print additional C flags for"
27 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
32 echo " --cxxflags-dynamic Print additional C++ flags for"
222 --cppflags-dynamic)
226 --cxxflags-dynamic)
230 --cflags-dynamic)
  /external/icu4c/config/
mh-darwin 8 SHAREDLIBCFLAGS = -dynamic
9 SHAREDLIBCXXFLAGS = -dynamic
24 SHLIB.c= $(CC) -dynamiclib -dynamic $(CFLAGS) $(LDFLAGS) $(LD_SOOPTIONS)
25 SHLIB.cc= $(CXX) -dynamiclib -dynamic $(CXXFLAGS) $(LDFLAGS) $(LD_SOOPTIONS)
icu-config-bottom 26 echo " --cflags-dynamic Print additional C flags for"
29 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
34 echo " --cxxflags-dynamic Print additional C++ flags for"
241 --cppflags-dynamic)
245 --cxxflags-dynamic)
249 --cflags-dynamic)
  /external/libpng/scripts/
libpng-config.in 42 --L_opts print linker "-L" flags for dynamic linking
43 --R_opts print dynamic linker "-R" or "-rpath" flags
  /external/iproute2/genl/
Makefile 14 LDFLAGS += -Wl,-export-dynamic
  /development/pdk/pndk/config/
config.mk 16 -Wl,-dynamic-linker,/system/bin/linker \
  /bionic/libc/arch-arm/bionic/
crtbegin_dynamic.S 49 # by the dynamic linker before this code runs
crtbegin_static.S 49 # by the dynamic linker before this code runs
  /bionic/libc/arch-sh/bionic/
crtbegin_static.S 49 # by the dynamic linker before this code runs
crtbegin_dynamic.S 49 # by the dynamic linker before this code runs
  /build/tools/apriori/
source.h 33 size_t idx; /* index of DT entry in the .dynamic section, if entry has a ptr value */
35 size_t sz_idx; /* index of DT entry in the .dynamic section, if entry has a size value */
73 section_info_t dynamic; member in struct:source_t
  /external/stlport/
configure 78 --with-dynamic-rtl
79 Enables usage of static (libc.lib family) or dynamic (msvcrt.lib family)
81 to link statically with STLport but using the dynamic C runtime use
82 --with-dynamic-rtl; if you want to link dynamicaly with STLport but using the
88 --with-dynamic-rtl -> _STLP_USE_STATIC_LIB"
204 --with-dynamic-rtl)
  /external/v8/tools/
codemap.js 41 * Dynamic code entries. Used for JIT compiled code.
81 * Adds a dynamic (i.e. moveable and discardable) code entry.
92 * Moves a dynamic code entry. Throws an exception if there is no dynamic
105 * Discards a dynamic code entry. Throws an exception if there is no dynamic
170 * dynamic code entries are considered.
199 * Returns a dynamic code entry using its starting address.
211 * Returns an array of all dynamic code entries.
  /system/extras/tests/bionic/libc/
Android.mk 89 # The -Wl,--export-dynamic ensures that dynamic symbols are
98 EXTRA_LDLIBS := -ldl -Wl,--export-dynamic -Wl,-u,foo
102 EXTRA_LDLIBS := -ldl -Wl,--export-dynamic -Wl,-u,foo
  /bionic/linker/
Android.mk 95 # This line is not strictly necessary because the dynamic linker is built
97 # building the linker as a dynamic one.
  /build/core/
armelflib.x 107 .dynamic : { *(.dynamic) }
  /build/core/combo/
HOST_darwin-x86.mk 77 -Wl,-dynamic -headerpad_max_install_names \
  /external/iproute2/ip/
Makefile 30 LDFLAGS += -Wl,-export-dynamic

Completed in 377 milliseconds

1 2 3 4 5 6 7 8 910