{# -*- 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 . #} {% set home = '' %} {# -*- 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 . #} {{ document.general.page_title }}

elf_diff Logo {{document.general.doc_title}}

Overview

Binaries {{home}}

old: {{document.files.input.old.binary_path}} {% if document.files.input.old.debug_info_available == True %} (debug) {% endif %}

new: {{document.files.input.new.binary_path}} {% if document.files.input.new.debug_info_available == True %} (debug) {% endif %}

Statistics {{home}}

{{ statistics }}

Symbols {{home}}

Persisting Symbols {{home}}

{{ persisting_symbol_overview }}

Disappeared Symbols {{home}}

{{ disappeared_symbol_overview }}

New Symbols {{home}}

{{ appeared_symbol_overview }} {% if document.configuration.display_similar_symbols == True %}

Similar Symbols {{home}}

{{ similar_symbol_overview }} {% endif %} {% if document.configuration.display_migrated_symbols == True %}

Migrated Symbols {{home}}

{{ migrated_symbol_overview }}

{% endif %} {% if document.configuration.display_binary_details == True %}

Binary Details {{home}}

{% endif %} {% if document.configuration.display_old_binary_info == True %}

{{document.files.input.old.binary_path}} {{home}}

  {{ document.old_binary_info }}
  
{% endif %} {% if document.configuration.display_new_binary_info == True %}

{{document.files.input.new.binary_path}} {{home}}

  {{ document.new_binary_info }}
  
{% endif %} {% if document.configuration.display_build_info == True %}

Build Info

  {{ document.build_info }}
  
{% endif %} {% if document.configuration.display_details == True %}

Symbol Details {{home}}

Persisting Symbols {{home}}

{{ persisting_symbol_detail }}

Disappeared Symbols {{home}}

{{ disappeared_symbol_detail }}

New Symbols {{home}}

{{ appeared_symbol_detail }} {% if document.configuration.display_similar_symbols == True %}

Similar Symbols {{home}}

{{ similar_symbol_detail }} {% endif %} {% if document.configuration.display_migrated_symbols == True %}

Migrated Symbols {{home}}

{{ migrated_symbol_detail }} {% endif %} {% endif %}