Searched refs:files (Results 26 - 50 of 443) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Drd-v32o-1.d6 # machine-type stamps on the object files.
H A Drd-vao-1.d6 # machine-type stamps on the object files. The source file
H A Drd-v10_32o-1.d6 # machine-type stamps on the object files.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Drd-v32o-1.d6 # machine-type stamps on the object files.
H A Drd-vao-1.d6 # machine-type stamps on the object files. The source file
H A Drd-v10_32o-1.d6 # machine-type stamps on the object files.
/haiku-buildtools/gcc/contrib/
H A Dgennews25 files="
61 for file in $files; do
H A Dtest_recheck58 files=`find "$@" -name \*.sum$filesuffix -print | grep testsuite | sort`
61 for file in $files; do
/haiku-buildtools/gcc/gmp/mpn/x86/k6/
H A Dcross.pl23 # Produce an annotated disassembly of the given object files, indicating
27 # With no arguments, all .o files corresponding to .asm files are processed.
161 my @files;
163 @files = @ARGV;
165 @files = glob "*.asm";
166 map {s/.asm/.o/} @files;
169 foreach (@files) {
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixinc.winnt4 # files.
26 # This script munges the native include files provided with Windows NT
28 # compiling with gcc. The header files by default do not
30 # __STDC__ is 1. This script modifies the header files to check
32 # resulting new system include files are placed in a directory
40 # Directory containing the original header files.
52 echo 'Using the Include environment variable to find header files to fix'
93 files=`ls -LR | sed -n s/:$//p`
95 files=`find . -type d -print | sed '/^.$/d'`
97 for file in $files; d
[all...]
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dfortran-modules.exp19 # Remove files for specified Fortran modules.
52 proc list-module-names { files } {
55 foreach file $files {
/haiku-buildtools/legacy/binutils/gas/
H A Ddwarf2dbg.c135 /* Table of files used by .debug_line. */
136 static struct file_entry *files; variable in typeref:struct:file_entry
413 if (! files[last_used].dir
414 && strcmp (filename, files[last_used].filename) == 0)
416 if (files[last_used].dir
417 && strncmp (filename, dirs[files[last_used].dir],
421 files[last_used].filename) == 0)
464 if (files[i].dir == dir
465 && files[i].filename
466 && strcmp (file, files[
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dloc6m.d6 # Text files and one loc:ed data at offset.
H A Dloc2.d6 # Two text files.
H A Dloc3.d6 # Two text files in opposite order.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dloc6m.d6 # Text files and one loc:ed data at offset.
/haiku-buildtools/libtool/libltdl/
H A Dmissing80 automake touch all \`Makefile.in' files
163 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
164 test -z "$files" && files="config.h"
166 for f in $files; do
190 You might have modified some files without having the
337 You might have modified some files without having the
/haiku-buildtools/libtool/
H A Dmissing80 automake touch all \`Makefile.in' files
163 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
164 test -z "$files" && files="config.h"
166 for f in $files; do
190 You might have modified some files without having the
337 You might have modified some files without having the
/haiku-buildtools/cloog/osl/autoconf/
H A Dmissing81 automake touch all \`Makefile.in' files
164 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
165 test -z "$files" && files="config.h"
167 for f in $files; do
191 You might have modified some files without having the
314 You might have modified some files without having the
/haiku-buildtools/cloog/autoconf/
H A Dmissing81 automake touch all \`Makefile.in' files
164 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
165 test -z "$files" && files="config.h"
167 for f in $files; do
191 You might have modified some files without having the
314 You might have modified some files without having the
/haiku-buildtools/gcc/mpc/
H A Dmissing81 automake touch all \`Makefile.in' files
164 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
165 test -z "$files" && files="config.h"
167 for f in $files; do
191 You might have modified some files without having the
314 You might have modified some files without having the
/haiku-buildtools/gcc/mpfr/
H A Dmissing81 automake touch all \`Makefile.in' files
164 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
165 test -z "$files" && files="config.h"
167 for f in $files; do
191 You might have modified some files without having the
314 You might have modified some files without having the
/haiku-buildtools/binutils/ld/testsuite/ld-avr/
H A Drelax-elf-flags-04.d1 #name: AVR, check link-relax flag is clear on partial link (both files)
/haiku-buildtools/binutils/gas/
H A Ddwarf2dbg.c196 /* Table of files used by .debug_line. */
197 static struct file_entry *files; variable in typeref:struct:file_entry
477 if (! files[last_used].dir
478 && filename_cmp (filename, files[last_used].filename) == 0)
480 if (files[last_used].dir
481 && filename_ncmp (filename, dirs[files[last_used].dir],
485 files[last_used].filename) == 0)
527 if (files[i].dir == dir
528 && files[i].filename
529 && filename_cmp (file, files[
[all...]
/haiku-buildtools/gcc/gmp/mpn/alpha/ev6/
H A Dslot.pl294 my @files;
296 @files = @ARGV;
301 foreach (@files) {

Completed in 207 milliseconds

1234567891011>>