1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/machdep.c (with preprocessing)
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
[value] computing for function test1 <- main.
Called from tests/value/machdep.c:25.
[value] Recording results for test1
[value] Done for function test1
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function test1:
u ∈ {18446744073709551615}
w ∈ {4294967295}
q ∈ {4294967295}
c1 ∈ {0}
c2 ∈ {0}
[value:final-states] Values at end of function main:
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/machdep.c (with preprocessing)
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
[value] computing for function test1 <- main.
Called from tests/value/machdep.c:25.
[value] Recording results for test1
[value] Done for function test1
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function test1:
u ∈ {18446744073709551615}
w ∈ {18446744073709551615}
q ∈ {18446744073709551615}
c1 ∈ {1}
c2 ∈ {1}
[value:final-states] Values at end of function main:
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/machdep.c (with preprocessing)
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
[value] computing for function test1 <- main.
Called from tests/value/machdep.c:25.
[value] Recording results for test1
[value] Done for function test1
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function test1:
u ∈ {18446744073709551615}
w ∈ {4294967295}
q ∈ {4294967295}
c1 ∈ {0}
c2 ∈ {0}
[value:final-states] Values at end of function main:
|