/ndk/sources/host-tools/make-3.81/ |
D | arscan.c | 137 ar_scan (char *archive, long int (*function) PARAMS ((void)), intptr_t arg) in ar_scan() argument 158 libdesc.dsc$a_pointer = archive; in ar_scan() 159 libdesc.dsc$w_length = strlen (archive); in ar_scan() 166 archive, (char *)arg); in ar_scan() 304 ar_scan (char *archive, long int (*function)(), intptr_t arg) in ar_scan() argument 316 register int desc = open (archive, O_RDONLY, 0); in ar_scan()
|
D | implicit.c | 29 pattern_search PARAMS ((struct file *file, int archive, 200 pattern_search (struct file *file, int archive, in pattern_search() argument 204 char *filename = archive ? strchr (file->name, '(') : file->name; in pattern_search() 274 if (archive || ar_name (filename)) in pattern_search()
|
D | ar.c | 28 extern long int ar_scan PARAMS ((char *archive, long int (*function) (), intptr_t arg));
|
D | NEWS | 328 * GNU make supports the "big archive" library format introduced in AIX 4.3. 536 * Implicit rule search for archive member references is now done in the 566 * You can list several archive member names inside parenthesis: 569 * You can use wildcards inside archive member references. For example, 597 * Make now supports long-named members in `ar' archive files. 623 * Elements of the `$^' and `$?' automatic variables that are archive 925 anything that might change their modification times by updating an archive
|
D | README | 122 http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00190.html
|
D | ABOUT-NLS | 11 itself available at your nearest GNU archive site. But you do _not_ 746 this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date
|
D | SMakefile | 40 # -DNO_ARCHIVES To disable `ar' archive support.
|
/ndk/build/tools/ |
D | builder-funcs.sh | 322 fail_panic "Could not archive ${_BUILD_PREFIX}$libname objects!" 344 fail_panic "Could not archive ${_BUILD_PREFIX}$libname objects!"
|
D | build-host-python.sh | 200 ARCHIVE_DIR=$TEMP_DIR/archive
|
D | DEV-SCRIPTS-USAGE.TXT | 528 generated NDK archive. More specifically, the archive file name will be 562 If you have an NDK package archive, you can run the following to run the 565 $NDK/tests/run-tests.sh --package=<ndk-archive> 567 This will uncompress the NDK archive in a temporary directory, then run all
|
D | build-mingw64-toolchain.sh | 368 ARCHIVE_DIR=$TEMP_DIR/archive
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | stdbool.m4 | 80 http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html 98 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
|
D | regex.m4 | 138 http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00089.html
|
/ndk/build/core/ |
D | definitions.mk | 326 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1)) 327 link-whole-archive-flags = -Wl,--whole-archive $(call host-path,$1) -Wl,--no-whole-archive 329 -test-link-whole-archive = \ 331 $(eval _start := -Wl,--whole-archive)\ 332 $(eval _end := -Wl,--no-whole-archive)\
|
D | build-binary.mk | 426 $(call ndk_log,$(TARGET_ARCH_ABI):Building static library '$(LOCAL_MODULE)' as thin archive)
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 203 archive member, then `$@' is the name of the archive file. In a 209 The target member name, when the target is an archive member. 212 target is not an archive member. 221 with spaces between them. For prerequisites which are archive 226 prerequisites which are archive members, only the member named is 267 archive named `lib' is supposed to contain copies of several object 268 files. This rule copies just the changed object files into the archive: 303 archive member name. This makes sense only for archive member 612 For an archive member target of the form `ARCHIVE(MEMBER)', the 691 * Archive Update:: The implicit rule for archive member targets. [all …]
|
D | make.texi | 318 * Archive Update:: The implicit rule for archive member targets. 325 * Archive Symbols:: How to update archive symbol directories. 1355 Supports @code{ar} (archive) files using special filename syntax. 1725 when the target is an archive member, the target member name. The 1918 represents member @var{m} in archive file @var{a} 1954 (Wildcards and archive members (@pxref{Archives}) are allowed here too.) 2966 Due to a limitation of the archive format, archive member time stamps 2967 are always low resolution. You need not list archive members as 6167 marking an archive file up to date: 6170 archive.a: @dots{} [all …]
|
/ndk/docs/text/ |
D | DEVELOPMENT.text | 207 an archive. To do that, use the --package option, as in: 258 Where <file> points to a previous NDK package (i.e. archive file).
|
/ndk/sources/host-tools/make-3.81/po/ |
D | id.po | 24 msgid "touch archive member is not available on VMS" 25 msgstr "tidak dapat memodifikasi tanggal pada anggota archive pada VMS" 34 msgid "touch: `%s' is not a valid archive" 35 msgstr "touch: `%s' bukan archive yang valid" 88 msgstr "*** [%s] Anggota archive `%s' mungkin berupa bogus: tidak dihapus" 93 msgstr "*** Anggota archive `%s' mungkin berupa bogus; tidak dihapus" 494 msgid "Looking for archive-member implicit rule for `%s'.\n" 495 msgstr "Mencari aturan implisit untuk anggota-archive pada `%s'.\n"
|
D | make.pot | 25 msgid "touch archive member is not available on VMS" 35 msgid "touch: `%s' is not a valid archive" 486 msgid "Looking for archive-member implicit rule for `%s'.\n"
|
D | be.po | 24 msgid "touch archive member is not available on VMS" 34 msgid "touch: `%s' is not a valid archive" 489 msgid "Looking for archive-member implicit rule for `%s'.\n"
|
D | pl.po | 24 msgid "touch archive member is not available on VMS" 34 msgid "touch: `%s' is not a valid archive" 497 msgid "Looking for archive-member implicit rule for `%s'.\n" 498 msgstr "Szukanie standardowej regu�y typu archive-member dla `%s'.\n"
|
/ndk/build/tools/toolchain-patches/mclinker/ |
D | 0001-Compile-against-llvm-3.3.patch | 211 // add the archive symbols
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 74 can download a stable source release in your preferred archive format, 83 downloaded from the download page [1]. Several different archive
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | ABOUT-NLS | 12 itself available at your nearest GNU archive site. But you do _not_ 1089 this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date
|