Id | Symbols | Types | Sizes/bytes | Deltas/bytes | Sig. Sim./% | Instr. Sim./% |
---|---|---|---|---|---|---|
0 ⓘ |
Test::f(int, int)
Test1::f(int, int) |
T
T |
21
21 |
0 | 88.9 | 100.0 |
1 ⓘ |
Test::g(float, float)
Test1::g(float, float) |
T
T |
29
29 |
0 | 88.9 | 100.0 |
2 |
Test::m_
Test1::m_ |
D
D |
4
4 |
0 | 88.0 | 100.0 |
3 ⓘ |
func(int)
func(double) |
T
T |
18
20 |
2 | 87.5 | 93.1 |
4 |
Test::f(int, int)
Test1::m_ |
T
D |
21
4 |
-17 | 69.2 | 0.0 |
5 |
Test::g(float, float)
Test1::m_ |
T
D |
29
4 |
-25 | 69.2 | 0.0 |
6 ⓘ |
Test::f(int, int)
Test1::g(float, float) |
T
T |
21
29 |
8 | 66.7 | 81.4 |
7 ⓘ |
Test::g(float, float)
Test1::f(int, int) |
T
T |
29
21 |
-8 | 66.7 | 81.4 |
8 |
Test::m_
Test1::g(float, float) |
D
T |
4
29 |
25 | 61.5 | 0.0 |
9 |
Test::m_
Test1::f(int, int) |
D
T |
4
21 |
17 | 61.5 | 0.0 |
ID | Integer id assigned to each symbol pair |
Symbols | The two similar symbol names (possibly mangled) |
Types | The symbol types (see the documentation of binutils tool nm for more information) |
Sizes | The sizes of the symbols either in RAM or program memory |
Deltas | The difference in symbol size |
Sig. Sim. | Lexicographic symbol signature similarity |
Instr. Sim. | Instruction similarity of the symbols' assembly code |