/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
D | ar.exp | 197 set archive artest.a 199 remote_file host delete $archive 201 set archive tmpdir/artest.a 207 set got [binutils_run $AR "rc $archive ${objfile}"] 213 set got [binutils_run $NM "--print-armap $archive"] 245 set archive artest.a 247 remote_file host delete $archive 249 set archive tmpdir/artest.a 255 set got [binutils_run $AR "rcT $archive ${objfile}"] 262 set exec_output [binutils_run "$base_dir/$bfdtest" "$archive"] [all …]
|
D | objcopy.exp | 429 set archive libstrip.a 431 remote_file host delete $archive 433 set archive tmpdir/libstrip.a 439 set exec_output [binutils_run $AR "rc $archive ${objfile}"] 446 set exec_output [binutils_run $STRIP "-g $archive"] 453 set exec_output [binutils_run $STRIP "$STRIPFLAGS $archive"]
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | bfdtest1.c | 34 bfd *archive; in main() local 40 archive = bfd_openr (argv[1], NULL); in main() 41 if (archive == NULL) in main() 44 if (!bfd_check_format (archive, bfd_archive)) in main() 46 bfd_close (archive); in main() 50 for (last = bfd_openr_next_archived_file (archive, NULL); in main() 54 next = bfd_openr_next_archived_file (archive, last); in main() 58 for (last = bfd_openr_next_archived_file (archive, NULL); in main() 62 next = bfd_openr_next_archived_file (archive, last); in main() 66 if (!bfd_close (archive)) in main()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | cref.cc | 135 Cref_inputs::add_archive_start(Archive* archive) in add_archive_start() argument 138 if (this->archives_.find(archive->name()) == this->archives_.end()) in add_archive_start() 140 Archive_info* pai = &this->archives_[archive->name()]; in add_archive_start() 141 pai->name = archive->filename(); in add_archive_start() 143 pai->member_count = archive->count_members(); in add_archive_start() 145 this->current_ = this->archives_[archive->name()].objects; in add_archive_start() 355 Cref::add_archive_start(Archive* archive) in add_archive_start() argument 358 this->inputs_->add_archive_start(archive); in add_archive_start() 364 Cref::add_archive_stop(Archive* archive) in add_archive_stop() argument 366 this->inputs_->add_archive_stop(archive); in add_archive_stop()
|
D | plugin.h | 307 Archive* archive; member 311 Rescannable(Archive* archive) in Rescannable() 313 { this->u.archive = archive; } in Rescannable()
|
D | Makefile.am | 60 archive.cc \ 110 archive.h \ 281 gcctestdir1/ld -o $@ -r --whole-archive libgold.a 294 gcctestdir2-r/ld -o $@ -r --whole-archive libgold.a
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | Makefile.am | 22 DOCFILES = aoutx.texi archive.texi archures.texi \ 31 PROTOS = archive.p archures.p bfd.p \ 43 SRCDOC = $(srcdir)/../aoutx.h $(srcdir)/../archive.c \ 55 SRCPROT = $(srcdir)/../archive.c $(srcdir)/../archures.c \ 103 archive.texi: archive.stamp ; @true 104 archive.stamp: $(srcdir)/../archive.c $(srcdir)/doc.str $(MKDOC) 105 ./$(MKDOC) -f $(srcdir)/doc.str < $< >archive.tmp 106 $(SHELL) $(srcdir)/../../move-if-change archive.tmp archive.texi 288 $(srcdir)/../archive.c \
|
D | Makefile.in | 293 DOCFILES = aoutx.texi archive.texi archures.texi \ 302 PROTOS = archive.p archures.p bfd.p \ 314 SRCDOC = $(srcdir)/../aoutx.h $(srcdir)/../archive.c \ 326 SRCPROT = $(srcdir)/../archive.c $(srcdir)/../archures.c \ 380 $(srcdir)/../archive.c \ 802 archive.texi: archive.stamp ; @true 803 archive.stamp: $(srcdir)/../archive.c $(srcdir)/doc.str $(MKDOC) 804 ./$(MKDOC) -f $(srcdir)/doc.str < $< >archive.tmp 805 $(SHELL) $(srcdir)/../../move-if-change archive.tmp archive.texi
|
D | bfdint.texi | 68 object files, executables, archive files, and core files in any format. 194 represents an archive file as a file which contains a list of 195 @samp{bfd}s. BFD also provides access to the archive symbol map, as a 197 within the archive which corresponds to a particular entry in the 198 archive symbol map. 305 * BFD target vector archive:: Archive functions 394 The padding character to use at the end of an archive name. Normally 398 The maximum length of a short name in an archive. Normally @samp{14}. 439 Check whether the BFD is of a particular format (object file, archive 485 on most platforms, so most target vectors can use the same archive [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | archive.c | 626 _bfd_get_elt_at_filepos (bfd *archive, file_ptr filepos) in _bfd_get_elt_at_filepos() argument 632 n_nfd = _bfd_look_for_bfd_in_cache (archive, filepos); in _bfd_get_elt_at_filepos() 636 if (0 > bfd_seek (archive, filepos, SEEK_SET)) in _bfd_get_elt_at_filepos() 639 if ((new_areldata = (struct areltdata *) _bfd_read_ar_hdr (archive)) == NULL) in _bfd_get_elt_at_filepos() 644 if (bfd_is_thin_archive (archive)) in _bfd_get_elt_at_filepos() 651 filename = _bfd_append_relative_path (archive, filename); in _bfd_get_elt_at_filepos() 663 bfd *ext_arch = _bfd_find_nested_archive (archive, filename); in _bfd_get_elt_at_filepos() 677 n_nfd->proxy_origin = bfd_tell (archive); in _bfd_get_elt_at_filepos() 683 if (!archive->target_defaulted) in _bfd_get_elt_at_filepos() 684 target = archive->xvec->name; in _bfd_get_elt_at_filepos() [all …]
|
D | coff-rs6000.c | 242 bfd *archive; member 258 member_layout_init (struct member_layout *info, bfd *archive, in member_layout_init() argument 268 if (xcoff_big_format_p (archive)) in member_layout_init() 290 bfd *archive) in archive_iterator_begin() argument 292 iterator->archive = archive; in archive_iterator_begin() 293 member_layout_init (&iterator->next, archive, archive->archive_head, in archive_iterator_begin() 294 xcoff_big_format_p (archive) in archive_iterator_begin() 309 member_layout_init (&iterator->next, iterator->archive, in archive_iterator_next() 1566 _bfd_xcoff_openr_next_archived_file (bfd *archive, bfd *last_file) in _bfd_xcoff_openr_next_archived_file() argument 1570 if (xcoff_ardata (archive) == NULL) in _bfd_xcoff_openr_next_archived_file() [all …]
|
D | libbfd-in.h | 157 (bfd *archive, file_ptr filepos); 219 (bfd *archive, bfd *last_file); 226 #define _bfd_write_ar_hdr(archive, abfd) \ argument 227 BFD_SEND (abfd, _bfd_write_ar_hdr_fn, (archive, abfd))
|
/toolchain/binutils/binutils-2.25/binutils/doc/ |
D | binutils.texi | 41 * ranlib: (binutils)ranlib. Generate index to archive contents. 100 Generate index to archive contents 147 * ranlib:: Generate index to archive contents 177 …me}] [@option{--target} @var{bfdname}] [@var{relpos}] [@var{count}] @var{archive} [@var{member}@do… 184 archives. An @dfn{archive} is a single file holding a collection of 186 the original individual files (called @dfn{members} of the archive). 189 group are preserved in the archive, and can be restored on 196 with archive formats maintained with other tools. If it exists, the 207 object modules in the archive when you specify the modifier @samp{s}. 208 Once created, this index is updated in the archive whenever @command{ar} [all …]
|
/toolchain/binutils/binutils-2.25/binutils/po/ |
D | id.po | 71 msgid "%s: cannot get addresses from archive" 72 msgstr "%s: tidak dapat memperoleh alamat dari archive" 86 msgid "no entry %s in archive\n" 87 msgstr "tidak ada masukan %s dalam archive\n" 91 …ions] [--plugin <name>] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n" 92 …[--plugin <nama>] [-]{dmpqrstx}[abcfilNoPsSuvV] [nama-anggota] [jumlah] berkas-archive berkas...\n" 96 msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-fi… 97 …[pilihan emulasi] [-]{dmpqrstx}[abcfilNoPsSuvV] [nama-anggota] [jumlah] berkas-archive berkas...\n" 111 msgid " d - delete file(s) from the archive\n" 112 msgstr " d - hapus berkas dari archive\n" [all …]
|
D | fr.po | 100 msgid "%s: cannot get addresses from archive" 101 msgstr "%s: ne peut obtenir les adresses à partir de l'archive" 115 msgid "no entry %s in archive\n" 116 msgstr "pas d'entrée %s dans l'archive\n" 120 …s] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n" 121 …qrstx}[abcDfilMNoPsSTuvV] [--plugin <nom>] [nom-du-membre] [compteur] fichier-archive fichier...\n" 125 msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [member-name] [count] archive… 126 …mulation] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [nom-du-membre] [compteur] fichier-archive fichier...\n" 140 msgid " d - delete file(s) from the archive\n" 141 msgstr " d - détruire le(s) fichier(s) de l'archive\n" [all …]
|
D | hr.po | 100 msgid "%s: cannot get addresses from archive" 115 msgid "no entry %s in archive\n" 120 …s] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n" 125 msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [member-name] [count] archive… 140 msgid " d - delete file(s) from the archive\n" 145 msgid " m[ab] - move file(s) in the archive\n" 150 msgid " p - print file(s) found in the archive\n" 155 msgid " q[f] - quick append file(s) to the archive\n" 160 msgid " r[ab][f][u] - replace existing or insert new file(s) into the archive\n" 170 msgid " t - display contents of archive\n" [all …]
|
/toolchain/binutils/binutils-2.25/gold/po/ |
D | id.po | 18 #: archive.cc:107 20 msgid "%s: no archive symbol table (run ranlib)" 23 #: archive.cc:189 25 msgid "%s: bad archive symbol table names" 28 #: archive.cc:221 30 msgid "%s: malformed archive header at %zu" 33 #: archive.cc:241 35 msgid "%s: malformed archive header size at %zu" 38 #: archive.cc:252 40 msgid "%s: malformed archive header name at %zu" [all …]
|
D | POTFILES.in | 4 archive.cc 5 archive.h
|
D | gold.pot | 20 #: archive.cc:135 25 #: archive.cc:229 27 msgid "%s: no archive symbol table (run ranlib)" 30 #: archive.cc:317 32 msgid "%s: bad archive symbol table names" 35 #: archive.cc:349 37 msgid "%s: malformed archive header at %zu" 40 #: archive.cc:369 42 msgid "%s: malformed archive header size at %zu" 45 #: archive.cc:380 [all …]
|
D | fi.po | 20 #: archive.cc:119 22 msgid "%s: no archive symbol table (run ranlib)" 25 #: archive.cc:204 27 msgid "%s: bad archive symbol table names" 30 #: archive.cc:236 32 msgid "%s: malformed archive header at %zu" 35 #: archive.cc:256 37 msgid "%s: malformed archive header size at %zu" 40 #: archive.cc:267 42 msgid "%s: malformed archive header name at %zu" [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/ |
D | entry-1.d | 1 #name: --entry foo archive
|
D | entry-2.d | 1 #name: --entry foo -u foo archive
|
D | entry-3.d | 1 #name: -shared --entry foo archive
|
D | entry-4.d | 1 #name: -shared --entry foo -u foo archive
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-misc/ |
D | defsym1.d | 6 # Check that --defsym works on archive.
|