Searched refs:files (Results 151 - 175 of 443) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/libgcc/config/moxie/
H A Dcrtn.S21 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/libgcc/config/lm32/
H A Dcrtn.S22 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
H A D_ashrsi3.S22 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
H A D_lshrsi3.S22 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/libgcc/config/score/
H A Dcrtn.S21 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/libgcc/config/sparc/
H A Dcrtn.S22 ! see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dcrtn.S20 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/libgcc/config/cr16/
H A Dcrtn.S22 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
27 It is linked in after all other files. */
H A Dcrtlibid.S22 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dnul1.go7 // Test source files and strings containing NUL and invalid UTF-8.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/garbage/
H A Dparser.go29 !strings.HasPrefix(dir.Name(), ".") && // ignore .files
35 !strings.HasSuffix(dir.Name(), "_test.go") // ignore test files
51 // filter function to select the desired .go files
55 // files that belong to the expected package so that
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dgfortran.exp266 set options [dg-additional-files-options $options $source]
H A Dgo.exp224 set options [dg-additional-files-options $options $source]
/haiku-buildtools/gcc/libatomic/testsuite/lib/
H A Dlibatomic.exp203 set options [dg-additional-files-options $options $source]
211 send_user " --additional_options,OPTIONS\t\tUse OPTIONS to compile the testcase files. OPTIONS should be comma-separated.\n"
/haiku-buildtools/gcc/libvtv/testsuite/lib/
H A Dlibvtv.exp199 set options [dg-additional-files-options $options $source]
207 send_user " --additional_options,OPTIONS\t\tUse OPTIONS to compile the testcase files. OPTIONS should be comma-separated.\n"
/haiku-buildtools/binutils/ld/testsuite/ld-elfweak/
H A Delfweak.exp288 set files ""
290 set files "$files $tmpdir/$obj"
293 if {![ld_simple_link $CC $tmpdir/$libname.so "$shared $files"]} {
314 set files ""
316 set files "$files $tmpdir/$obj"
319 if {![ld_simple_link $CC $tmpdir/$execname "$flags $files"]} {
/haiku-buildtools/gcc/liboffloadmic/plugin/
H A DMakefile.in44 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
104 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
106 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
107 END { for (dir in files) print dir, files[dir] }'
483 while read files; do \
484 echo " $(INSTALL_HEADER) $$files '
[all...]
/haiku-buildtools/gcc/libmpx/
H A DMakefile.in91 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
93 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
94 END { for (dir in files) print dir, files[dir] }'
370 while read files; do \
371 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
372 $(INSTALL_HEADER) $$files "
[all...]
/haiku-buildtools/gcc/libsanitizer/asan/
H A DMakefile.in76 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
78 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
79 END { for (dir in files) print dir, files[dir] }'
480 while read files; do \
481 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
482 $(INSTALL_HEADER) $$files "
[all...]
/haiku-buildtools/gcc/gcc/
H A Dopts.c62 enum debug_struct_file files = DINFO_STRUCT_FILE_ANY; local
83 files = DINFO_STRUCT_FILE_NONE;
85 files = DINFO_STRUCT_FILE_ANY;
87 files = DINFO_STRUCT_FILE_SYS;
89 files = DINFO_STRUCT_FILE_BASE;
101 opts->x_debug_struct_ordinary[DINFO_USAGE_DFN] = files;
102 opts->x_debug_struct_ordinary[DINFO_USAGE_DIR_USE] = files;
103 opts->x_debug_struct_ordinary[DINFO_USAGE_IND_USE] = files;
107 opts->x_debug_struct_generic[DINFO_USAGE_DFN] = files;
108 opts->x_debug_struct_generic[DINFO_USAGE_DIR_USE] = files;
[all...]
/haiku-buildtools/gcc/contrib/
H A Ddg-extract-results.sh4 # test results from one or more test summary (.sum) files and combine
46 specified sum files must be for the same tool.
49 variants in the files for <tool>.
52 If -L is used, merge *.log files instead of *.sum. In this
91 # Create a (secure) tmp directory for tmp files.
118 # Verify that the specified summary files exist.
138 # treat our files in order to remove any non-printable character.
146 # If no tool was specified, all specified summary files must be for
153 msg "${PROGNAME}: sum files are for multiple tools, specify a tool"
159 # Ignore the specified summary files tha
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dcrtbegin.asm27 # As a special exception, if you link this library with files
63 # object files, each potentially with its own GP, we must
/haiku-buildtools/legacy/gcc/libio/
H A Deditbuf.h19 As a special exception, if you link this library with files
145 struct edit_streambuf *files; member in struct:edit_buffer
/haiku-buildtools/gcc/libgcc/config/mcore/
H A Dcrti.S22 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/libgcc/config/aarch64/
H A Dcrti.S21 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see

Completed in 185 milliseconds

1234567891011>>