Searched refs:files (Results 251 - 275 of 443) sorted by relevance

<<1112131415161718

/haiku-buildtools/gcc/libgcc/config/rl78/
H A Dcmpsi2.S20 ; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
H A Dbit-count.S20 ; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
H A Dmulsi3.S20 ; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dgcc-dg.exp360 # If we're only testing specific files and this isn't one of
423 # If we're only testing specific files and this isn't one of
475 # Remove files matching the pattern from the build machine.
496 # Remove compiler-generated coverage files for the current test.
497 proc cleanup-coverage-files { } {
504 # Clean up coverage files for additional source files.
512 # Remove compiler-generated files from -repo for the current test.
513 proc cleanup-repo-files { } {
521 # Clean up files fo
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dstabs.c76 /* A stack of unfinished N_BINCL files. */
78 /* A list of finished N_BINCL files. */
90 /* Number of files for which we have types. */
91 unsigned int files; member in struct:stab_handle
365 ret->files = 1;
435 info->files = 1;
3106 /* This struct holds information about files we have seen using
3137 n->file = info->files;
3142 ++info->files;
3145 (info->files
[all...]
H A Ddebug.c76 /* A list of files included in this compilation unit. The first
79 struct debug_file *files; member in struct:debug_unit
695 nunit->files = nfile;
715 /* Change source files to the given file name. This is used for
716 include files in a single compilation unit. */
733 for (f = info->current_unit->files; f != NULL; f = f->next)
1976 for (f = info->current_unit->files; f != NULL; f = f->next)
2011 for (f = u->files; f != NULL; f = f->next)
2341 if (! (*fns->start_compilation_unit) (fhandle, u->files->filename))
2345 for (f = u->files;
[all...]
/haiku-buildtools/binutils/binutils/
H A Dstabs.c73 /* A stack of unfinished N_BINCL files. */
75 /* A list of finished N_BINCL files. */
87 /* Number of files for which we have types. */
88 unsigned int files; member in struct:stab_handle
362 ret->files = 1;
432 info->files = 1;
3144 /* This struct holds information about files we have seen using
3175 n->file = info->files;
3180 ++info->files;
3183 (info->files
[all...]
H A Ddebug.c75 /* A list of files included in this compilation unit. The first
78 struct debug_file *files; member in struct:debug_unit
694 nunit->files = nfile;
714 /* Change source files to the given file name. This is used for
715 include files in a single compilation unit. */
732 for (f = info->current_unit->files; f != NULL; f = f->next)
1973 for (f = info->current_unit->files; f != NULL; f = f->next)
2008 for (f = u->files; f != NULL; f = f->next)
2338 if (! (*fns->start_compilation_unit) (fhandle, u->files->filename))
2342 for (f = u->files;
[all...]
/haiku-buildtools/binutils/etc/
H A Dconfigure1081 # Find the source files, if location was not specified.
1164 -n, --no-create do not create output files
1168 --prefix=PREFIX install architecture-independent files in PREFIX
1170 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1173 By default, \`make install' will install all the files in
1188 --includedir=DIR C header files [PREFIX/include]
1189 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1399 # When interrupted or exit'd, cleanup temporary files, and complete
1562 # files actually), so we avoid doing that.
1682 # Reject install programs that cannot install multiple files
[all...]
/haiku-buildtools/gcc/gnattools/
H A Dconfigure1112 # Find the source files, if location was not specified.
1195 -n, --no-create do not create output files
1199 --prefix=PREFIX install architecture-independent files in PREFIX
1201 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1204 By default, \`make install' will install all the files in
1219 --includedir=DIR C header files [PREFIX/include]
1220 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1485 # When interrupted or exit'd, cleanup temporary files, and complete
1648 # files actually), so we avoid doing that.
1791 # Reject install programs that cannot install multiple files
[all...]
/haiku-buildtools/binutils/
H A Dltmain.sh38 # -n, --dry-run display commands without modifying any files
54 # clean remove files from the build directory
1642 Remove files from the build directory.
1644 RM is the name of the program to use to delete files associated with each FILE
1648 If FILE is a libtool library, object or program, all the files associated
1729 Link object files or libraries together to form another library, or to
1733 a program from several object files.
1755 -objectlist FILE Use a list of object files found in FILE to specify objects
1756 -precious-files-regex REGEX
1757 don't remove output files matchin
[all...]
/haiku-buildtools/gcc/
H A Dltmain.sh38 # -n, --dry-run display commands without modifying any files
54 # clean remove files from the build directory
1642 Remove files from the build directory.
1644 RM is the name of the program to use to delete files associated with each FILE
1648 If FILE is a libtool library, object or program, all the files associated
1729 Link object files or libraries together to form another library, or to
1733 a program from several object files.
1755 -objectlist FILE Use a list of object files found in FILE to specify objects
1756 -precious-files-regex REGEX
1757 don't remove output files matchin
[all...]
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A DMakefile.in100 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
102 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
103 END { for (dir in files) print dir, files[dir] }'
108 test -z "$$files" \
110 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
111 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/lib/
H A Dlibstdc++.exp84 proc v3-copy-files {srcfiles} {
146 # Copy any required data files.
147 v3-copy-files [glob -nocomplain "$srcdir/data/*.tst"]
148 v3-copy-files [glob -nocomplain "$srcdir/data/*.txt"]
304 # Always use MO files built by this test harness.
311 # list PCH files, but it does not.)
320 # files could be tested to see if it works.
389 # -nostdc++ doesn't trip us up. So all the extra object files
541 # For a cross compiler, the header files will be located in a
546 # For a native compiler, the header files wil
[all...]
/haiku-buildtools/gcc/libatomic/
H A DMakefile.in101 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
103 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
104 END { for (dir in files) print dir, files[dir] }'
109 test -z "$$files" \
111 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
112 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/
H A DMakefile.in99 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
101 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
102 END { for (dir in files) print dir, files[dir] }'
107 test -z "$$files" \
109 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
110 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Dconfigure143 --no-create do not create output files
147 --prefix=PREFIX install architecture-independent files in PREFIX
149 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
161 --includedir=DIR C header files in DIR [PREFIX/include]
162 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
181 --x-includes=DIR X include files are in DIR
182 --x-libraries=DIR X library files are in DIR
456 # Find the source files, if location was not specified.
912 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
913 echo "configure:914: checking for ANSI C header files" >
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-sh/sh64/
H A Dshdl-1.s15 ! omissions with complementary tests in other files.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-sh/sh64/
H A Dshdl-1.s15 ! omissions with complementary tests in other files.
/haiku-buildtools/gcc/maintainer-scripts/
H A Dgcc_release78 -p previous-tarball Location of a previous tarball (to generate diff files).
108 inform "Updating ChangeLogs and version files"
175 # files not present in SVN.
188 error "Could not regenerate NEWS files"
191 # files that are supposed to go in the source directory. This is
197 -c "--enable-generated-files-in-srcdir --disable-multilib" build || \
207 "# This file contains the MD5 checksums of the files in the
210 # Besides verifying that all files in the tarball were correctly expanded,
211 # it also can be used to determine if any files have changed since the
226 # rest of the arguments are files o
[all...]
/haiku-buildtools/gcc/libgcc/config/cris/
H A Dumulsidi3.S21 ;; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/cloog/osl/autoconf/
H A Dltmain.sh37 # -n, --dry-run display commands without modifying any files
53 # clean remove files from the build directory
2311 Remove files from the build directory.
2313 RM is the name of the program to use to delete files associated with each FILE
2317 If FILE is a libtool library, object or program, all the files associated
2398 Link object files or libraries together to form another library, or to
2402 a program from several object files.
2424 -objectlist FILE Use a list of object files found in FILE to specify objects
2425 -precious-files-regex REGEX
2426 don't remove output files matchin
[all...]
/haiku-buildtools/cloog/autoconf/
H A Dltmain.sh37 # -n, --dry-run display commands without modifying any files
53 # clean remove files from the build directory
2311 Remove files from the build directory.
2313 RM is the name of the program to use to delete files associated with each FILE
2317 If FILE is a libtool library, object or program, all the files associated
2398 Link object files or libraries together to form another library, or to
2402 a program from several object files.
2424 -objectlist FILE Use a list of object files found in FILE to specify objects
2425 -precious-files-regex REGEX
2426 don't remove output files matchin
[all...]
/haiku-buildtools/gcc/gmp/
H A Dltmain.sh37 # -n, --dry-run display commands without modifying any files
53 # clean remove files from the build directory
2311 Remove files from the build directory.
2313 RM is the name of the program to use to delete files associated with each FILE
2317 If FILE is a libtool library, object or program, all the files associated
2398 Link object files or libraries together to form another library, or to
2402 a program from several object files.
2424 -objectlist FILE Use a list of object files found in FILE to specify objects
2425 -precious-files-regex REGEX
2426 don't remove output files matchin
[all...]
/haiku-buildtools/gcc/mpc/
H A Dltmain.sh37 # -n, --dry-run display commands without modifying any files
53 # clean remove files from the build directory
2311 Remove files from the build directory.
2313 RM is the name of the program to use to delete files associated with each FILE
2317 If FILE is a libtool library, object or program, all the files associated
2398 Link object files or libraries together to form another library, or to
2402 a program from several object files.
2424 -objectlist FILE Use a list of object files found in FILE to specify objects
2425 -precious-files-regex REGEX
2426 don't remove output files matchin
[all...]

Completed in 312 milliseconds

<<1112131415161718