Searched refs:dump (Results 1 - 25 of 578) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dbitfield-alias.d2 #dump: bitfield-dump
H A Dbitfield-bfm.d2 #dump: bitfield-dump
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dlarge-frame.c4 extern void dump (int *buf, int a);
9 dump (bigbuf, a);
/haiku-buildtools/binutils/gas/testsuite/gas/rx/
H A Dmvfcp.d3 dump\.o: file format .*
H A Dmvtcp.d3 dump\.o: file format .*
H A Dopecp.d3 dump\.o: file format .*
/haiku-buildtools/binutils/gold/testsuite/
H A Dincremental_test.sh56 # Extract recorded command line from dump of the output file.
68 # Filter the incremental-dump output into a format that can be grepped
75 ' < incremental_test.stdout > incremental_test.dump
77 check incremental_test.dump "Input sections: .* incremental_test_1.o *1 "
78 check incremental_test.dump "Input sections: .* incremental_test_2.o *1 "
79 check incremental_test.dump "Global symbol table: .* main .* relocation type "
80 check incremental_test.dump "Global symbol table: .* a *incremental_test_1.o "
81 check incremental_test.dump "Global symbol table: .* a .* relocation type "
82 check incremental_test.dump "Global symbol table: .* b *incremental_test_2.o "
83 check incremental_test.dump "Globa
[all...]
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dscantree.exp17 # Various utilities for scanning tree dump output, used by gcc-dg.exp and
28 proc scan-tree-dump { args } {
31 error "scan-tree-dump: too few arguments"
35 error "scan-tree-dump: too many arguments"
39 scan-dump "tree" [lindex $args 0] "\[0-9\]\[0-9\]\[0-9\]t.[lindex $args 1]" [lindex $args 2]
41 scan-dump "tree" [lindex $args 0] "\[0-9\]\[0-9\]\[0-9\]t.[lindex $args 1]"
50 proc scan-tree-dump-times { args } {
53 error "scan-tree-dump: too few arguments"
57 error "scan-tree-dump: too many arguments"
61 scan-dump
[all...]
H A Dscanipa.exp17 # Various utilities for scanning ipa dump output, used by gcc-dg.exp and
28 proc scan-ipa-dump { args } {
31 error "scan-ipa-dump: too few arguments"
35 error "scan-ipa-dump: too many arguments"
39 scan-dump "ipa" [lindex $args 0] "\[0-9\]\[0-9\]\[0-9\]i.[lindex $args 1]" [lindex $args 2]
41 scan-dump "ipa" [lindex $args 0] "\[0-9\]\[0-9\]\[0-9\]i.[lindex $args 1]"
50 proc scan-ipa-dump-times { args } {
53 error "scan-ipa-dump: too few arguments"
57 error "scan-ipa-dump: too many arguments"
61 scan-dump
[all...]
H A Dscanrtl.exp17 # Various utilities for scanning rtl dump output, used by gcc-dg.exp and
28 proc scan-rtl-dump { args } {
31 error "scan-rtl-dump: too few arguments"
35 error "scan-rtl-dump: too many arguments"
39 scan-dump "rtl" [lindex $args 0] "\[0-9\]\[0-9\]\[0-9\]r.[lindex $args 1]" [lindex $args 2]
41 scan-dump "rtl" [lindex $args 0] "\[0-9\]\[0-9\]\[0-9\]r.[lindex $args 1]"
45 force_conventional_output_for scan-rtl-dump
52 proc scan-rtl-dump-times { args } {
55 error "scan-rtl-dump: too few arguments"
59 error "scan-rtl-dump
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-gc/
H A Dpr19161-2.c8 dump() function
18 p = dump;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dkernels-tree.f9515 ! { dg-final { scan-tree-dump-times "pragma acc kernels" 1 "original" } }
17 ! { dg-final { scan-tree-dump-times "if" 1 "original" } }
18 ! { dg-final { scan-tree-dump-times "async" 1 "original" } }
20 ! { dg-final { scan-tree-dump-times "map\\(force_tofrom:i\\)" 1 "original" } }
21 ! { dg-final { scan-tree-dump-times "map\\(force_to:j\\)" 1 "original" } }
22 ! { dg-final { scan-tree-dump-times "map\\(force_from:k\\)" 1 "original" } }
23 ! { dg-final { scan-tree-dump-times "map\\(force_alloc:m\\)" 1 "original" } }
25 ! { dg-final { scan-tree-dump-times "map\\(force_present:o\\)" 1 "original" } }
26 ! { dg-final { scan-tree-dump-times "map\\(tofrom:p\\)" 1 "original" } }
27 ! { dg-final { scan-tree-dump
[all...]
H A Dparallel-tree.f954 ! test for tree-dump-original and spaces-commas
18 ! { dg-final { scan-tree-dump-times "pragma acc parallel" 1 "original" } }
20 ! { dg-final { scan-tree-dump-times "if" 1 "original" } }
21 ! { dg-final { scan-tree-dump-times "async" 1 "original" } }
22 ! { dg-final { scan-tree-dump-times "num_gangs" 1 "original" } }
23 ! { dg-final { scan-tree-dump-times "num_workers" 1 "original" } }
24 ! { dg-final { scan-tree-dump-times "vector_length" 1 "original" } }
26 ! { dg-final { scan-tree-dump-times "reduction\\(max:q\\)" 1 "original" } }
27 ! { dg-final { scan-tree-dump-times "map\\(force_tofrom:i\\)" 1 "original" } }
28 ! { dg-final { scan-tree-dump
[all...]
H A Ddata-tree.f9515 ! { dg-final { scan-tree-dump-times "pragma acc data" 1 "original" } }
17 ! { dg-final { scan-tree-dump-times "if" 1 "original" } }
18 ! { dg-final { scan-tree-dump-times "map\\(force_tofrom:i\\)" 1 "original" } }
19 ! { dg-final { scan-tree-dump-times "map\\(force_to:j\\)" 1 "original" } }
20 ! { dg-final { scan-tree-dump-times "map\\(force_from:k\\)" 1 "original" } }
21 ! { dg-final { scan-tree-dump-times "map\\(force_alloc:m\\)" 1 "original" } }
23 ! { dg-final { scan-tree-dump-times "map\\(force_present:o\\)" 1 "original" } }
24 ! { dg-final { scan-tree-dump-times "map\\(tofrom:p\\)" 1 "original" } }
25 ! { dg-final { scan-tree-dump-times "map\\(to:r\\)" 1 "original" } }
26 ! { dg-final { scan-tree-dump
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dldc1.d5 #dump: l_d.d
H A Dmips1@ecoff@sd.d5 #dump: sd.d
H A Dmips2@ecoff@ld.d5 #dump: ld.d
H A Dmips2@ecoff@sd.d5 #dump: sd.d
H A Dmips32@ecoff@ld.d5 #dump: ld.d
H A Dmips32@ecoff@sd.d5 #dump: sd.d
H A Dmips32r2@ecoff@ld.d5 #dump: ld.d
H A Dmips32r2@ecoff@sd.d5 #dump: sd.d
H A Dr3000@ecoff@sd.d5 #dump: sd.d
H A Dr3000@ld.d5 #dump: mips1@ld.d
H A Dr3900@ecoff@ld.d5 #dump: ld.d

Completed in 66 milliseconds

1234567891011>>