Home
last modified time | relevance | path

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

1234

/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
/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c56 struct open_file *link; member
96 open_files = open_files->link; in panic()
111 for (p=open_files; p; p=p->link)
131 for (p=open_files; p; p=p->link)
142 p->link = open_files;
301 r.link = open_files;
303 while ( (cur = prev->link) )
308 prev->link = cur->link;
316 open_files = r.link;
Dcompile.c389 for (p=*file_ptrs; p; p=p->link)
416 p->link = *file_ptrs;
1679 for (p=file_read; p; p=p->link)
1686 for (p=file_write; p; p=p->link)
1701 for (p=file_read; p; p=p->link) in rewind_read_files()
1719 q = p->link;
1730 q = p->link;
Dsed.h48 struct output *link; member
/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))
734 module-get-link-libs = $(strip \
736 $(call -ndk-mod-get-topological-depends,$1,-ndk-mod-link-deps))
743 -ndk-mod-link-deps = \
/ndk/toolchains/llvm-3.4/
Dsetup.mk32 TARGET_LDFLAGS += -Wl,-link-native-binary
45 TARGET_LDFLAGS += -Wl,-link-native-binary
58 TARGET_LDFLAGS += -Wl,-link-native-binary
71 TARGET_LDFLAGS += -Wl,-link-native-binary
84 TARGET_LDFLAGS += -Wl,-link-native-binary
97 TARGET_LDFLAGS += -Wl,-link-native-binary
111 TARGET_LDFLAGS += -Wl,-link-native-binary
125 TARGET_LDFLAGS += -Wl,-link-native-binary
/ndk/toolchains/llvm-3.3/
Dsetup.mk32 TARGET_LDFLAGS += -Wl,-link-native-binary
45 TARGET_LDFLAGS += -Wl,-link-native-binary
58 TARGET_LDFLAGS += -Wl,-link-native-binary
71 TARGET_LDFLAGS += -Wl,-link-native-binary
84 TARGET_LDFLAGS += -Wl,-link-native-binary
/ndk/sources/host-tools/sed-4.2.1/lib/
Dalloca.c321 long link; /* Address of trailer block of previous member
377 trailer = (struct stk_trailer *) trailer->link; in i00afunc()
397 trailer = (struct stk_trailer *) trailer->link; in i00afunc()
Dunistd.in.h493 extern int link (const char *path1, const char *path2);
496 # undef link
497 # define link(path1,path2) \ macro
500 link (path1, path2))
/ndk/tests/device/gnustl-shared-1/
DREADME1 This checks that one can link against gnustl_shared and still throw exceptions
/ndk/tests/abcc/jni/
DAbcc.h176 link(); in execute()
192 void link();
/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.
/ndk/docs/text/
DSTABLE-APIS.text15 module needs to link to /system/lib/libfoo.so at load-time by adding
114 If you use it, your native module should link to /system/lib/liblog.so with:
126 If you use it, your native module should link to /system/lib/libz.so with:
134 functions provided by the Android dynamic linker. You will need to link
153 If you use them, your native module should link to /system/lib/libGLESv1_CM.so
209 If you use them, your native module should link to /system/lib/libGLESv2.so
242 and link to the jnigraphics library as in:
290 You cal link against the system's EGL library by adding the following
314 functions. Use the following to link your modules against it:
388 functions. Use the following to link your modules against it:
[all …]
DSTANDALONE-TOOLCHAIN.text109 to link against the shared library, you will have to explicitely use -lstlport_shared
114 to link against the shared library, you will have to explicitely use -lc++_shared.
234 link with Android native APIs which follow softfp ABI. Please see
297 NOTE: If you use the GNU libstdc++, you will need to explicitly link with
311 implementation, you however need to link your project with the proper
314 * Use -lstdc++ to link against the _static_ library version of any
321 * Use -lgnustl_shared to link against the _shared_ library version of
338 * Use -lstlport_shared to link against the _shared_ library version of
346 executables, you **must** link against a shared library STL implementation.
DHOWTO.text57 a symbolic link to your final Application.mk there. For example, imagine
74 ln -s <target> <link>
/ndk/sources/android/libthread_db/
DREADME7 Applications don't need to link to libthread_db anyway, this library is
/ndk/build/tools/
Dndk-common.sh497 link
502 link
557 link() function
582 link
Dbuild-llvm.sh414 run ln -s ndk-link${HOST_EXE} $TOOLCHAIN_BUILD_PREFIX/bin/le32-none-ndk-link${HOST_EXE}
415 run ln -s ndk-link${HOST_EXE} $TOOLCHAIN_BUILD_PREFIX/bin/le64-none-ndk-link${HOST_EXE}
/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/build/tools/toolchain-patches/gcc/
D0001-Disable-sincos-optimization.patch7 builds. This ensures that NDK-generated code will always link
/ndk/sources/host-tools/sed-4.2.1/po/
DMakefile.in.in199 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
205 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
221 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
248 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
254 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \

1234