Searched refs:fault (Results 1 - 25 of 29) sorted by relevance

12

/haiku-buildtools/binutils/gas/testsuite/gas/crx/
H A Dgas-segfault.d3 #name: GAS segmentation fault
H A Dgas-segfault.s2 # This source file used to make GAS crash with a seg fault
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/crx/
H A Dgas-segfault.d3 #name: GAS segmentation fault
H A Dgas-segfault.s2 # This source file used to make GAS crash with a seg fault
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug052.go19 x[i] = c/d; // BUG segmentation fault
H A Dbug008.go19 Segmentation fault
H A Dbug031.go29 /* Segmentation fault */
H A Dbug313.go15 bug313.dir/b.go:7: internal compiler error: fault
H A Dissue4353.go7 // Issue 4353. An optimizer bug in 8g triggers a runtime fault
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dopc-m.pl96 foreach $f ( "", ".fault" ) {
194 probe.r.fault r3, 2
195 probe.w.fault r3, 3
196 probe.rw.fault r3, 0
H A Dopc-m.s833 lfetch.fault [r4]
834 lfetch.fault [r4], r5
835 lfetch.fault [r4], 18
836 lfetch.fault.nt1 [r4]
837 lfetch.fault.nt1 [r4], r5
838 lfetch.fault.nt1 [r4], 31
839 lfetch.fault.nt2 [r4]
840 lfetch.fault.nt2 [r4], r5
841 lfetch.fault.nt2 [r4], 44
842 lfetch.fault
[all...]
H A Dopc-m.d1111 16f0: 18 00 00 08 70 19 \[MMB\] lfetch\.fault \[r4\]
1112 16f6: 00 28 10 e0 36 00 lfetch\.fault \[r4\],r5
1114 1700: 18 00 48 08 70 1d \[MMB\] lfetch\.fault \[r4\],18
1115 1706: 00 00 10 e4 32 00 lfetch\.fault\.nt1 \[r4\]
1117 1710: 18 00 14 08 72 1b \[MMB\] lfetch\.fault\.nt1 \[r4\],r5
1118 1716: 00 f8 10 e4 3a 00 lfetch\.fault\.nt1 \[r4\],31
1120 1720: 18 00 00 08 74 19 \[MMB\] lfetch\.fault\.nt2 \[r4\]
1121 1726: 00 28 10 e8 36 00 lfetch\.fault\.nt2 \[r4\],r5
1123 1730: 18 00 b0 08 74 1d \[MMB\] lfetch\.fault\.nt2 \[r4\],44
1124 1736: 00 00 10 ec 32 00 lfetch\.fault\
[all...]
H A Dpsn.s38 lfetch.fault.excl.d7 [r19] ;;
48 lfetch.fault.d6 [r16] ;;
H A Dpsn.d52 e0: 0a 00 02 26 7e 19 \[MMI\] lfetch.fault.excl.d7 \[r19\];;
58 100: 0b 00 02 20 74 19 \[MMI\] lfetch.fault.d6 \[r16\];;
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dopc-m.pl96 foreach $f ( "", ".fault" ) {
194 probe.r.fault r3, 2
195 probe.w.fault r3, 3
196 probe.rw.fault r3, 0
H A Dopc-m.s833 lfetch.fault [r4]
834 lfetch.fault [r4], r5
835 lfetch.fault [r4], 18
836 lfetch.fault.nt1 [r4]
837 lfetch.fault.nt1 [r4], r5
838 lfetch.fault.nt1 [r4], 31
839 lfetch.fault.nt2 [r4]
840 lfetch.fault.nt2 [r4], r5
841 lfetch.fault.nt2 [r4], 44
842 lfetch.fault
[all...]
H A Dopc-m.d1111 16f0: 18 00 00 08 70 19 \[MMB\] lfetch\.fault \[r4\]
1112 16f6: 00 28 10 e0 36 00 lfetch\.fault \[r4\],r5
1114 1700: 18 00 48 08 70 1d \[MMB\] lfetch\.fault \[r4\],18
1115 1706: 00 00 10 e4 32 00 lfetch\.fault\.nt1 \[r4\]
1117 1710: 18 00 14 08 72 1b \[MMB\] lfetch\.fault\.nt1 \[r4\],r5
1118 1716: 00 f8 10 e4 3a 00 lfetch\.fault\.nt1 \[r4\],31
1120 1720: 18 00 00 08 74 19 \[MMB\] lfetch\.fault\.nt2 \[r4\]
1121 1726: 00 28 10 e8 36 00 lfetch\.fault\.nt2 \[r4\],r5
1123 1730: 18 00 b0 08 74 1d \[MMB\] lfetch\.fault\.nt2 \[r4\],44
1124 1736: 00 00 10 ec 32 00 lfetch\.fault\
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Darray.go112 print("should fault\n")
125 print("should fault\n")
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dnilptr.go16 // cause a memory access fault. This test checks
H A Dnilcheck.go86 // does not expect the memory hardware to fault.
H A Dnilptr3.go93 // does not expect the memory hardware to fault.
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-expr.c2091 tree fault; local
2145 fault = fold_build2_loc (input_location, LT_EXPR, boolean_type_node,
2148 fault = fold_build2_loc (input_location, TRUTH_ANDIF_EXPR,
2149 boolean_type_node, nonempty, fault);
2156 gfc_trans_runtime_check (true, false, fault, &se->pre, where, msg,
2162 fault = fold_build2_loc (input_location, GT_EXPR, boolean_type_node,
2164 fault = fold_build2_loc (input_location, TRUTH_ANDIF_EXPR,
2165 boolean_type_node, nonempty, fault);
2172 gfc_trans_runtime_check (true, false, fault, &se->pre, where, msg,
7937 tree fault; local
[all...]
H A Dtrans-array.c2787 tree fault; local
2820 fault = fold_build2_loc (input_location, LT_EXPR, boolean_type_node,
2822 gfc_trans_runtime_check (true, false, fault, &se->pre, where, msg,
2826 fault = fold_build2_loc (input_location, GT_EXPR, boolean_type_node,
2828 gfc_trans_runtime_check (true, false, fault, &se->pre, where, msg,
2845 fault = fold_build2_loc (input_location, LT_EXPR, boolean_type_node,
2847 gfc_trans_runtime_check (true, false, fault, &se->pre, where, msg,
/haiku-buildtools/gcc/gmp/mpn/alpha/ev6/
H A Dmul_1.asm32 C Steve Root. Any errors are tege's fault, though.
/haiku-buildtools/binutils/etc/
H A Dconfigure115 # suppresses any "Segmentation fault" message there. '((' could
2045 # suppresses any "Segmentation fault" message there. '((' could

Completed in 236 milliseconds

12