/ndk/sources/host-tools/make-3.81/ |
D | build_w32.bat | 24 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 …]
|
D | alloca.c | 333 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()
|
D | makefile.com | 4 $! 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/ |
D | utils.c | 56 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;
|
D | compile.c | 389 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;
|
D | sed.h | 48 struct output *link; member
|
/ndk/build/core/ |
D | default-build-commands.mk | 32 $(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)) \
|
D | definitions.mk | 329 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/ |
D | setup.mk | 32 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/ |
D | setup.mk | 32 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/ |
D | alloca.c | 321 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()
|
D | unistd.in.h | 493 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/ |
D | README | 1 This checks that one can link against gnustl_shared and still throw exceptions
|
/ndk/tests/abcc/jni/ |
D | Abcc.h | 176 link(); in execute() 192 void link();
|
/ndk/sources/host-tools/make-3.81/config/ |
D | Makefile.am | 19 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \
|
D | ChangeLog | 25 * lib-link.m4: New file, from gettext-0.11.1.
|
/ndk/docs/text/ |
D | STABLE-APIS.text | 15 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 …]
|
D | STANDALONE-TOOLCHAIN.text | 109 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.
|
D | HOWTO.text | 57 a symbolic link to your final Application.mk there. For example, imagine 74 ln -s <target> <link>
|
/ndk/sources/android/libthread_db/ |
D | README | 7 Applications don't need to link to libthread_db anyway, this library is
|
/ndk/build/tools/ |
D | ndk-common.sh | 497 link 502 link 557 link() function 582 link
|
D | build-llvm.sh | 414 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/ |
D | Makefile.in.in | 172 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/ |
D | 0001-Disable-sincos-optimization.patch | 7 builds. This ensures that NDK-generated code will always link
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | Makefile.in.in | 199 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; \
|