/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/build/tools/toolchain-patches/binutils/ |
D | 0001-Fix-elfxx-mips.c-mipself.em-and-elf.c-with-5-fixes.patch | 10 Refix MIPS GOT_PAGE counting d. Follow warning symbol link 12 link in mips_elf_allocate_lazy_stub. 30 /* For objcopy and relocatable link, don't copy the output ELF 32 set to something different. For a final link allow some flags 53 + /* Follow warning symbol link. */ 55 + h = (struct mips_elf_link_hash_entry *) h->root.root.u.i.link; 98 + /* Follow warning symbol link. */ 100 + h = (struct mips_elf_link_hash_entry *) h->root.root.u.i.link;
|
D | 0001-Fix-ld-gc-sections.patch | 10 + h = (struct elf_link_hash_entry *) h->root.u.i.link;
|
/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/sources/host-tools/sed-4.2.1/lib/ |
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))
|
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()
|
/ndk/build/core/ |
D | ndk-common.sh | 474 link 479 link 534 link() function 559 link
|
D | default-build-commands.mk | 32 $(call link-whole-archives,$3) \
|
/ndk/tests/device/gnustl-shared-1/ |
D | README | 1 This checks that one can link against gnustl_shared and still throw exceptions
|
/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 | Makefile.in | 62 $(top_srcdir)/config/lib-link.m4 \ 186 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/sources/android/libthread_db/ |
D | README | 7 Applications don't need to link to libthread_db anyway, this library is
|
/ndk/build/tools/toolchain-patches/gcc/ |
D | 0005-Use-the-correct-CRT-files-with-shared-link-option.patch | 4 Subject: Use the correct CRT files with -shared link option
|
D | 0001-gcc-4.6-Disable-sincos-optimization.patch | 7 builds. This ensures that NDK-generated code will always link
|
/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/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; \
|
/ndk/build/tools/toolchain-patches/llvm/ |
D | 0009-Fix-MIPS-link-error-when-using-Clang.patch | 4 Subject: [PATCH] Fix MIPS link error when using Clang.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | symlinks | 42 # Add in a new link between sym and dep. Be sure it's newer than targ.
|
/ndk/build/tools/ |
D | builder-funcs.sh | 201 echo "ERROR: Unknown link library extension: $LIB"
|
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/ |
D | 0006-MINGW-static-tcltk.patch | 65 # Finally, link with the X11 libraries (not appropriate on cygwin, mingw)
|