{# -*- 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 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 . #} {% if symbols|length == 0 %} No symbols considered.
{% else %} {% for symbol in symbols -%} {% endfor %}
IdSymbolsTypesSize/bytesDelta/bytesSig. Sim./%Instr. Sim./%
{% if symbol["have_details_link"] == True %} {% endif %} {{ symbol["table_id"] }} {% if symbol["have_details_link"] == True %} ⓘ {% endif %} {{ symbol["old_representation"] }}
{{ symbol["new_representation"] }}
{{ symbol["old_type"] }}
{{ symbol["new_type"] }}
{{ symbol["old_size"] }}
{{ symbol["new_size"] }}
{{ symbol["size_diff"] }} {{ symbol["signature_similarity"] }} {{ symbol["instruction_similarity"] }}

Columns

IDInteger id assigned to each symbol pair
SymbolsThe two similar symbol names (possibly mangled)
TypesThe symbol types (see the documentation of binutils tool nm for more information)
SizeThe sizes of the symbols either in RAM or program memory
DeltaThe difference in symbol size
Sig. Sim.Lexicographic symbol signature similarity
Instr. Sim.Instruction similarity of the symbols' assembly code
{% endif %}