Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 80) 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/build/tools/toolchain-patches/binutils/
D0001-Fix-elfxx-mips.c-mipself.em-and-elf.c-with-5-fixes.patch10 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;
D0001-Fix-ld-gc-sections.patch10 + h = (struct elf_link_hash_entry *) h->root.u.i.link;
/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/sources/host-tools/sed-4.2.1/lib/
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))
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()
/ndk/build/core/
Dndk-common.sh474 link
479 link
534 link() function
559 link
Ddefault-build-commands.mk32 $(call link-whole-archives,$3) \
/ndk/tests/device/gnustl-shared-1/
DREADME1 This checks that one can link against gnustl_shared and still throw exceptions
/ndk/sources/host-tools/make-3.81/config/
DMakefile.am19 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \
DMakefile.in62 $(top_srcdir)/config/lib-link.m4 \
186 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/sources/android/libthread_db/
DREADME7 Applications don't need to link to libthread_db anyway, this library is
/ndk/build/tools/toolchain-patches/gcc/
D0005-Use-the-correct-CRT-files-with-shared-link-option.patch4 Subject: Use the correct CRT files with -shared link option
D0001-gcc-4.6-Disable-sincos-optimization.patch7 builds. This ensures that NDK-generated code will always 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/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; \
/ndk/build/tools/toolchain-patches/llvm/
D0009-Fix-MIPS-link-error-when-using-Clang.patch4 Subject: [PATCH] Fix MIPS link error when using Clang.
/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/build/tools/
Dbuilder-funcs.sh201 echo "ERROR: Unknown link library extension: $LIB"
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/
D0006-MINGW-static-tcltk.patch65 # Finally, link with the X11 libraries (not appropriate on cygwin, mingw)

1234