HomeSort by relevance Sort by last modified time
    Searched refs:overflow (Results 1 - 25 of 1049) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/ubsan/TestCases/Misc/
deduplication.cpp 6 void overflow() { function
19 overflow();
20 overflow();
21 overflow();
  /external/valgrind/none/tests/linux/
brk-overflow1.stderr.exp 2 brk segment overflow in thread #1: can't grow to 0x........
brk-overflow2.stderr.exp 2 brk segment overflow in thread #1: can't grow to 0x........
3 brk segment overflow in thread #1: can't grow to 0x........
4 brk segment overflow in thread #1: can't grow to 0x........
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
v9branch2.d 3 #error: :3:.*relocation.*overflow
v9branch3.d 3 #error: :5:.*relocation.*overflow
v9branch4.d 3 #error: :3:.*relocation.*overflow
v9branch5.d 3 #error: :5:.*relocation.*overflow
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
got-multigot-15-er.d 3 #error: .*GOT overflow.*
got-negative-15-er.d 3 #error: .*GOT overflow.*
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-size-inval-1.l 9 [ ]*1[ ]+\# Test SIZE32 relocation overflow
22 .* Error: symbol size computation overflow
23 .* Error: symbol size computation overflow
24 .* Error: symbol size computation overflow
25 .* Error: symbol size computation overflow
  /external/compiler-rt/lib/builtins/
mulodi4.c 19 /* Effects: sets *overflow to 1 if a * b overflows */
22 __mulodi4(di_int a, di_int b, int* overflow)
27 *overflow = 0;
32 *overflow = 1;
38 *overflow = 1;
50 *overflow = 1;
55 *overflow = 1;
mulosi4.c 19 /* Effects: sets *overflow to 1 if a * b overflows */
22 __mulosi4(si_int a, si_int b, int* overflow)
27 *overflow = 0;
32 *overflow = 1;
38 *overflow = 1;
50 *overflow = 1;
55 *overflow = 1;
muloti4.c 21 /* Effects: sets *overflow to 1 if a * b overflows */
24 __muloti4(ti_int a, ti_int b, int* overflow)
29 *overflow = 0;
34 *overflow = 1;
40 *overflow = 1;
52 *overflow = 1;
57 *overflow = 1;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
got-reloc-overflow.d 1 #name: C6X GOT relocations, overflow
3 #ld: -melf32_tic6x_le -Tdsbt-overflow.ld --dsbt-index 4 -shared
reloc-overflow-abs-s16-1.d 1 #name: C6X relocation overflow, ABS_S16
4 #source: reloc-overflow-abs-s16.s
reloc-overflow-abs16-1.d 1 #name: C6X relocation overflow, ABS16
4 #source: reloc-overflow-abs16.s
reloc-overflow-abs8-1.d 1 #name: C6X relocation overflow, ABS8
4 #source: reloc-overflow-abs8.s
reloc-overflow-pcr-s10-1.d 1 #name: C6X relocation overflow, PCR_S10
4 #source: reloc-overflow-pcr-s10.s
reloc-overflow-pcr-s12-1.d 1 #name: C6X relocation overflow, PCR_S12
4 #source: reloc-overflow-pcr-s12.s
reloc-overflow-pcr-s21-1.d 1 #name: C6X relocation overflow, PCR_S21
4 #source: reloc-overflow-pcr-s21.s
reloc-overflow-pcr-s7-1.d 1 #name: C6X relocation overflow, PCR_S7
4 #source: reloc-overflow-pcr-s7.s
reloc-overflow-sbr-s16-1.d 1 #name: C6X relocation overflow, SBR_S16
4 #source: reloc-overflow-sbr-s16.s
reloc-overflow-sbr-u15-b-1.d 1 #name: C6X relocation overflow, SBR_U15_B
4 #source: reloc-overflow-sbr-u15-b.s
reloc-overflow-sbr-u15-h-1.d 1 #name: C6X relocation overflow, SBR_U15_H
4 #source: reloc-overflow-sbr-u15-h.s
reloc-overflow-sbr-u15-w-1.d 1 #name: C6X relocation overflow, SBR_U15_W
4 #source: reloc-overflow-sbr-u15-w.s

Completed in 1604 milliseconds

1 2 3 4 5 6 7 8 91011>>