Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 51) sorted by relevance

123

/ndk/sources/host-tools/make-3.81/
Dbuild_w32.bat24 if exist link.dbg del link.dbg
25 if exist link.rel del link.rel
32 echo WinDebug\variable.obj >>link.dbg
34 echo WinDebug\rule.obj >>link.dbg
36 echo WinDebug\remote-stub.obj >>link.dbg
38 echo WinDebug\commands.obj >>link.dbg
40 echo WinDebug\file.obj >>link.dbg
42 echo WinDebug\getloadavg.obj >>link.dbg
44 echo WinDebug\default.obj >>link.dbg
46 echo WinDebug\signame.obj >>link.dbg
[all …]
Dalloca.c333 long link; /* Address of trailer block of previous member
389 trailer = (struct stk_trailer *) trailer->link; in i00afunc()
409 trailer = (struct stk_trailer *) trailer->link; in i00afunc()
Dmakefile.com4 $! P1 is non-empty if you want to link with the VAXCRTL library instead
86 $ link/exe=make make.opt/opt'lopt
DMakefile.in75 $(top_srcdir)/config/lib-link.m4 \
Dreadme.vms138 link x.obj /exe=x.exe
239 necessary files and link Make. There is also a file called
/ndk/build/core/
Ddefault-build-commands.mk32 $(call link-whole-archives,$3) \
92 -Wl,-rpath-link=$(call host-path,$(PRIVATE_SYSROOT_LINK)/usr/lib) \
93 -Wl,-rpath-link=$(call host-path,$(TARGET_OUT)) \
Ddefinitions.mk329 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1))
330 link-whole-archive-flags = -Wl,--whole-archive $(call host-path,$1) -Wl,--no-whole-archive
332 -test-link-whole-archive = \
333 $(call test-expect,,$(call link-whole-archives))\
336 $(call test-expect,$(_start) foo $(_end),$(call link-whole-archives,foo))\
337 $(call test-expect,$(_start) foo bar $(_end),$(call link-whole-archives,foo bar))
735 module-get-link-libs = $(strip \
737 $(call -ndk-mod-get-topological-depends,$1,-ndk-mod-link-deps))
744 -ndk-mod-link-deps = \
/ndk/tests/device/gnustl-shared-1/
DREADME1 This checks that one can link against gnustl_shared and still throw exceptions
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
Dcompiler.py46 def link(self, source_files, out=None, flags=None, env=None, cwd=None): member in AndroidCXXCompiler
48 return super(AndroidCXXCompiler, self).link(source_files, out, flags,
/ndk/sources/host-tools/make-3.81/config/
DMakefile.am19 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \
DChangeLog25 * lib-link.m4: New file, from gettext-0.11.1.
DMakefile.in62 $(top_srcdir)/config/lib-link.m4 \
186 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \
Diconv.m464 AC_MSG_CHECKING([how to link with libiconv])
Dlib-link.m41 # lib-link.m4 serial 4 (gettext-0.12)
22 AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [
44 dnl the ability to compile and link the specified testcode. If found, it
76 AC_MSG_CHECKING([how to link with lib[]$1])
/ndk/sources/android/libthread_db/
DREADME7 Applications don't need to link to libthread_db anyway, this library is
/ndk/build/tools/
Dndk-common.sh479 link
484 link
539 link() function
564 link
Dbuilder-funcs.sh221 echo "ERROR: Unknown link library extension: $LIB"
Dbuild-mingw64-toolchain.sh198 the '--target-arch=i686' option. Otherwise, use -m32 or -m64 at compile/link
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
Dcompiler.py88 def link(self, source_files, out=None, flags=[], env=None, cwd=None): member in CXXCompiler
115 link_cmd, link_stdout, link_stderr, rc = self.link(
/ndk/sources/host-tools/make-3.81/po/
DMakefile.in.in172 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
178 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
194 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
221 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
227 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Dsymlinks42 # Add in a new link between sym and dep. Be sure it's newer than targ.
/ndk/sources/cxx-stl/llvm-libc++/
DREADME.NDK59 NDK build project for two test programs that link against the
/ndk/
DCHANGELOG.md81 link time to use gold instead of bfd. The default will likely switch in the
/ndk/sources/third_party/googletest/googletest/
DREADME133 ${GTEST_DIR}/include in the system header search path, and link it
291 link errors. If you use the CMake script or the deprecated Autotools
298 Google Test is compact, so most users can build and link it as a
/ndk/sources/host-tools/make-3.81/glob/
DMakefile.in63 $(top_srcdir)/config/lib-link.m4 \

123