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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/libc/termios.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
Frama_C_entropy_source ∈ [--..--]
[value] computing for function open <- main.
Called from tests/libc/termios.c:10.
[value] using specification for function open
[value] Done for function open
[value] computing for function tcgetattr <- main.
Called from tests/libc/termios.c:11.
[value] using specification for function tcgetattr
share/libc/termios.h:179:[value] function tcgetattr: precondition got status valid.
[value] Done for function tcgetattr
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
Frama_C_entropy_source ∈ [--..--]
fd ∈ [--..--]
tio ∈ [--..--] or UNINITIALIZED
res ∈ {-1; 0}
__retres ∈ {1; 8}
|