Searched refs:archive (Results 1 - 25 of 87) sorted by relevance

1234

/haiku-buildtools/binutils/binutils/
H A Dbfdtest1.c34 bfd *archive; local
38 die ("usage: bfdtest1 <archive>");
40 archive = bfd_openr (argv[1], NULL);
41 if (archive == NULL)
42 die ("no such archive");
44 if (!bfd_check_format (archive, bfd_archive))
46 bfd_close (archive);
50 for (last = bfd_openr_next_archived_file (archive, NULL);
54 next = bfd_openr_next_archived_file (archive, last);
58 for (last = bfd_openr_next_archived_file (archive, NUL
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-undefined/
H A Dentry-1.d1 #name: --entry foo archive
H A Dentry-2.d1 #name: --entry foo -u foo archive
H A Dentry-3.d1 #name: -shared --entry foo archive
H A Dentry-4.d1 #name: -shared --entry foo -u foo archive
H A Drequire-defined-4.d1 #name: Check require-defined can require a symbol from an archive
/haiku-buildtools/gcc/mpc/
H A Dar-lib79 # func_at_file at_file operation archive
88 archive=$3
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
148 archive=$file
194 func_error "archive not found"
200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
211 func_error "archive no
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-misc/
H A Ddefsym1.d6 # Check that --defsym works on archive.
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dar.exp201 set archive artest.a
203 remote_file host delete $archive
205 set archive tmpdir/artest.a
211 set got [binutils_run $AR "rc $archive ${objfile}"]
217 set got [binutils_run $NM "--print-armap $archive"]
231 # Test building a thin archive.
241 set testname "ar thin archive"
249 set archive artest.a
251 remote_file host delete $archive
253 set archive tmpdi
[all...]
/haiku-buildtools/binutils/gold/
H A Dcref.cc33 #include "archive.h"
54 // Start adding an archive. We support nested archives for future
59 // Finish adding an archive.
75 // Information we record for an archive.
80 // List of objects included from the archive.
82 // Number of archive members.
86 // A mapping from the name of an archive to the list of objects in
87 // that archive.
117 // List of input archives. This is a mapping from the archive file
132 // Start adding an archive
135 add_archive_start(Archive* archive) argument
355 add_archive_start(Archive* archive) argument
364 add_archive_stop(Archive* archive) argument
[all...]
H A Dplugin.h175 // Let the plugin manager save an archive for later rescanning.
300 // An archive or input group which may have to be rescanned if a
307 Archive* archive; member in union:gold::Plugin_manager::Rescannable::__anon571
311 Rescannable(Archive* archive) argument
313 { this->u.archive = archive; }
431 // Return the size of the file or archive member.
462 // Size of the file (or archive member).
/haiku-buildtools/jam/
H A Dfileunix.c14 * file_archscan() - scan an archive for files
33 * 12/30/02 (seiwald) - skip solaris' empty archive member names (/, //xxx)
77 struct ar_hdr /* archive file member header - printable ascii */
193 * file_archscan() - scan an archive for files
203 const char *archive,
214 if( ( fd = open( archive, O_RDONLY, 0 ) ) < 0 )
227 printf( "scan archive %s\n", archive );
253 /* traditional archive entry names:
301 printf("error reading archive entr
202 file_archscan( const char *archive, scanback func, void *closure ) argument
335 file_archscan( const char *archive, scanback func, void *closure ) argument
[all...]
H A Dfilent.c14 * file_archscan() - scan an archive for files
158 * file_archscan() - scan an archive for files
183 const char *archive,
193 if( ( fd = open( archive, O_RDONLY | O_BINARY, 0 ) ) < 0 )
206 printf( "scan archive %s\n", archive );
266 sprintf( buf, "%s(%.*s)", archive, endname - name, name );
182 file_archscan( const char *archive, scanback func, void *closure ) argument
H A Dfileos2.c14 * file_archscan() - scan an archive for files
127 const char *archive,
126 file_archscan( const char *archive, scanback func, void *closure ) argument
H A Dfilevms.c14 * file_archscan() - scan an archive for files
287 const char *archive,
300 VMS_archive = (char *)archive;
308 library.dsc$a_pointer = (char *)archive;
309 library.dsc$w_length = strlen( archive );
286 file_archscan( const char *archive, scanback func, void *closure ) argument
H A Dfilemac.c14 * file_archscan() - scan an archive for files
155 * file_archscan() - scan an archive for files
160 const char *archive,
159 file_archscan( const char *archive, scanback func, void *closure ) argument
/haiku-buildtools/legacy/binutils/binutils/testsuite/binutils-all/
H A Dar.exp187 set archive artest.a
189 remote_file host delete $archive
191 set archive tmpdir/artest.a
197 set got [binutils_run $AR "rc $archive ${objfile}"]
203 set got [binutils_run $NM "--print-armap $archive"]
233 set archive artest.a
235 remote_file host delete $archive
237 set archive tmpdir/artest.a
243 set got [binutils_run $AR "-r -c $archive ${objfile}"]
/haiku-buildtools/binutils/bfd/doc/
H A DMakefile.am22 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 \
104 archive.texi: archive.stamp ; @true
105 archive.stamp: $(srcdir)/../archive.c $(srcdir)/doc.str $(MKDOC)
106 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archive.c >archive
[all...]
/haiku-buildtools/legacy/binutils/bfd/doc/
H A DMakefile.am5 DOCFILES = aoutx.texi archive.texi archures.texi \
13 PROTOS = archive.p archures.p bfd.p \
25 SRCDOC = $(srcdir)/../aoutx.h $(srcdir)/../archive.c \
37 SRCPROT = $(srcdir)/../archive.c $(srcdir)/../archures.c \
86 archive.texi: chew.c $(srcdir)/../archive.c $(srcdir)/doc.str
88 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp
89 $(SHELL) $(srcdir)/../../move-if-change archive.tmp archive
[all...]
/haiku-buildtools/binutils/bfd/
H A Darchive.c1 /* BFD back-end for archive files (libraries).
22 @setfilename archive-info
27 An archive (or library) is just another BFD. It has a symbol
30 The big difference between an archive BFD and an ordinary BFD
31 is that the archive doesn't have sections. Instead it has a
34 archive opened for reading will all be opened for reading. You
35 may put either input or output BFDs into an archive opened for
36 output; they will be handled correctly when the archive is closed.
39 the contents of an archive opened for input. You don't
40 have to read the entire archive i
382 open_nested_file(const char *filename, bfd *archive) argument
645 _bfd_get_elt_at_filepos(bfd *archive, file_ptr filepos) argument
774 bfd_openr_next_archived_file(bfd *archive, bfd *last_file) argument
788 bfd_generic_openr_next_archived_file(bfd *archive, bfd *last_file) argument
1830 _bfd_generic_write_ar_hdr(bfd *archive, bfd *abfd) argument
1842 _bfd_bsd44_write_ar_hdr(bfd *archive, bfd *abfd) argument
[all...]
H A Dmakefile.vms39 OBJS:=$(OBJS),archive.obj,archive64.obj,archures.obj,bfd.obj,bfdio.obj,\
/haiku-buildtools/legacy/binutils/bfd/
H A Darchive.c1 /* BFD back-end for archive files (libraries).
24 @setfilename archive-info
29 An archive (or library) is just another BFD. It has a symbol
32 The big difference between an archive BFD and an ordinary BFD
33 is that the archive doesn't have sections. Instead it has a
36 archive opened for reading will all be opened for reading. You
37 may put either input or output BFDs into an archive opened for
38 output; they will be handled correctly when the archive is closed.
41 the contents of an archive opened for input. You don't
42 have to read the entire archive i
499 _bfd_get_elt_at_filepos(bfd *archive, file_ptr filepos) argument
569 bfd_openr_next_archived_file(bfd *archive, bfd *last_file) argument
583 bfd_generic_openr_next_archived_file(bfd *archive, bfd *last_file) argument
[all...]
H A Dmakefile.vms21 OBJS=archive.obj,archures.obj,bfd.obj,cache.obj,coffgen.obj,corefile.obj,\
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/stress/
H A Dparsego.go79 "archive",
80 "archive/tar",
81 "archive/zip",
/haiku-buildtools/gcc/contrib/
H A Dmake_sunver.pl6 # a list of object and archive files, and generates a corresponding Sun
41 # avoid adding all symbols matched in the archive to the output map.
69 # End of archive symbol table, stop skipping.
74 # Keep skipping until end of archive symbol table.
84 # Start of archive symbol table: start skipping.
85 if (/^Symbol Table: \(archive/) {

Completed in 318 milliseconds

1234