{#
-*- coding: utf-8 -*-
-*- mode: python -*-
elf_diff
Copyright (C) 2021 Noseglasses (shinynoseglasses@gmail.com)
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, version 3.
This program is distributed in the hope that it will be useful, but WITHOUT but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
You should have received a copy of the GNU General Public License along with along with
this program. If not, see
{% else %}
Id | Symbols | Types | Sizes/bytes | Deltas/bytes | Sig. Sim./% | Instr. Sim./% |
---|---|---|---|---|---|---|
{% if symbol.display_info.display_symbol_details == True %} {% endif %} {{ symbol.id }} {% if symbol.display_info.display_symbol_details == True %} ⓘ {% endif %} |
{{ aux.replace_highlighting_tags(symbol.old.signature_tagged | e) }}
{{ aux.replace_highlighting_tags(symbol.new.signature_tagged | e) }} |
{{ old_symbol.type }}
{{ new_symbol.type }} |
{{ old_symbol.size }}
{{ new_symbol.size }} |
{{ symbol.similarities.signature | round(1) }} | {{ symbol.similarities.instruction | round(1) }} |
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 |