Searched refs:files (Results 101 - 125 of 443) sorted by relevance

1234567891011>>

/haiku-buildtools/legacy/gcc/gcc/
H A Dvmsconfig.com119 $! create linker options files that lists all of the components for all
121 $! generating the relevant files from it.
134 $echo "Now processing Makefile.in to generate linker option files."
174 ! The contents are assumed to be a list of object files, and from this
182 ! does not pick up all of the language independent files.
312 ! Produce a file listing the names of particular object files, for use
463 $! Remove excessive versions of the option files...
/haiku-buildtools/legacy/gcc/libio/
H A Deditbuf.cc19 As a special exception, if you link this library with files
299 // Now adjust files
302 for (file = files; file != NULL; file = file->next) {
556 next = buffer->files;
557 buffer->files = this;
576 for (ptr = &buffer->files; *ptr != cookie; ptr = &(*ptr)->next) ;
588 // Unlink this from list of files associated with bstr->buffer.
589 edit_streambuf **ptr = &str->buffer->files;
600 files = NULL;
/haiku-buildtools/autoconf/lib/Autom4te/
H A DFileUtils.pm27 Autom4te::FileUtils - handling files
100 Return the mtime of C<$file>. Missing files, or C<-> standing for
326 files to be in the same directory (the two file names designate the
/haiku-buildtools/gcc/gmp/doc/
H A Dconfiguration50 configuration. All other files are linked at build time into the mpn
54 There are four types of mpn source files.
61 There are two types of .asm files.
63 i) ``Normal'' files containing one function, though possibly with
66 ii) Multi-function files that generate one of a set of functions
76 .asm or .S files, but for .c files a dummy comment like the
97 which lists each multi-function filename and what function files
103 -DOPERATION_$* used to support multi-function files. This means
131 multi-function filename and what function files i
[all...]
/haiku-buildtools/jam/
H A DJambase25 # 10/14/94 (seiwald) - (Crude) support for .s, .C, .cc, .cpp, and .f files.
43 # all - parent of first, shell, files, lib, exe
46 # files - parent of all File targets
57 # Bulk dir : files ; populate directory with many files
66 # InstallInto dir : sources ; install any files
68 # InstallLib dir : sources ; install files
69 # InstallFile dir : sources ; install files
151 # HDRRULE - rule to call to handle include files
152 # HDRSCAN - egrep regex to extract include files
[all...]
/haiku-buildtools/gcc/libstdc++-v3/python/
H A DMakefile.in107 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
109 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
110 END { for (dir in files) print dir, files[dir] }'
115 test -z "$$files" \
117 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
118 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dcrtend.asm27 # As a special exception, if you link this library with files
64 # object files, each potentially with its own GP, we must
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsol2-ci.asm29 ! As a special exception, if you link this library with files
40 ! This file is linked in before the Values-Xx.o files and also before
/haiku-buildtools/binutils/
H A Dylwrap66 echo "$0: No files given. Try '$0 --help' for more information." 1>&2
77 Wrapper for lex/yacc invocations, renaming files as desired.
177 # Do not overwrite unchanged header files to avoid useless
180 # output of all other files to a temporary file so we can
197 # Check whether files must be updated.
/haiku-buildtools/gcc/libgcc/config/rl78/
H A Dsignbit.S20 ; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/libgcc/config/epiphany/
H A Dcrti.S21 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/libgcc/config/microblaze/
H A Dstack_overflow_exit.S24 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/libgcc/config/msp430/
H A Depilogue.S20 ; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/libgcc/config/moxie/
H A Dcrti.S21 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/libgcc/config/xtensa/
H A Dcrti.S20 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/libgcc/config/lm32/
H A Dcrti.S22 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dcrti.S20 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/libgcc/config/cr16/
H A Dcrti.S22 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dgcc-defs.exp267 # Record additional sources files that must be compiled along with the
278 # Record additional files -- other than source files -- that must be
283 proc dg-additional-files { args } {
289 # source files registered with dg-additional-sources. SOURCE is the
292 proc dg-additional-files-options { options source } {
H A Dgcov.exp23 # clean-gcov -- delete the working files the compiler creates for gcov
348 set files [glob -nocomplain $testcase.gcov]
349 if { $files == "" } {
/haiku-buildtools/gcc/
H A Dylwrap66 echo "$0: No files given. Try '$0 --help' for more information." 1>&2
77 Wrapper for lex/yacc invocations, renaming files as desired.
177 # Do not overwrite unchanged header files to avoid useless
180 # output of all other files to a temporary file so we can
197 # Check whether files must be updated.
/haiku-buildtools/binutils/bfd/doc/
H A DMakefile.in73 # Automake 1.9 will only build info files in the objdir if they are
143 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146 END { for (dir in files) print dir, files[dir] }'
151 test -z "$$files" \
153 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Ddwarf2.c718 struct fileinfo* files; member in struct:line_info_table
875 filename = table->files[file - 1].name;
879 char *dirname = (table->files[file - 1].dir
880 ? table->dirs[table->files[file - 1].dir - 1]
991 table->files = NULL;
996 table->files = NULL;
1086 tmp = bfd_realloc (table->files, amt);
1089 free (table->files);
1093 table->files = tmp;
1096 table->files[tabl
[all...]
/haiku-buildtools/gcc/gmp/
H A Dylwrap35 echo "$0: No files given. Try \`$0 --help' for more information." 1>&2
46 Wrapper for lex/yacc invocations, renaming files as desired.
155 # Makefile. Divert the output of all other files to a temporary
181 # Check whether header files must be updated.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-elfweak/
H A Delfweak.exp280 set files ""
282 set files "$files $tmpdir/$obj"
285 if {![ld_simple_link $CC $tmpdir/$libname.so "$shared $files"]} {
307 set files ""
309 set files "$files $tmpdir/$obj"
312 if {![ld_simple_link $CC $tmpdir/$execname "$flags $files"]} {

Completed in 147 milliseconds

1234567891011>>